#D9525B

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

Shades of Mandy #D9525B

Tints of Mandy #D9525B

Color information

#D9525B (or 0xD9525B) is unknown color: approx Mandy. HEX triplet: D9, 52 and 5B. RGB value is (217,82,91). Sum of RGB (Red+Green+Blue) = 217+82+91=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9525B is #26ADA4. Grayscale: #7B7B7B. Windows color (decimal): -2534821 or 5984985. OLE color: 5984985.

HSL color Cylindrical-coordinate representation of color #D9525B: hue angle of 356º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9525B is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB2178291-
CMYK00.620.580.15
HSL356º63.98%58.63%-
HSV(B)356º62.21%85.1%-
XYZ33.5221.5412.29-
YUV123.39109.73194.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.64%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=55.64%
G=21.03%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217829100.620.580.1535663.9858.63
HexD9525B03E3AF164403b
Octal331122133076721754410073
Binary1101100110100101011011011111011101011111011001001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9525B; }

 p { color: rgb(217,82,91); }

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

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

 a { background-color: rgb(217,82,91); }

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

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

 span { border-color: rgb(217,82,91); }

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