#D814E1

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

Shades of Deep Magenta #D814E1

Tints of Deep Magenta #D814E1

Color information

#D814E1 (or 0xD814E1) is unknown color: approx Deep Magenta. HEX triplet: D8, 14 and E1. RGB value is (216,20,225). Sum of RGB (Red+Green+Blue) = 216+20+225=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #D814E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814E1 is #27EB1E. Grayscale: #656565. Windows color (decimal): -2616095 or 14750936. OLE color: 14750936.

HSL color Cylindrical-coordinate representation of color #D814E1: hue angle of 297.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814E1 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21620225-
CMYK0.040.9100.12
HSL297.37º83.67%48.04%-
HSV(B)297.37º91.11%88.24%-
XYZ42.1620.5472.98-
YUV101.97197.43209.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 20 (8.20% from 255) = 4.34%
BLUE value IS 225 (88.28% from 255) = 48.81%
R=46.85%
G=4.34%
B=48.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216202250.040.9100.12297.3783.6748.04
HexD814E145B0C1295430
Octal33024341413301445112460
Binary1101100010100111000011001011011011001001010011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D814E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D814E1; }

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

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

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

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

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

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

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

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