Html Css Color HEX #D928A1 Deep Cerise

📋 copy color: '#D928A1'

red 217 ◦ green 40 ◦ blue 161

#D928A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D928A1

Tints of Deep Cerise #D928A1

RGB

 RED value IS 217 (85.16% from 255) = 51.91%

 GREEN value IS 40 (16.02% from 255) = 9.57%

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 51.91%
G = 9.57%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D928A1 (or 0xD928A1) is known color: Deep Cerise. HEX triplet: D9, 28 and A1. RGB value is (217,40,161). Sum of RGB (Red+Green+Blue) = 217+40+161=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D928A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D928A1 is #26D75E. Grayscale: #6A6A6A. Windows color (decimal): -2545503 or 10561753. OLE color: 10561753.

HSL color Cylindrical-coordinate representation of color #D928A1: hue angle of 318.98º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928A1 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 40 161 -
CMYK 0 0.82 0.26 0.15
HSL 318.98º 0.7% 0.5% -
HSV(B) 318.98º 0.82% 0.85% -
XYZ 35.81 18.84 35.47 -
YUV 106.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 217 40 161 0 0.82 0.26 0.15 318.98 0.7 0.5
Hex D9 28 A1 0 52 1A F 13F 46 32
Octal 331 50 241 0 122 32 17 477 106 62
Binary 11011001 101000 10100001 0 1010010 11010 1111 100111111 1000110 110010

Color Harmonies of #D928A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928A1

Black with #D928A1

Text Example


Text Example

White with #D928A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928A1; }

 p { color: rgb(217,40,161); }

 H1.HeaderClassName
 {
   color: #D928A1;
 }
 .AnyTagClassName
 {
   color: #D928A1;
 }
</style>

background-color css

<style>
 a { background-color: #D928A1; }

 a { background-color: rgb(217,40,161); }

 div.DivClassName
 {
   background-color: #D928A1;
 }
 .BgClassName
 {
   background-color: #D928A1;
 }
</style>

border-color css

<style>
 span { border-color: #D928A1; }

 span { border-color: rgb(217,40,161); }

 td.TdClassName
 {
   border-color: #D928A1;
 }
 .TagClassName
 {
   border-color: #D928A1;
 }
</style>