#D14658

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

Shades of Mandy #D14658

Tints of Mandy #D14658

Color information

#D14658 (or 0xD14658) is unknown color: approx Mandy. HEX triplet: D1, 46 and 58. RGB value is (209,70,88). Sum of RGB (Red+Green+Blue) = 209+70+88=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D14658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14658 is #2EB9A7. Grayscale: #717171. Windows color (decimal): -3062184 or 5785297. OLE color: 5785297.

HSL color Cylindrical-coordinate representation of color #D14658: hue angle of 352.23º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14658 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB2097088-
CMYK00.670.580.18
HSL352.23º60.17%54.71%-
HSV(B)352.23º66.51%81.96%-
XYZ30.2518.6411.24-
YUV113.61113.55196.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.95%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=56.95%
G=19.07%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209708800.670.580.18352.2360.1754.71
HexD146580433A121603c37
Octal321106130010372225407467
Binary11010001100011010110000100001111101010010101100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14658; }

 p { color: rgb(209,70,88); }

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

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

 a { background-color: rgb(209,70,88); }

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

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

 span { border-color: rgb(209,70,88); }

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