#D523B6

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

Shades of Deep Magenta #D523B6

Tints of Deep Magenta #D523B6

Color information

#D523B6 (or 0xD523B6) is unknown color: approx Deep Magenta. HEX triplet: D5, 23 and B6. RGB value is (213,35,182). Sum of RGB (Red+Green+Blue) = 213+35+182=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D523B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523B6 is #2ADC49. Grayscale: #686868. Windows color (decimal): -2808906 or 11936725. OLE color: 11936725.

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

Color convert

RGB21335182-
CMYK00.840.150.16
HSL310.45º71.77%48.63%-
HSV(B)310.45º83.57%83.53%-
XYZ36.4918.7345.95-
YUV104.98171.47205.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 35 (14.06% from 255) = 8.14%
BLUE value IS 182 (71.48% from 255) = 42.33%
R=49.53%
G=8.14%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133518200.840.150.16310.4571.7748.63
HexD523B6054F101364831
Octal325432660124172046611061
Binary1101010110001110110110010101001111100001001101101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D523B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D523B6; }

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

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

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

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

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

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

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

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