Html Css Color HEX #DC0DC6 Deep Magenta

📋 copy color: '#DC0DC6'

red 220 ◦ green 13 ◦ blue 198

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

Shades of Deep Magenta #DC0DC6

Tints of Deep Magenta #DC0DC6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.02%

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

R = 51.04%
G = 3.02%
B = 45.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC0DC6 (or 0xDC0DC6) is known color: Deep Magenta. HEX triplet: DC, 0D and C6. RGB value is (220,13,198). Sum of RGB (Red+Green+Blue) = 220+13+198=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DC6 is #23F239. Grayscale: #5F5F5F. Windows color (decimal): -2355770 or 12979676. OLE color: 12979676.

HSL color Cylindrical-coordinate representation of color #DC0DC6: hue angle of 306.38º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DC6 is Cyan = 0, Magento = 0.94, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 13 198 -
CMYK 0 0.94 0.1 0.14
HSL 306.38º 0.89% 0.46% -
HSV(B) 306.38º 0.94% 0.86% -
XYZ 39.85 19.58 55.11 -
YUV 95.98 185.58 216.46 -
System Red Green Blue C M Y K H S L
Decimal 220 13 198 0 0.94 0.1 0.14 306.38 0.89 0.46
Hex DC D C6 0 5E A E 132 59 2E
Octal 334 15 306 0 136 12 16 462 131 56
Binary 11011100 1101 11000110 0 1011110 1010 1110 100110010 1011001 101110

Color Harmonies of #DC0DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DC6

Black with #DC0DC6

Text Example


Text Example

White with #DC0DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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