#D14C54

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

Shades of Mandy #D14C54

Tints of Mandy #D14C54

Color information

#D14C54 (or 0xD14C54) is unknown color: approx Mandy. HEX triplet: D1, 4C and 54. RGB value is (209,76,84). Sum of RGB (Red+Green+Blue) = 209+76+84=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14C54 is #2EB3AB. Grayscale: #747474. Windows color (decimal): -3060652 or 5524689. OLE color: 5524689.

HSL color Cylindrical-coordinate representation of color #D14C54: hue angle of 356.39º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14C54 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB2097684-
CMYK00.640.600.18
HSL356.39º59.11%55.88%-
HSV(B)356.39º63.64%81.96%-
XYZ30.4819.3610.52-
YUV116.68109.56193.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.64%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=56.64%
G=20.60%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209768400.640.600.18356.3959.1155.88
HexD14C540403C121643b38
Octal321114124010074225447370
Binary11010001100110010101000100000011110010010101100100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14C54; }

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

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

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

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

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

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

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

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