Html Css Color HEX #DC21A2 Deep Cerise

📋 copy color: '#DC21A2'

red 220 ◦ green 33 ◦ blue 162

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

Shades of Deep Cerise #DC21A2

Tints of Deep Cerise #DC21A2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.95%

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

R = 53.01%
G = 7.95%
B = 39.04%

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

#DC21A2 (or 0xDC21A2) is known color: Deep Cerise. HEX triplet: DC, 21 and A2. RGB value is (220,33,162). Sum of RGB (Red+Green+Blue) = 220+33+162=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC21A2 is #23DE5D. Grayscale: #676767. Windows color (decimal): -2350686 or 10625500. OLE color: 10625500.

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

Color convert

RGB 220 33 162 -
CMYK 0 0.85 0.26 0.14
HSL 318.61º 0.74% 0.5% -
HSV(B) 318.61º 0.85% 0.86% -
XYZ 36.58 18.91 35.9 -
YUV 103.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 220 33 162 0 0.85 0.26 0.14 318.61 0.74 0.5
Hex DC 21 A2 0 55 1A E 13F 4A 32
Octal 334 41 242 0 125 32 16 477 112 62
Binary 11011100 100001 10100010 0 1010101 11010 1110 100111111 1001010 110010

Color Harmonies of #DC21A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC21A2

Black with #DC21A2

Text Example


Text Example

White with #DC21A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC21A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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