Html Css Color HEX #D8207C Deep Cerise

📋 copy color: '#D8207C'

red 216 ◦ green 32 ◦ blue 124

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

Shades of Deep Cerise #D8207C

Tints of Deep Cerise #D8207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 58.06%
G = 8.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8207C (or 0xD8207C) is known color: Deep Cerise. HEX triplet: D8, 20 and 7C. RGB value is (216,32,124). Sum of RGB (Red+Green+Blue) = 216+32+124=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8207C is #27DF83. Grayscale: #616161. Windows color (decimal): -2613124 or 8134872. OLE color: 8134872.

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

Color convert

RGB 216 32 124 -
CMYK 0 0.85 0.43 0.15
HSL 330º 0.74% 0.49% -
HSV(B) 330º 0.85% 0.85% -
XYZ 32.47 17.09 20.66 -
YUV 97.5 142.96 212.52 -
System Red Green Blue C M Y K H S L
Decimal 216 32 124 0 0.85 0.43 0.15 330 0.74 0.49
Hex D8 20 7C 0 55 2B F 14A 4A 31
Octal 330 40 174 0 125 53 17 512 112 61
Binary 11011000 100000 1111100 0 1010101 101011 1111 101001010 1001010 110001

Color Harmonies of #D8207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8207C

Black with #D8207C

Text Example


Text Example

White with #D8207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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