Html Css Color HEX #DC06B5 Deep Magenta

📋 copy color: '#DC06B5'

red 220 ◦ green 6 ◦ blue 181

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

Shades of Deep Magenta #DC06B5

Tints of Deep Magenta #DC06B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 54.05%
G = 1.47%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC06B5 (or 0xDC06B5) is known color: Deep Magenta. HEX triplet: DC, 06 and B5. RGB value is (220,6,181). Sum of RGB (Red+Green+Blue) = 220+6+181=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06B5 is #23F94A. Grayscale: #595959. Windows color (decimal): -2357579 or 11863772. OLE color: 11863772.

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

Color convert

RGB 220 6 181 -
CMYK 0 0.97 0.18 0.14
HSL 310.93º 0.95% 0.44% -
HSV(B) 310.93º 0.97% 0.86% -
XYZ 37.92 18.68 45.32 -
YUV 89.94 179.4 220.77 -
System Red Green Blue C M Y K H S L
Decimal 220 6 181 0 0.97 0.18 0.14 310.93 0.95 0.44
Hex DC 6 B5 0 61 12 E 137 5F 2C
Octal 334 6 265 0 141 22 16 467 137 54
Binary 11011100 110 10110101 0 1100001 10010 1110 100110111 1011111 101100

Color Harmonies of #DC06B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06B5

Black with #DC06B5

Text Example


Text Example

White with #DC06B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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