#D715B9

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

Shades of Deep Magenta #D715B9

Tints of Deep Magenta #D715B9

Color information

#D715B9 (or 0xD715B9) is unknown color: approx Deep Magenta. HEX triplet: D7, 15 and B9. RGB value is (215,21,185). Sum of RGB (Red+Green+Blue) = 215+21+185=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D715B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715B9 is #28EA46. Grayscale: #616161. Windows color (decimal): -2681415 or 12129751. OLE color: 12129751.

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

Color convert

RGB21521185-
CMYK00.900.140.16
HSL309.28º82.2%46.27%-
HSV(B)309.28º90.23%84.31%-
XYZ37.0518.4947.51-
YUV97.7177.27211.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 21 (8.59% from 255) = 4.99%
BLUE value IS 185 (72.66% from 255) = 43.94%
R=51.07%
G=4.99%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152118500.900.140.16309.2882.246.27
HexD715B905AE10135522e
Octal327252710132162046512256
Binary110101111010110111001010110101110100001001101011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D715B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D715B9; }

 p { color: rgb(215,21,185); }

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

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

 a { background-color: rgb(215,21,185); }

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

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

 span { border-color: rgb(215,21,185); }

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