Html Css Color HEX #D9219B Deep Cerise

📋 copy color: '#D9219B'

red 217 ◦ green 33 ◦ blue 155

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

Shades of Deep Cerise #D9219B

Tints of Deep Cerise #D9219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 53.58%
G = 8.15%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9219B (or 0xD9219B) is known color: Deep Cerise. HEX triplet: D9, 21 and 9B. RGB value is (217,33,155). Sum of RGB (Red+Green+Blue) = 217+33+155=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9219B is #26DE64. Grayscale: #656565. Windows color (decimal): -2547301 or 10166745. OLE color: 10166745.

HSL color Cylindrical-coordinate representation of color #D9219B: hue angle of 320.22º 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 #D9219B is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 155 -
CMYK 0 0.85 0.29 0.15
HSL 320.22º 0.74% 0.49% -
HSV(B) 320.22º 0.85% 0.85% -
XYZ 35.08 18.21 32.68 -
YUV 101.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 217 33 155 0 0.85 0.29 0.15 320.22 0.74 0.49
Hex D9 21 9B 0 55 1D F 140 4A 31
Octal 331 41 233 0 125 35 17 500 112 61
Binary 11011001 100001 10011011 0 1010101 11101 1111 101000000 1001010 110001

Color Harmonies of #D9219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9219B

Black with #D9219B

Text Example


Text Example

White with #D9219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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