Html Css Color HEX #DC22CC Deep Magenta

📋 copy color: '#DC22CC'

red 220 ◦ green 34 ◦ blue 204

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

Shades of Deep Magenta #DC22CC

Tints of Deep Magenta #DC22CC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.42%

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

R = 48.03%
G = 7.42%
B = 44.54%

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

#DC22CC (or 0xDC22CC) is known color: Deep Magenta. HEX triplet: DC, 22 and CC. RGB value is (220,34,204). Sum of RGB (Red+Green+Blue) = 220+34+204=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22CC is #23DD33. Grayscale: #6C6C6C. Windows color (decimal): -2350388 or 13378268. OLE color: 13378268.

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

Color convert

RGB 220 34 204 -
CMYK 0 0.85 0.07 0.14
HSL 305.16º 0.73% 0.5% -
HSV(B) 305.16º 0.85% 0.86% -
XYZ 40.99 20.72 58.97 -
YUV 108.99 181.62 207.18 -
System Red Green Blue C M Y K H S L
Decimal 220 34 204 0 0.85 0.07 0.14 305.16 0.73 0.5
Hex DC 22 CC 0 55 7 E 131 49 32
Octal 334 42 314 0 125 7 16 461 111 62
Binary 11011100 100010 11001100 0 1010101 111 1110 100110001 1001001 110010

Color Harmonies of #DC22CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC22CC

Black with #DC22CC

Text Example


Text Example

White with #DC22CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC22CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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