Html Css Color HEX #D9208F Deep Cerise

📋 copy color: '#D9208F'

red 217 ◦ green 32 ◦ blue 143

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

Shades of Deep Cerise #D9208F

Tints of Deep Cerise #D9208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 55.36%
G = 8.16%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9208F (or 0xD9208F) is known color: Deep Cerise. HEX triplet: D9, 20 and 8F. RGB value is (217,32,143). Sum of RGB (Red+Green+Blue) = 217+32+143=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9208F is #26DF70. Grayscale: #636363. Windows color (decimal): -2547569 or 9380057. OLE color: 9380057.

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

Color convert

RGB 217 32 143 -
CMYK 0 0.85 0.34 0.15
HSL 324º 0.74% 0.49% -
HSV(B) 324º 0.85% 0.85% -
XYZ 34.09 17.77 27.62 -
YUV 99.97 152.29 211.47 -
System Red Green Blue C M Y K H S L
Decimal 217 32 143 0 0.85 0.34 0.15 324 0.74 0.49
Hex D9 20 8F 0 55 22 F 144 4A 31
Octal 331 40 217 0 125 42 17 504 112 61
Binary 11011001 100000 10001111 0 1010101 100010 1111 101000100 1001010 110001

Color Harmonies of #D9208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9208F

Black with #D9208F

Text Example


Text Example

White with #D9208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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