#D1495A

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

Shades of Mandy #D1495A

Tints of Mandy #D1495A

Color information

#D1495A (or 0xD1495A) is unknown color: approx Mandy. HEX triplet: D1, 49 and 5A. RGB value is (209,73,90). Sum of RGB (Red+Green+Blue) = 209+73+90=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1495A is #2EB6A5. Grayscale: #737373. Windows color (decimal): -3061414 or 5917137. OLE color: 5917137.

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

Color convert

RGB2097390-
CMYK00.650.570.18
HSL352.5º59.65%55.29%-
HSV(B)352.5º65.07%81.96%-
XYZ30.5219.0611.74-
YUV115.6113.56194.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 90 (35.55% from 255) = 24.19%
R=56.18%
G=19.62%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209739000.650.570.18352.559.6555.29
HexD1495A04139121603c37
Octal321111132010171225407467
Binary11010001100100110110100100000111100110010101100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1495A; }

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

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

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

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

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

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

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

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