Html Css Color HEX #DC22C6 Deep Magenta

📋 copy color: '#DC22C6'

red 220 ◦ green 34 ◦ blue 198

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

Shades of Deep Magenta #DC22C6

Tints of Deep Magenta #DC22C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 48.67%
G = 7.52%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC22C6 (or 0xDC22C6) is known color: Deep Magenta. HEX triplet: DC, 22 and C6. RGB value is (220,34,198). Sum of RGB (Red+Green+Blue) = 220+34+198=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22C6 is #23DD39. Grayscale: #6B6B6B. Windows color (decimal): -2350394 or 12985052. OLE color: 12985052.

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

Color convert

RGB 220 34 198 -
CMYK 0 0.85 0.1 0.14
HSL 307.1º 0.73% 0.5% -
HSV(B) 307.1º 0.85% 0.86% -
XYZ 40.28 20.44 55.25 -
YUV 108.31 178.62 207.66 -
System Red Green Blue C M Y K H S L
Decimal 220 34 198 0 0.85 0.1 0.14 307.1 0.73 0.5
Hex DC 22 C6 0 55 A E 133 49 32
Octal 334 42 306 0 125 12 16 463 111 62
Binary 11011100 100010 11000110 0 1010101 1010 1110 100110011 1001001 110010

Color Harmonies of #DC22C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC22C6

Black with #DC22C6

Text Example


Text Example

White with #DC22C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC22C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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