Html Css Color HEX #DC209E Deep Cerise

📋 copy color: '#DC209E'

red 220 ◦ green 32 ◦ blue 158

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

Shades of Deep Cerise #DC209E

Tints of Deep Cerise #DC209E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 53.66%
G = 7.8%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC209E (or 0xDC209E) is known color: Deep Cerise. HEX triplet: DC, 20 and 9E. RGB value is (220,32,158). Sum of RGB (Red+Green+Blue) = 220+32+158=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC209E is #23DF61. Grayscale: #666666. Windows color (decimal): -2350946 or 10363100. OLE color: 10363100.

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

Color convert

RGB 220 32 158 -
CMYK 0 0.85 0.28 0.14
HSL 319.79º 0.75% 0.49% -
HSV(B) 319.79º 0.85% 0.86% -
XYZ 36.2 18.72 34.05 -
YUV 102.58 159.28 211.75 -
System Red Green Blue C M Y K H S L
Decimal 220 32 158 0 0.85 0.28 0.14 319.79 0.75 0.49
Hex DC 20 9E 0 55 1C E 140 4B 31
Octal 334 40 236 0 125 34 16 500 113 61
Binary 11011100 100000 10011110 0 1010101 11100 1110 101000000 1001011 110001

Color Harmonies of #DC209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC209E

Black with #DC209E

Text Example


Text Example

White with #DC209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC209E; }

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

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

background-color css

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

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

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

border-color css

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

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

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