Html Css Color HEX #DC21D1 Deep Magenta

📋 copy color: '#DC21D1'

red 220 ◦ green 33 ◦ blue 209

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

Shades of Deep Magenta #DC21D1

Tints of Deep Magenta #DC21D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 47.62%
G = 7.14%
B = 45.24%

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

#DC21D1 (or 0xDC21D1) is known color: Deep Magenta. HEX triplet: DC, 21 and D1. RGB value is (220,33,209). Sum of RGB (Red+Green+Blue) = 220+33+209=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21D1 is #23DE2E. Grayscale: #6C6C6C. Windows color (decimal): -2350639 or 13705692. OLE color: 13705692.

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

Color convert

RGB 220 33 209 -
CMYK 0 0.85 0.05 0.14
HSL 303.53º 0.74% 0.5% -
HSV(B) 303.53º 0.85% 0.86% -
XYZ 41.57 20.91 62.17 -
YUV 108.98 184.45 207.19 -
System Red Green Blue C M Y K H S L
Decimal 220 33 209 0 0.85 0.05 0.14 303.53 0.74 0.5
Hex DC 21 D1 0 55 5 E 130 4A 32
Octal 334 41 321 0 125 5 16 460 112 62
Binary 11011100 100001 11010001 0 1010101 101 1110 100110000 1001010 110010

Color Harmonies of #DC21D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC21D1

Black with #DC21D1

Text Example


Text Example

White with #DC21D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC21D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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