#D1484E

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

Shades of Mandy #D1484E

Tints of Mandy #D1484E

Color information

#D1484E (or 0xD1484E) is unknown color: approx Mandy. HEX triplet: D1, 48 and 4E. RGB value is (209,72,78). Sum of RGB (Red+Green+Blue) = 209+72+78=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D1484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1484E is #2EB7B1. Grayscale: #717171. Windows color (decimal): -3061682 or 5130449. OLE color: 5130449.

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

Color convert

RGB2097278-
CMYK00.660.630.18
HSL357.37º59.83%55.1%-
HSV(B)357.37º65.55%81.96%-
XYZ29.9918.749.24-
YUV113.65107.89196.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.22%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=58.22%
G=20.06%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209727800.660.630.18357.3759.8355.1
HexD1484E0423F121653c37
Octal321110116010277225457467
Binary11010001100100010011100100001011111110010101100101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1484E; }

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

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

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

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

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

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

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

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