#D001C7

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

Shades of Deep Magenta #D001C7

Tints of Deep Magenta #D001C7

Color information

#D001C7 (or 0xD001C7) is unknown color: approx Deep Magenta. HEX triplet: D0, 01 and C7. RGB value is (208,1,199). Sum of RGB (Red+Green+Blue) = 208+1+199=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D001C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001C7 is #2FFE38. Grayscale: #545454. Windows color (decimal): -3145273 or 13042128. OLE color: 13042128.

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

Color convert

RGB2081199-
CMYK01.000.040.18
HSL302.61º99.04%40.98%-
HSV(B)302.61º99.52%81.57%-
XYZ36.3317.5655.51-
YUV85.46192.08215.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.98%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 199 (78.12% from 255) = 48.77%
R=50.98%
G=0.25%
B=48.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208119901.000.040.18302.6199.0440.98
HexD01C706441212f6329
Octal3201307014442245714351
Binary1101000011100011101100100100100101001011111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D001C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D001C7; }

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

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

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

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

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

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

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

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