#D814D4

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

Shades of Deep Magenta #D814D4

Tints of Deep Magenta #D814D4

Color information

#D814D4 (or 0xD814D4) is unknown color: approx Deep Magenta. HEX triplet: D8, 14 and D4. RGB value is (216,20,212). Sum of RGB (Red+Green+Blue) = 216+20+212=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D814D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814D4 is #27EB2B. Grayscale: #636363. Windows color (decimal): -2616108 or 13898968. OLE color: 13898968.

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

Color convert

RGB21620212-
CMYK00.910.020.15
HSL301.22º83.05%46.27%-
HSV(B)301.22º90.74%84.71%-
XYZ40.4519.8563.99-
YUV100.49190.93210.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.21%
GREEN value IS 20 (8.20% from 255) = 4.46%
BLUE value IS 212 (83.20% from 255) = 47.32%
R=48.21%
G=4.46%
B=47.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162021200.910.020.15301.2283.0546.27
HexD814D405B2F12d532e
Octal33024324013321745512356
Binary110110001010011010100010110111011111001011011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D814D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D814D4; }

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

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

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

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

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

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

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

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