#D8555F

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

Shades of Mandy #D8555F

Tints of Mandy #D8555F

Color information

#D8555F (or 0xD8555F) is unknown color: approx Mandy. HEX triplet: D8, 55 and 5F. RGB value is (216,85,95). Sum of RGB (Red+Green+Blue) = 216+85+95=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8555F is #27AAA0. Grayscale: #7D7D7D. Windows color (decimal): -2599585 or 6247896. OLE color: 6247896.

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

Color convert

RGB2168595-
CMYK00.610.560.15
HSL355.42º62.68%59.02%-
HSV(B)355.42º60.65%84.71%-
XYZ33.6321.9213.29-
YUV125.31110.9192.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.55%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=54.55%
G=21.46%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216859500.610.560.15355.4262.6859.02
HexD8555F03D38F1633f3b
Octal33012513707570175437773
Binary110110001010101101111101111011110001111101100011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8555F; }

 p { color: rgb(216,85,95); }

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

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

 a { background-color: rgb(216,85,95); }

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

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

 span { border-color: rgb(216,85,95); }

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