#D816E4

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

Shades of Deep Magenta #D816E4

Tints of Deep Magenta #D816E4

Color information

#D816E4 (or 0xD816E4) is unknown color: approx Deep Magenta. HEX triplet: D8, 16 and E4. RGB value is (216,22,228). Sum of RGB (Red+Green+Blue) = 216+22+228=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #D816E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816E4 is #27E91B. Grayscale: #666666. Windows color (decimal): -2615580 or 14948056. OLE color: 14948056.

HSL color Cylindrical-coordinate representation of color #D816E4: hue angle of 296.5º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816E4 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21622228-
CMYK0.050.9000.11
HSL296.5º82.4%49.02%-
HSV(B)296.5º90.35%89.41%-
XYZ42.6120.7775.16-
YUV103.49198.27208.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.35%
GREEN value IS 22 (8.98% from 255) = 4.72%
BLUE value IS 228 (89.45% from 255) = 48.93%
R=46.35%
G=4.72%
B=48.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal216222280.050.9000.11296.582.449.02
HexD816E455A0B1295231
Octal33026344513201345112261
Binary1101100010110111001001011011010010111001010011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D816E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D816E4; }

 p { color: rgb(216,22,228); }

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

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

 a { background-color: rgb(216,22,228); }

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

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

 span { border-color: rgb(216,22,228); }

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