#D14051

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

Shades of Mandy #D14051

Tints of Mandy #D14051

Color information

#D14051 (or 0xD14051) is unknown color: approx Mandy. HEX triplet: D1, 40 and 51. RGB value is (209,64,81). Sum of RGB (Red+Green+Blue) = 209+64+81=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D14051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14051 is #2EBFAE. Grayscale: #6D6D6D. Windows color (decimal): -3063727 or 5325009. OLE color: 5325009.

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

Color convert

RGB2096481-
CMYK00.690.610.18
HSL352.97º61.18%53.53%-
HSV(B)352.97º69.38%81.96%-
XYZ29.6117.829.66-
YUV109.29112.04199.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.04%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=59.04%
G=18.08%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209648100.690.610.18352.9761.1853.53
HexD140510453D121613d36
Octal321100121010575225417566
Binary11010001100000010100010100010111110110010101100001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14051; }

 p { color: rgb(209,64,81); }

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

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

 a { background-color: rgb(209,64,81); }

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

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

 span { border-color: rgb(209,64,81); }

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