#D85354

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

Shades of Mandy #D85354

Tints of Mandy #D85354

Color information

#D85354 (or 0xD85354) is unknown color: approx Mandy. HEX triplet: D8, 53 and 54. RGB value is (216,83,84). Sum of RGB (Red+Green+Blue) = 216+83+84=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D85354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85354 is #27ACAB. Grayscale: #7B7B7B. Windows color (decimal): -2600108 or 5526488. OLE color: 5526488.

HSL color Cylindrical-coordinate representation of color #D85354: hue angle of 359.55º degrees, saturation: 0.63, 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 #D85354 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB2168384-
CMYK00.620.610.15
HSL359.55º63.03%58.63%-
HSV(B)359.55º61.57%84.71%-
XYZ33.0121.4310.78-
YUV122.88106.06194.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.40%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=56.40%
G=21.67%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216838400.620.610.15359.5563.0358.63
HexD8535403E3DF1683f3b
Octal33012312407675175507773
Binary110110001010011101010001111101111011111101101000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85354; }

 p { color: rgb(216,83,84); }

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

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

 a { background-color: rgb(216,83,84); }

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

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

 span { border-color: rgb(216,83,84); }

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