Html Css Color HEX #DC07DC Deep Magenta

📋 copy color: '#DC07DC'

red 220 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #DC07DC

Tints of Deep Magenta #DC07DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.57%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 49.22%
G = 1.57%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC07DC (or 0xDC07DC) is known color: Deep Magenta. HEX triplet: DC, 07 and DC. RGB value is (220,7,220). Sum of RGB (Red+Green+Blue) = 220+7+220=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07DC is #23F823. Grayscale: #5E5E5E. Windows color (decimal): -2357284 or 14419932. OLE color: 14419932.

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

Color convert

RGB 220 7 220 -
CMYK 0 0.97 0 0.14
HSL 300º 0.94% 0.45% -
HSV(B) 300º 0.97% 0.86% -
XYZ 42.51 20.53 69.43 -
YUV 94.97 198.57 217.18 -
System Red Green Blue C M Y K H S L
Decimal 220 7 220 0 0.97 0 0.14 300 0.94 0.45
Hex DC 7 DC 0 61 0 E 12C 5E 2D
Octal 334 7 334 0 141 0 16 454 136 55
Binary 11011100 111 11011100 0 1100001 0 1110 100101100 1011110 101101

Color Harmonies of #DC07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC07DC

Black with #DC07DC

Text Example


Text Example

White with #DC07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC07DC; }

 p { color: rgb(220,7,220); }

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

background-color css

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

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

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

border-color css

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

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

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