Html Css Color HEX #D9288B Deep Cerise

📋 copy color: '#D9288B'

red 217 ◦ green 40 ◦ blue 139

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

Shades of Deep Cerise #D9288B

Tints of Deep Cerise #D9288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 54.8%
G = 10.1%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9288B (or 0xD9288B) is known color: Deep Cerise. HEX triplet: D9, 28 and 8B. RGB value is (217,40,139). Sum of RGB (Red+Green+Blue) = 217+40+139=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9288B is #26D774. Grayscale: #676767. Windows color (decimal): -2545525 or 9119961. OLE color: 9119961.

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

Color convert

RGB 217 40 139 -
CMYK 0 0.82 0.36 0.15
HSL 326.44º 0.7% 0.5% -
HSV(B) 326.44º 0.82% 0.85% -
XYZ 34.03 18.13 26.13 -
YUV 104.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 217 40 139 0 0.82 0.36 0.15 326.44 0.7 0.5
Hex D9 28 8B 0 52 24 F 146 46 32
Octal 331 50 213 0 122 44 17 506 106 62
Binary 11011001 101000 10001011 0 1010010 100100 1111 101000110 1000110 110010

Color Harmonies of #D9288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9288B

Black with #D9288B

Text Example


Text Example

White with #D9288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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