Html Css Color HEX #D8207D Deep Cerise

📋 copy color: '#D8207D'

red 216 ◦ green 32 ◦ blue 125

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

Shades of Deep Cerise #D8207D

Tints of Deep Cerise #D8207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 57.91%
G = 8.58%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8207D (or 0xD8207D) is known color: Deep Cerise. HEX triplet: D8, 20 and 7D. RGB value is (216,32,125). Sum of RGB (Red+Green+Blue) = 216+32+125=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8207D is #27DF82. Grayscale: #616161. Windows color (decimal): -2613123 or 8200408. OLE color: 8200408.

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

Color convert

RGB 216 32 125 -
CMYK 0 0.85 0.42 0.15
HSL 329.67º 0.74% 0.49% -
HSV(B) 329.67º 0.85% 0.85% -
XYZ 32.54 17.11 20.99 -
YUV 97.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 216 32 125 0 0.85 0.42 0.15 329.67 0.74 0.49
Hex D8 20 7D 0 55 2A F 14A 4A 31
Octal 330 40 175 0 125 52 17 512 112 61
Binary 11011000 100000 1111101 0 1010101 101010 1111 101001010 1001010 110001

Color Harmonies of #D8207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8207D

Black with #D8207D

Text Example


Text Example

White with #D8207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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