#D1475A

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

Shades of Mandy #D1475A

Tints of Mandy #D1475A

Color information

#D1475A (or 0xD1475A) is unknown color: approx Mandy. HEX triplet: D1, 47 and 5A. RGB value is (209,71,90). Sum of RGB (Red+Green+Blue) = 209+71+90=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1475A is #2EB8A5. Grayscale: #727272. Windows color (decimal): -3061926 or 5916625. OLE color: 5916625.

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

Color convert

RGB2097190-
CMYK00.660.570.18
HSL351.74º60%54.9%-
HSV(B)351.74º66.03%81.96%-
XYZ30.3918.811.7-
YUV114.43114.22195.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.49%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=56.49%
G=19.19%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209719000.660.570.18351.746054.9
HexD1475A04239121603c37
Octal321107132010271225407467
Binary11010001100011110110100100001011100110010101100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1475A; }

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

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

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

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

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

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

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

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