Html Css Color HEX #D9219C Deep Cerise

📋 copy color: '#D9219C'

red 217 ◦ green 33 ◦ blue 156

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

Shades of Deep Cerise #D9219C

Tints of Deep Cerise #D9219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.13%

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 53.45%
G = 8.13%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9219C (or 0xD9219C) is known color: Deep Cerise. HEX triplet: D9, 21 and 9C. RGB value is (217,33,156). Sum of RGB (Red+Green+Blue) = 217+33+156=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9219C is #26DE63. Grayscale: #656565. Windows color (decimal): -2547300 or 10232281. OLE color: 10232281.

HSL color Cylindrical-coordinate representation of color #D9219C: hue angle of 319.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9219C is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 156 -
CMYK 0 0.85 0.28 0.15
HSL 319.89º 0.74% 0.49% -
HSV(B) 319.89º 0.85% 0.85% -
XYZ 35.16 18.24 33.12 -
YUV 102.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 217 33 156 0 0.85 0.28 0.15 319.89 0.74 0.49
Hex D9 21 9C 0 55 1C F 140 4A 31
Octal 331 41 234 0 125 34 17 500 112 61
Binary 11011001 100001 10011100 0 1010101 11100 1111 101000000 1001010 110001

Color Harmonies of #D9219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9219C

Black with #D9219C

Text Example


Text Example

White with #D9219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9219C; }

 p { color: rgb(217,33,156); }

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

background-color css

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

 a { background-color: rgb(217,33,156); }

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

border-color css

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

 span { border-color: rgb(217,33,156); }

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