#D815E3

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

Shades of Deep Magenta #D815E3

Tints of Deep Magenta #D815E3

Color information

#D815E3 (or 0xD815E3) is unknown color: approx Deep Magenta. HEX triplet: D8, 15 and E3. RGB value is (216,21,227). Sum of RGB (Red+Green+Blue) = 216+21+227=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #D815E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815E3 is #27EA1C. Grayscale: #666666. Windows color (decimal): -2615837 or 14882264. OLE color: 14882264.

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

Color convert

RGB21621227-
CMYK0.050.9100.11
HSL296.8º83.06%48.63%-
HSV(B)296.8º90.75%89.02%-
XYZ42.4520.6874.43-
YUV102.79198.1208.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.55%
GREEN value IS 21 (8.59% from 255) = 4.53%
BLUE value IS 227 (89.06% from 255) = 48.92%
R=46.55%
G=4.53%
B=48.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal216212270.050.9100.11296.883.0648.63
HexD815E355B0B1295331
Octal33025343513301345112361
Binary1101100010101111000111011011011010111001010011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D815E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D815E3; }

 p { color: rgb(216,21,227); }

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

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

 a { background-color: rgb(216,21,227); }

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

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

 span { border-color: rgb(216,21,227); }

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