Html Css Color HEX #D9288E Deep Cerise

📋 copy color: '#D9288E'

red 217 ◦ green 40 ◦ blue 142

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

Shades of Deep Cerise #D9288E

Tints of Deep Cerise #D9288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 54.39%
G = 10.03%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9288E (or 0xD9288E) is known color: Deep Cerise. HEX triplet: D9, 28 and 8E. RGB value is (217,40,142). Sum of RGB (Red+Green+Blue) = 217+40+142=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9288E is #26D771. Grayscale: #686868. Windows color (decimal): -2545522 or 9316569. OLE color: 9316569.

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

Color convert

RGB 217 40 142 -
CMYK 0 0.82 0.35 0.15
HSL 325.42º 0.7% 0.5% -
HSV(B) 325.42º 0.82% 0.85% -
XYZ 34.26 18.22 27.3 -
YUV 104.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 217 40 142 0 0.82 0.35 0.15 325.42 0.7 0.5
Hex D9 28 8E 0 52 23 F 145 46 32
Octal 331 50 216 0 122 43 17 505 106 62
Binary 11011001 101000 10001110 0 1010010 100011 1111 101000101 1000110 110010

Color Harmonies of #D9288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9288E

Black with #D9288E

Text Example


Text Example

White with #D9288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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