#D8585A

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

Shades of Mandy #D8585A

Tints of Mandy #D8585A

Color information

#D8585A (or 0xD8585A) is unknown color: approx Mandy. HEX triplet: D8, 58 and 5A. RGB value is (216,88,90). Sum of RGB (Red+Green+Blue) = 216+88+90=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8585A is #27A7A5. Grayscale: #7E7E7E. Windows color (decimal): -2598822 or 5920984. OLE color: 5920984.

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

Color convert

RGB2168890-
CMYK00.590.580.15
HSL359.06º62.14%59.61%-
HSV(B)359.06º59.26%84.71%-
XYZ33.6522.3212.21-
YUV126.5107.41191.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.82%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=54.82%
G=22.34%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216889000.590.580.15359.0662.1459.61
HexD8585A03B3AF1673e3c
Octal33013013207372175477674
Binary110110001011000101101001110111110101111101100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8585A; }

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

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

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

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

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

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

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

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