#d1585c

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

Shades of Mandy #D1585C

Tints of Mandy #D1585C

Color information

#D1585C (or 0xD1585C) is unknown color: approx Mandy. HEX triplet: D1, 58 and 5C. RGB value is (209,88,92). Sum of RGB (Red+Green+Blue) = 209+88+92=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1585C is #2EA7A3. Grayscale: #7C7C7C. Windows color (decimal): -3057572 or 6052049. OLE color: 6052049.

HSL color Cylindrical-coordinate representation of color #D1585C: hue angle of 358.02º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1585C is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2098892-
CMYK00.580.560.18
HSL358.02º56.81%58.24%-
HSV(B)358.02º57.89%81.96%-
XYZ31.7221.3112.57-
YUV124.64109.59188.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=53.73%
G=22.62%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209889200.580.560.18358.0256.8158.24
HexD1585C03A3812166393a
Octal32113013407270225467172
Binary1101000110110001011100011101011100010010101100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1585c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1585c; }

 p { color: rgb(209,88,92); }

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

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

 a { background-color: rgb(209,88,92); }

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

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

 span { border-color: rgb(209,88,92); }

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