Html Css Color HEX #D9288A Deep Cerise

📋 copy color: '#D9288A'

red 217 ◦ green 40 ◦ blue 138

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

Shades of Deep Cerise #D9288A

Tints of Deep Cerise #D9288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 54.94%
G = 10.13%
B = 34.94%

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

#D9288A (or 0xD9288A) is known color: Deep Cerise. HEX triplet: D9, 28 and 8A. RGB value is (217,40,138). Sum of RGB (Red+Green+Blue) = 217+40+138=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9288A is #26D775. Grayscale: #676767. Windows color (decimal): -2545526 or 9054425. OLE color: 9054425.

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

Color convert

RGB 217 40 138 -
CMYK 0 0.82 0.36 0.15
HSL 326.78º 0.7% 0.5% -
HSV(B) 326.78º 0.82% 0.85% -
XYZ 33.96 18.1 25.75 -
YUV 104.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 217 40 138 0 0.82 0.36 0.15 326.78 0.7 0.5
Hex D9 28 8A 0 52 24 F 147 46 32
Octal 331 50 212 0 122 44 17 507 106 62
Binary 11011001 101000 10001010 0 1010010 100100 1111 101000111 1000110 110010

Color Harmonies of #D9288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9288A

Black with #D9288A

Text Example


Text Example

White with #D9288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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