Html Css Color HEX #D9208C Deep Cerise

📋 copy color: '#D9208C'

red 217 ◦ green 32 ◦ blue 140

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

Shades of Deep Cerise #D9208C

Tints of Deep Cerise #D9208C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 55.78%
G = 8.23%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9208C (or 0xD9208C) is known color: Deep Cerise. HEX triplet: D9, 20 and 8C. RGB value is (217,32,140). Sum of RGB (Red+Green+Blue) = 217+32+140=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9208C is #26DF73. Grayscale: #636363. Windows color (decimal): -2547572 or 9183449. OLE color: 9183449.

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

Color convert

RGB 217 32 140 -
CMYK 0 0.85 0.35 0.15
HSL 324.97º 0.74% 0.49% -
HSV(B) 324.97º 0.85% 0.85% -
XYZ 33.87 17.68 26.44 -
YUV 99.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 217 32 140 0 0.85 0.35 0.15 324.97 0.74 0.49
Hex D9 20 8C 0 55 23 F 145 4A 31
Octal 331 40 214 0 125 43 17 505 112 61
Binary 11011001 100000 10001100 0 1010101 100011 1111 101000101 1001010 110001

Color Harmonies of #D9208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9208C

Black with #D9208C

Text Example


Text Example

White with #D9208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9208C; }

 p { color: rgb(217,32,140); }

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

background-color css

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

 a { background-color: rgb(217,32,140); }

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

border-color css

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

 span { border-color: rgb(217,32,140); }

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