#D1484C

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

Shades of Mandy #D1484C

Tints of Mandy #D1484C

Color information

#D1484C (or 0xD1484C) is unknown color: approx Mandy. HEX triplet: D1, 48 and 4C. RGB value is (209,72,76). Sum of RGB (Red+Green+Blue) = 209+72+76=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1484C is #2EB7B3. Grayscale: #717171. Windows color (decimal): -3061684 or 4999377. OLE color: 4999377.

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

Color convert

RGB2097276-
CMYK00.660.640.18
HSL358.25º59.83%55.1%-
HSV(B)358.25º65.55%81.96%-
XYZ29.9218.718.87-
YUV113.42106.89196.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.54%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 76 (30.08% from 255) = 21.29%
R=58.54%
G=20.17%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209727600.660.640.18358.2559.8355.1
HexD1484C04240121663c37
Octal3211101140102100225467467
Binary110100011001000100110001000010100000010010101100110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1484C; }

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

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

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

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

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

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

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

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