#D014D8

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

Shades of Deep Magenta #D014D8

Tints of Deep Magenta #D014D8

Color information

#D014D8 (or 0xD014D8) is unknown color: approx Deep Magenta. HEX triplet: D0, 14 and D8. RGB value is (208,20,216). Sum of RGB (Red+Green+Blue) = 208+20+216=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #D014D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014D8 is #2FEB27. Grayscale: #616161. Windows color (decimal): -3140392 or 14161104. OLE color: 14161104.

HSL color Cylindrical-coordinate representation of color #D014D8: hue angle of 297.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D014D8 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20820216-
CMYK0.040.9100.15
HSL297.55º83.05%46.27%-
HSV(B)297.55º90.74%84.71%-
XYZ38.6618.8766.57-
YUV98.56194.28206.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 20 (8.20% from 255) = 4.50%
BLUE value IS 216 (84.77% from 255) = 48.65%
R=46.85%
G=4.50%
B=48.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208202160.040.9100.15297.5583.0546.27
HexD014D845B0F12a532e
Octal32024330413301745212356
Binary1101000010100110110001001011011011111001010101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D014D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D014D8; }

 p { color: rgb(208,20,216); }

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

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

 a { background-color: rgb(208,20,216); }

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

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

 span { border-color: rgb(208,20,216); }

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