#D814D0

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

Shades of Deep Magenta #D814D0

Tints of Deep Magenta #D814D0

Color information

#D814D0 (or 0xD814D0) is unknown color: approx Deep Magenta. HEX triplet: D8, 14 and D0. RGB value is (216,20,208). Sum of RGB (Red+Green+Blue) = 216+20+208=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D814D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814D0 is #27EB2F. Grayscale: #636363. Windows color (decimal): -2616112 or 13636824. OLE color: 13636824.

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

Color convert

RGB21620208-
CMYK00.910.040.15
HSL302.45º83.05%46.27%-
HSV(B)302.45º90.74%84.71%-
XYZ39.9519.6561.36-
YUV100.04188.93210.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162020800.910.040.15302.4583.0546.27
HexD814D005B4F12e532e
Octal33024320013341745612356
Binary1101100010100110100000101101110011111001011101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D814D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D814D0; }

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

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

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

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

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

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

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

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