Html Css Color HEX #D8208D Deep Cerise

📋 copy color: '#D8208D'

red 216 ◦ green 32 ◦ blue 141

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

Shades of Deep Cerise #D8208D

Tints of Deep Cerise #D8208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 55.53%
G = 8.23%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8208D (or 0xD8208D) is known color: Deep Cerise. HEX triplet: D8, 20 and 8D. RGB value is (216,32,141). Sum of RGB (Red+Green+Blue) = 216+32+141=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8208D is #27DF72. Grayscale: #636363. Windows color (decimal): -2613107 or 9248984. OLE color: 9248984.

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

Color convert

RGB 216 32 141 -
CMYK 0 0.85 0.35 0.15
HSL 324.46º 0.74% 0.49% -
HSV(B) 324.46º 0.85% 0.85% -
XYZ 33.64 17.56 26.81 -
YUV 99.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 216 32 141 0 0.85 0.35 0.15 324.46 0.74 0.49
Hex D8 20 8D 0 55 23 F 144 4A 31
Octal 330 40 215 0 125 43 17 504 112 61
Binary 11011000 100000 10001101 0 1010101 100011 1111 101000100 1001010 110001

Color Harmonies of #D8208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8208D

Black with #D8208D

Text Example


Text Example

White with #D8208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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