#D506B6

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

Shades of Deep Magenta #D506B6

Tints of Deep Magenta #D506B6

Color information

#D506B6 (or 0xD506B6) is unknown color: approx Deep Magenta. HEX triplet: D5, 06 and B6. RGB value is (213,6,182). Sum of RGB (Red+Green+Blue) = 213+6+182=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D506B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506B6 is #2AF949. Grayscale: #575757. Windows color (decimal): -2816330 or 11929301. OLE color: 11929301.

HSL color Cylindrical-coordinate representation of color #D506B6: hue angle of 308.99º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D506B6 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB2136182-
CMYK00.970.150.16
HSL308.99º94.52%42.94%-
HSV(B)308.99º97.18%83.53%-
XYZ35.9517.6545.77-
YUV87.96181.08217.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 6 (2.73% from 255) = 1.50%
BLUE value IS 182 (71.48% from 255) = 45.39%
R=53.12%
G=1.50%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213618200.970.150.16308.9994.5242.94
HexD56B6061F101355f2b
Octal32562660141172046513753
Binary1101010111010110110011000011111100001001101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D506B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D506B6; }

 p { color: rgb(213,6,182); }

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

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

 a { background-color: rgb(213,6,182); }

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

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

 span { border-color: rgb(213,6,182); }

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