#D14D5B

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

Shades of Mandy #D14D5B

Tints of Mandy #D14D5B

Color information

#D14D5B (or 0xD14D5B) is unknown color: approx Mandy. HEX triplet: D1, 4D and 5B. RGB value is (209,77,91). Sum of RGB (Red+Green+Blue) = 209+77+91=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D14D5B is #2EB2A4. Grayscale: #767676. Windows color (decimal): -3060389 or 5983697. OLE color: 5983697.

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

Color convert

RGB2097791-
CMYK00.630.560.18
HSL353.64º58.93%56.08%-
HSV(B)353.64º63.16%81.96%-
XYZ30.8419.6212.06-
YUV118.06112.73192.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.44%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=55.44%
G=20.42%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209779100.630.560.18353.6458.9356.08
HexD14D5B03F38121623b38
Octal32111513307770225427370
Binary1101000110011011011011011111111100010010101100010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14D5B; }

 p { color: rgb(209,77,91); }

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

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

 a { background-color: rgb(209,77,91); }

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

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

 span { border-color: rgb(209,77,91); }

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