Html Css Color HEX #DC21CC Deep Magenta

📋 copy color: '#DC21CC'

red 220 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #DC21CC

Tints of Deep Magenta #DC21CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 48.14%
G = 7.22%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC21CC (or 0xDC21CC) is known color: Deep Magenta. HEX triplet: DC, 21 and CC. RGB value is (220,33,204). Sum of RGB (Red+Green+Blue) = 220+33+204=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21CC is #23DE33. Grayscale: #6B6B6B. Windows color (decimal): -2350644 or 13378012. OLE color: 13378012.

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

Color convert

RGB 220 33 204 -
CMYK 0 0.85 0.07 0.14
HSL 305.13º 0.74% 0.5% -
HSV(B) 305.13º 0.85% 0.86% -
XYZ 40.96 20.66 58.96 -
YUV 108.41 181.95 207.6 -
System Red Green Blue C M Y K H S L
Decimal 220 33 204 0 0.85 0.07 0.14 305.13 0.74 0.5
Hex DC 21 CC 0 55 7 E 131 4A 32
Octal 334 41 314 0 125 7 16 461 112 62
Binary 11011100 100001 11001100 0 1010101 111 1110 100110001 1001010 110010

Color Harmonies of #DC21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC21CC

Black with #DC21CC

Text Example


Text Example

White with #DC21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC21CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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