#D85A5B

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

Shades of Mandy #D85A5B

Tints of Mandy #D85A5B

Color information

#D85A5B (or 0xD85A5B) is unknown color: approx Mandy. HEX triplet: D8, 5A and 5B. RGB value is (216,90,91). Sum of RGB (Red+Green+Blue) = 216+90+91=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A5B is #27A5A4. Grayscale: #7F7F7F. Windows color (decimal): -2598309 or 5987032. OLE color: 5987032.

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

Color convert

RGB2169091-
CMYK00.580.580.15
HSL359.52º61.76%60%-
HSV(B)359.52º58.33%84.71%-
XYZ33.8622.6712.49-
YUV127.79107.24190.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.41%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=54.41%
G=22.67%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216909100.580.580.15359.5261.7660
HexD85A5B03A3AF1683e3c
Octal33013213307272175507674
Binary110110001011010101101101110101110101111101101000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A5B; }

 p { color: rgb(216,90,91); }

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

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

 a { background-color: rgb(216,90,91); }

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

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

 span { border-color: rgb(216,90,91); }

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