Html Css Color HEX #DC21D2 Deep Magenta

📋 copy color: '#DC21D2'

red 220 ◦ green 33 ◦ blue 210

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

Shades of Deep Magenta #DC21D2

Tints of Deep Magenta #DC21D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 47.52%
G = 7.13%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC21D2 (or 0xDC21D2) is known color: Deep Magenta. HEX triplet: DC, 21 and D2. RGB value is (220,33,210). Sum of RGB (Red+Green+Blue) = 220+33+210=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21D2 is #23DE2D. Grayscale: #6C6C6C. Windows color (decimal): -2350638 or 13771228. OLE color: 13771228.

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

Color convert

RGB 220 33 210 -
CMYK 0 0.85 0.05 0.14
HSL 303.21º 0.74% 0.5% -
HSV(B) 303.21º 0.85% 0.86% -
XYZ 41.69 20.96 62.82 -
YUV 109.09 184.95 207.11 -
System Red Green Blue C M Y K H S L
Decimal 220 33 210 0 0.85 0.05 0.14 303.21 0.74 0.5
Hex DC 21 D2 0 55 5 E 12F 4A 32
Octal 334 41 322 0 125 5 16 457 112 62
Binary 11011100 100001 11010010 0 1010101 101 1110 100101111 1001010 110010

Color Harmonies of #DC21D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC21D2

Black with #DC21D2

Text Example


Text Example

White with #DC21D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC21D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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