Html Css Color HEX #DC208E Deep Cerise

📋 copy color: '#DC208E'

red 220 ◦ green 32 ◦ blue 142

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

Shades of Deep Cerise #DC208E

Tints of Deep Cerise #DC208E

RGB

 RED value IS 220 (86.33% from 255) = 55.84%

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

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

R = 55.84%
G = 8.12%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC208E (or 0xDC208E) is known color: Deep Cerise. HEX triplet: DC, 20 and 8E. RGB value is (220,32,142). Sum of RGB (Red+Green+Blue) = 220+32+142=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC208E is #23DF71. Grayscale: #646464. Windows color (decimal): -2350962 or 9314524. OLE color: 9314524.

HSL color Cylindrical-coordinate representation of color #DC208E: hue angle of 324.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC208E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 142 -
CMYK 0 0.85 0.35 0.14
HSL 324.89º 0.75% 0.49% -
HSV(B) 324.89º 0.85% 0.86% -
XYZ 34.91 18.2 27.26 -
YUV 100.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 220 32 142 0 0.85 0.35 0.14 324.89 0.75 0.49
Hex DC 20 8E 0 55 23 E 145 4B 31
Octal 334 40 216 0 125 43 16 505 113 61
Binary 11011100 100000 10001110 0 1010101 100011 1110 101000101 1001011 110001

Color Harmonies of #DC208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC208E

Black with #DC208E

Text Example


Text Example

White with #DC208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC208E; }

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

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

background-color css

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

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

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

border-color css

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

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

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