#D815C0

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

Shades of Deep Magenta #D815C0

Tints of Deep Magenta #D815C0

Color information

#D815C0 (or 0xD815C0) is unknown color: approx Deep Magenta. HEX triplet: D8, 15 and C0. RGB value is (216,21,192). Sum of RGB (Red+Green+Blue) = 216+21+192=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D815C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815C0 is #27EA3F. Grayscale: #626262. Windows color (decimal): -2615872 or 12588504. OLE color: 12588504.

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

Color convert

RGB21621192-
CMYK00.900.110.15
HSL307.38º82.28%46.47%-
HSV(B)307.38º90.28%84.71%-
XYZ38.118.9451.52-
YUV98.8180.6211.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 21 (8.59% from 255) = 4.90%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=50.35%
G=4.90%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162119200.900.110.15307.3882.2846.47
HexD815C005ABF133522e
Octal330253000132131746312256
Binary11011000101011100000001011010101111111001100111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D815C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D815C0; }

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

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

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

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

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

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

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

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