#D55160

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

Shades of Mandy #D55160

Tints of Mandy #D55160

Color information

#D55160 (or 0xD55160) is unknown color: approx Mandy. HEX triplet: D5, 51 and 60. RGB value is (213,81,96). Sum of RGB (Red+Green+Blue) = 213+81+96=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D55160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55160 is #2AAE9F. Grayscale: #7A7A7A. Windows color (decimal): -2797216 or 6312405. OLE color: 6312405.

HSL color Cylindrical-coordinate representation of color #D55160: hue angle of 353.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55160 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2138196-
CMYK00.620.550.16
HSL353.18º61.11%57.65%-
HSV(B)353.18º61.97%83.53%-
XYZ32.4920.8813.38-
YUV122.18113.23192.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.62%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=54.62%
G=20.77%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213819600.620.550.16353.1861.1157.65
HexD5516003E37101613d3a
Octal32512114007667205417572
Binary1101010110100011100000011111011011110000101100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55160; }

 p { color: rgb(213,81,96); }

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

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

 a { background-color: rgb(213,81,96); }

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

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

 span { border-color: rgb(213,81,96); }

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