Html Css Color HEX #DC209A Deep Cerise

📋 copy color: '#DC209A'

red 220 ◦ green 32 ◦ blue 154

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

Shades of Deep Cerise #DC209A

Tints of Deep Cerise #DC209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 54.19%
G = 7.88%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC209A (or 0xDC209A) is known color: Deep Cerise. HEX triplet: DC, 20 and 9A. RGB value is (220,32,154). Sum of RGB (Red+Green+Blue) = 220+32+154=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC209A is #23DF65. Grayscale: #656565. Windows color (decimal): -2350950 or 10100956. OLE color: 10100956.

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

Color convert

RGB 220 32 154 -
CMYK 0 0.85 0.3 0.14
HSL 321.06º 0.75% 0.49% -
HSV(B) 321.06º 0.85% 0.86% -
XYZ 35.86 18.58 32.27 -
YUV 102.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 220 32 154 0 0.85 0.3 0.14 321.06 0.75 0.49
Hex DC 20 9A 0 55 1E E 141 4B 31
Octal 334 40 232 0 125 36 16 501 113 61
Binary 11011100 100000 10011010 0 1010101 11110 1110 101000001 1001011 110001

Color Harmonies of #DC209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC209A

Black with #DC209A

Text Example


Text Example

White with #DC209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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