#D1555A

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

Shades of Mandy #D1555A

Tints of Mandy #D1555A

Color information

#D1555A (or 0xD1555A) is unknown color: approx Mandy. HEX triplet: D1, 55 and 5A. RGB value is (209,85,90). Sum of RGB (Red+Green+Blue) = 209+85+90=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1555A is #2EAAA5. Grayscale: #7A7A7A. Windows color (decimal): -3058342 or 5920209. OLE color: 5920209.

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

Color convert

RGB2098590-
CMYK00.590.570.18
HSL357.58º57.41%57.65%-
HSV(B)357.58º59.33%81.96%-
XYZ31.3920.7912.03-
YUV122.65109.58189.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.43%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=54.43%
G=22.14%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209859000.590.570.18357.5857.4157.65
HexD1555A03B3912166393a
Octal32112513207371225467172
Binary1101000110101011011010011101111100110010101100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1555A; }

 p { color: rgb(209,85,90); }

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

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

 a { background-color: rgb(209,85,90); }

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

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

 span { border-color: rgb(209,85,90); }

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