Html Css Color HEX #DC21C9 Deep Magenta

📋 copy color: '#DC21C9'

red 220 ◦ green 33 ◦ blue 201

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

Shades of Deep Magenta #DC21C9

Tints of Deep Magenta #DC21C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 48.46%
G = 7.27%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC21C9 (or 0xDC21C9) is known color: Deep Magenta. HEX triplet: DC, 21 and C9. RGB value is (220,33,201). Sum of RGB (Red+Green+Blue) = 220+33+201=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21C9 is #23DE36. Grayscale: #6B6B6B. Windows color (decimal): -2350647 or 13181404. OLE color: 13181404.

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

Color convert

RGB 220 33 201 -
CMYK 0 0.85 0.09 0.14
HSL 306.1º 0.74% 0.5% -
HSV(B) 306.1º 0.85% 0.86% -
XYZ 40.6 20.52 57.08 -
YUV 108.07 180.45 207.84 -
System Red Green Blue C M Y K H S L
Decimal 220 33 201 0 0.85 0.09 0.14 306.1 0.74 0.5
Hex DC 21 C9 0 55 9 E 132 4A 32
Octal 334 41 311 0 125 11 16 462 112 62
Binary 11011100 100001 11001001 0 1010101 1001 1110 100110010 1001010 110010

Color Harmonies of #DC21C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC21C9

Black with #DC21C9

Text Example


Text Example

White with #DC21C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC21C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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