#D14954

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

Shades of Mandy #D14954

Tints of Mandy #D14954

Color information

#D14954 (or 0xD14954) is unknown color: approx Mandy. HEX triplet: D1, 49 and 54. RGB value is (209,73,84). Sum of RGB (Red+Green+Blue) = 209+73+84=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D14954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14954 is #2EB6AB. Grayscale: #737373. Windows color (decimal): -3061420 or 5523921. OLE color: 5523921.

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

Color convert

RGB2097384-
CMYK00.650.600.18
HSL355.15º59.65%55.29%-
HSV(B)355.15º65.07%81.96%-
XYZ30.2818.9610.45-
YUV114.92110.56195.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.10%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=57.10%
G=19.95%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209738400.650.600.18355.1559.6555.29
HexD149540413C121633c37
Octal321111124010174225437467
Binary11010001100100110101000100000111110010010101100011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14954; }

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

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

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

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

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

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

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

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