#D14854

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

Shades of Mandy #D14854

Tints of Mandy #D14854

Color information

#D14854 (or 0xD14854) is unknown color: approx Mandy. HEX triplet: D1, 48 and 54. RGB value is (209,72,84). Sum of RGB (Red+Green+Blue) = 209+72+84=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D14854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14854 is #2EB7AB. Grayscale: #727272. Windows color (decimal): -3061676 or 5523665. OLE color: 5523665.

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

Color convert

RGB2097284-
CMYK00.660.600.18
HSL354.74º59.83%55.1%-
HSV(B)354.74º65.55%81.96%-
XYZ30.2118.8310.43-
YUV114.33110.89195.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=57.26%
G=19.73%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209728400.660.600.18354.7459.8355.1
HexD148540423C121633c37
Octal321110124010274225437467
Binary11010001100100010101000100001011110010010101100011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14854; }

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

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

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

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

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

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

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

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