#D1495B

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

Shades of Mandy #D1495B

Tints of Mandy #D1495B

Color information

#D1495B (or 0xD1495B) is unknown color: approx Mandy. HEX triplet: D1, 49 and 5B. RGB value is (209,73,91). Sum of RGB (Red+Green+Blue) = 209+73+91=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1495B is #2EB6A4. Grayscale: #737373. Windows color (decimal): -3061413 or 5982673. OLE color: 5982673.

HSL color Cylindrical-coordinate representation of color #D1495B: hue angle of 352.06º 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 #D1495B is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2097391-
CMYK00.650.560.18
HSL352.06º59.65%55.29%-
HSV(B)352.06º65.07%81.96%-
XYZ30.5719.0811.97-
YUV115.72114.06194.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=56.03%
G=19.57%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209739100.650.560.18352.0659.6555.29
HexD1495B04138121603c37
Octal321111133010170225407467
Binary11010001100100110110110100000111100010010101100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1495B; }

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

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

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

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

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

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

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

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