Html Css Color HEX #D8288A Deep Cerise

📋 copy color: '#D8288A'

red 216 ◦ green 40 ◦ blue 138

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

Shades of Deep Cerise #D8288A

Tints of Deep Cerise #D8288A

RGB

 RED value IS 216 (84.77% from 255) = 54.82%

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

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

R = 54.82%
G = 10.15%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8288A (or 0xD8288A) is known color: Deep Cerise. HEX triplet: D8, 28 and 8A. RGB value is (216,40,138). Sum of RGB (Red+Green+Blue) = 216+40+138=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8288A is #27D775. Grayscale: #676767. Windows color (decimal): -2611062 or 9054424. OLE color: 9054424.

HSL color Cylindrical-coordinate representation of color #D8288A: hue angle of 326.59º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8288A is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 40 138 -
CMYK 0 0.81 0.36 0.15
HSL 326.59º 0.69% 0.5% -
HSV(B) 326.59º 0.81% 0.85% -
XYZ 33.67 17.95 25.74 -
YUV 103.8 147.31 208.03 -
System Red Green Blue C M Y K H S L
Decimal 216 40 138 0 0.81 0.36 0.15 326.59 0.69 0.5
Hex D8 28 8A 0 51 24 F 147 45 32
Octal 330 50 212 0 121 44 17 507 105 62
Binary 11011000 101000 10001010 0 1010001 100100 1111 101000111 1000101 110010

Color Harmonies of #D8288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8288A

Black with #D8288A

Text Example


Text Example

White with #D8288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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