Html Css Color HEX #D8208E Deep Cerise

📋 copy color: '#D8208E'

red 216 ◦ green 32 ◦ blue 142

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

Shades of Deep Cerise #D8208E

Tints of Deep Cerise #D8208E

RGB

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

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

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

R = 55.38%
G = 8.21%
B = 36.41%

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

#D8208E (or 0xD8208E) is known color: Deep Cerise. HEX triplet: D8, 20 and 8E. RGB value is (216,32,142). Sum of RGB (Red+Green+Blue) = 216+32+142=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8208E is #27DF71. Grayscale: #636363. Windows color (decimal): -2613106 or 9314520. OLE color: 9314520.

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

Color convert

RGB 216 32 142 -
CMYK 0 0.85 0.34 0.15
HSL 324.13º 0.74% 0.49% -
HSV(B) 324.13º 0.85% 0.85% -
XYZ 33.72 17.58 27.21 -
YUV 99.56 151.96 211.06 -
System Red Green Blue C M Y K H S L
Decimal 216 32 142 0 0.85 0.34 0.15 324.13 0.74 0.49
Hex D8 20 8E 0 55 22 F 144 4A 31
Octal 330 40 216 0 125 42 17 504 112 61
Binary 11011000 100000 10001110 0 1010101 100010 1111 101000100 1001010 110001

Color Harmonies of #D8208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8208E

Black with #D8208E

Text Example


Text Example

White with #D8208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8208E; }

 p { color: rgb(216,32,142); }

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

background-color css

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

 a { background-color: rgb(216,32,142); }

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

border-color css

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

 span { border-color: rgb(216,32,142); }

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