Html Css Color HEX #DC06B7 Deep Magenta

📋 copy color: '#DC06B7'

red 220 ◦ green 6 ◦ blue 183

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

Shades of Deep Magenta #DC06B7

Tints of Deep Magenta #DC06B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.74%

R = 53.79%
G = 1.47%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC06B7 (or 0xDC06B7) is known color: Deep Magenta. HEX triplet: DC, 06 and B7. RGB value is (220,6,183). Sum of RGB (Red+Green+Blue) = 220+6+183=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06B7 is #23F948. Grayscale: #595959. Windows color (decimal): -2357577 or 11994844. OLE color: 11994844.

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

Color convert

RGB 220 6 183 -
CMYK 0 0.97 0.17 0.14
HSL 310.37º 0.95% 0.44% -
HSV(B) 310.37º 0.97% 0.86% -
XYZ 38.13 18.76 46.41 -
YUV 90.16 180.4 220.61 -
System Red Green Blue C M Y K H S L
Decimal 220 6 183 0 0.97 0.17 0.14 310.37 0.95 0.44
Hex DC 6 B7 0 61 11 E 136 5F 2C
Octal 334 6 267 0 141 21 16 466 137 54
Binary 11011100 110 10110111 0 1100001 10001 1110 100110110 1011111 101100

Color Harmonies of #DC06B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06B7

Black with #DC06B7

Text Example


Text Example

White with #DC06B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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