Html Css Color HEX #DC06E1 Deep Magenta

📋 copy color: '#DC06E1'

red 220 ◦ green 6 ◦ blue 225

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

Shades of Deep Magenta #DC06E1

Tints of Deep Magenta #DC06E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.89%

R = 48.78%
G = 1.33%
B = 49.89%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC06E1 (or 0xDC06E1) is known color: Deep Magenta. HEX triplet: DC, 06 and E1. RGB value is (220,6,225). Sum of RGB (Red+Green+Blue) = 220+6+225=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC06E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06E1 is #23F91E. Grayscale: #5E5E5E. Windows color (decimal): -2357535 or 14747356. OLE color: 14747356.

HSL color Cylindrical-coordinate representation of color #DC06E1: hue angle of 298.63º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC06E1 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 6 225 -
CMYK 0.02 0.97 0 0.12
HSL 298.63º 0.95% 0.45% -
HSV(B) 298.63º 0.97% 0.88% -
XYZ 43.17 20.78 72.97 -
YUV 94.95 201.4 217.19 -
System Red Green Blue C M Y K H S L
Decimal 220 6 225 0.02 0.97 0 0.12 298.63 0.95 0.45
Hex DC 6 E1 2 61 0 C 12B 5F 2D
Octal 334 6 341 2 141 0 14 453 137 55
Binary 11011100 110 11100001 10 1100001 0 1100 100101011 1011111 101101

Color Harmonies of #DC06E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06E1

Black with #DC06E1

Text Example


Text Example

White with #DC06E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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