#D001C6

Color #D001C6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D001C6

Tints of Deep Magenta #D001C6

Color information

#D001C6 (or 0xD001C6) is unknown color: approx Deep Magenta. HEX triplet: D0, 01 and C6. RGB value is (208,1,198). Sum of RGB (Red+Green+Blue) = 208+1+198=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D001C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001C6 is #2FFE39. Grayscale: #545454. Windows color (decimal): -3145274 or 12976592. OLE color: 12976592.

HSL color Cylindrical-coordinate representation of color #D001C6: hue angle of 302.9º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001C6 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB2081198-
CMYK01.000.050.18
HSL302.9º99.04%40.98%-
HSV(B)302.9º99.52%81.57%-
XYZ36.2217.5154.9-
YUV85.35191.58215.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.11%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 198 (77.73% from 255) = 48.65%
R=51.11%
G=0.25%
B=48.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208119801.000.050.18302.999.0440.98
HexD01C606451212f6329
Octal3201306014452245714351
Binary1101000011100011001100100101100101001011111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D001C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D001C6; }

 p { color: rgb(208,1,198); }

 H1.HeaderClassName
 {
   color: #D001C6;
 }
 .AnyTagClassName
 {
   color: #D001C6;
 }
</style>
background-color css

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

 a { background-color: rgb(208,1,198); }

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

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

 span { border-color: rgb(208,1,198); }

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