#D515B8

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

Shades of Deep Magenta #D515B8

Tints of Deep Magenta #D515B8

Color information

#D515B8 (or 0xD515B8) is unknown color: approx Deep Magenta. HEX triplet: D5, 15 and B8. RGB value is (213,21,184). Sum of RGB (Red+Green+Blue) = 213+21+184=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D515B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515B8 is #2AEA47. Grayscale: #606060. Windows color (decimal): -2812488 or 12064213. OLE color: 12064213.

HSL color Cylindrical-coordinate representation of color #D515B8: hue angle of 309.06º 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 #D515B8 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21321184-
CMYK00.900.140.16
HSL309.06º82.05%45.88%-
HSV(B)309.06º90.14%83.53%-
XYZ36.3618.1446.93-
YUV96.99177.11210.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 21 (8.59% from 255) = 5.02%
BLUE value IS 184 (72.27% from 255) = 44.02%
R=50.96%
G=5.02%
B=44.02%

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
Decimal2132118400.900.140.16309.0682.0545.88
HexD515B805AE10135522e
Octal325252700132162046512256
Binary110101011010110111000010110101110100001001101011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D515B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D515B8; }

 p { color: rgb(213,21,184); }

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

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

 a { background-color: rgb(213,21,184); }

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

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

 span { border-color: rgb(213,21,184); }

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