#D8485B

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

Shades of Mandy #D8485B

Tints of Mandy #D8485B

Color information

#D8485B (or 0xD8485B) is unknown color: approx Mandy. HEX triplet: D8, 48 and 5B. RGB value is (216,72,91). Sum of RGB (Red+Green+Blue) = 216+72+91=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8485B is #27B7A4. Grayscale: #757575. Windows color (decimal): -2602917 or 5982424. OLE color: 5982424.

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

Color convert

RGB2167291-
CMYK00.670.580.15
HSL352.08º64.86%56.47%-
HSV(B)352.08º66.67%84.71%-
XYZ32.5219.9912.04-
YUV117.22113.21198.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.99%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=56.99%
G=19.00%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216729100.670.580.15352.0864.8656.47
HexD8485B0433AF1604138
Octal3301101330103721754010170
Binary11011000100100010110110100001111101011111011000001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8485B; }

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

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

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

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

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

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

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

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