Html Css Color HEX #DC06D6 Deep Magenta

📋 copy color: '#DC06D6'

red 220 ◦ green 6 ◦ blue 214

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

Shades of Deep Magenta #DC06D6

Tints of Deep Magenta #DC06D6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 50%
G = 1.36%
B = 48.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC06D6 (or 0xDC06D6) is known color: Deep Magenta. HEX triplet: DC, 06 and D6. RGB value is (220,6,214). Sum of RGB (Red+Green+Blue) = 220+6+214=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06D6 is #23F929. Grayscale: #5D5D5D. Windows color (decimal): -2357546 or 14026460. OLE color: 14026460.

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

Color convert

RGB 220 6 214 -
CMYK 0 0.97 0.03 0.14
HSL 301.68º 0.95% 0.44% -
HSV(B) 301.68º 0.97% 0.86% -
XYZ 41.72 20.2 65.32 -
YUV 93.7 195.9 218.09 -
System Red Green Blue C M Y K H S L
Decimal 220 6 214 0 0.97 0.03 0.14 301.68 0.95 0.44
Hex DC 6 D6 0 61 3 E 12E 5F 2C
Octal 334 6 326 0 141 3 16 456 137 54
Binary 11011100 110 11010110 0 1100001 11 1110 100101110 1011111 101100

Color Harmonies of #DC06D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06D6

Black with #DC06D6

Text Example


Text Example

White with #DC06D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06D6; }

 p { color: rgb(220,6,214); }

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

background-color css

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

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

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

border-color css

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

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

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