#D016C7

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

Shades of Deep Magenta #D016C7

Tints of Deep Magenta #D016C7

Color information

#D016C7 (or 0xD016C7) is unknown color: approx Deep Magenta. HEX triplet: D0, 16 and C7. RGB value is (208,22,199). Sum of RGB (Red+Green+Blue) = 208+22+199=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D016C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016C7 is #2FE938. Grayscale: #616161. Windows color (decimal): -3139897 or 13047504. OLE color: 13047504.

HSL color Cylindrical-coordinate representation of color #D016C7: hue angle of 302.9º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D016C7 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB20822199-
CMYK00.890.040.18
HSL302.9º80.87%45.1%-
HSV(B)302.9º89.42%81.57%-
XYZ36.6118.1155.6-
YUV97.79185.12206.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 22 (8.98% from 255) = 5.13%
BLUE value IS 199 (78.12% from 255) = 46.39%
R=48.48%
G=5.13%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082219900.890.040.18302.980.8745.1
HexD016C705941212f512d
Octal32026307013142245712155
Binary11010000101101100011101011001100100101001011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D016C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D016C7; }

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

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

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

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

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

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

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

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