#D1485C

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

Shades of Mandy #D1485C

Tints of Mandy #D1485C

Color information

#D1485C (or 0xD1485C) is unknown color: approx Mandy. HEX triplet: D1, 48 and 5C. RGB value is (209,72,92). Sum of RGB (Red+Green+Blue) = 209+72+92=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1485C is #2EB7A3. Grayscale: #737373. Windows color (decimal): -3061668 or 6047953. OLE color: 6047953.

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

Color convert

RGB2097292-
CMYK00.660.560.18
HSL351.24º59.83%55.1%-
HSV(B)351.24º65.55%81.96%-
XYZ30.5418.9612.18-
YUV115.24114.89194.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=56.03%
G=19.30%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209729200.660.560.18351.2459.8355.1
HexD1485C042381215f3c37
Octal321110134010270225377467
Binary11010001100100010111000100001011100010010101011111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1485C; }

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

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

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

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

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

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

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

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