Html Css Color HEX #DC21CA Deep Magenta

📋 copy color: '#DC21CA'

red 220 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #DC21CA

Tints of Deep Magenta #DC21CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 48.35%
G = 7.25%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC21CA (or 0xDC21CA) is known color: Deep Magenta. HEX triplet: DC, 21 and CA. RGB value is (220,33,202). Sum of RGB (Red+Green+Blue) = 220+33+202=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21CA is #23DE35. Grayscale: #6B6B6B. Windows color (decimal): -2350646 or 13246940. OLE color: 13246940.

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

Color convert

RGB 220 33 202 -
CMYK 0 0.85 0.08 0.14
HSL 305.78º 0.74% 0.5% -
HSV(B) 305.78º 0.85% 0.86% -
XYZ 40.72 20.57 57.7 -
YUV 108.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 220 33 202 0 0.85 0.08 0.14 305.78 0.74 0.5
Hex DC 21 CA 0 55 8 E 132 4A 32
Octal 334 41 312 0 125 10 16 462 112 62
Binary 11011100 100001 11001010 0 1010101 1000 1110 100110010 1001010 110010

Color Harmonies of #DC21CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC21CA

Black with #DC21CA

Text Example


Text Example

White with #DC21CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC21CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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