Html Css Color HEX #DC20A2 Deep Cerise

📋 copy color: '#DC20A2'

red 220 ◦ green 32 ◦ blue 162

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

Shades of Deep Cerise #DC20A2

Tints of Deep Cerise #DC20A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 53.14%
G = 7.73%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC20A2 (or 0xDC20A2) is known color: Deep Cerise. HEX triplet: DC, 20 and A2. RGB value is (220,32,162). Sum of RGB (Red+Green+Blue) = 220+32+162=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20A2 is #23DF5D. Grayscale: #666666. Windows color (decimal): -2350942 or 10625244. OLE color: 10625244.

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

Color convert

RGB 220 32 162 -
CMYK 0 0.85 0.26 0.14
HSL 318.51º 0.75% 0.49% -
HSV(B) 318.51º 0.85% 0.86% -
XYZ 36.55 18.86 35.9 -
YUV 103.03 161.28 211.43 -
System Red Green Blue C M Y K H S L
Decimal 220 32 162 0 0.85 0.26 0.14 318.51 0.75 0.49
Hex DC 20 A2 0 55 1A E 13F 4B 31
Octal 334 40 242 0 125 32 16 477 113 61
Binary 11011100 100000 10100010 0 1010101 11010 1110 100111111 1001011 110001

Color Harmonies of #DC20A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20A2

Black with #DC20A2

Text Example


Text Example

White with #DC20A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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