#D16466

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

Shades of Mandy #D16466

Tints of Mandy #D16466

Color information

#D16466 (or 0xD16466) is unknown color: approx Mandy. HEX triplet: D1, 64 and 66. RGB value is (209,100,102). Sum of RGB (Red+Green+Blue) = 209+100+102=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D16466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16466 is #2E9B99. Grayscale: #848484. Windows color (decimal): -3054490 or 6710481. OLE color: 6710481.

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

Color convert

RGB209100102-
CMYK00.520.510.18
HSL358.9º54.23%60.59%-
HSV(B)358.9º52.15%81.96%-
XYZ33.2523.6315.38-
YUV132.82110.61182.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.85%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=50.85%
G=24.33%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910010200.520.510.18358.954.2360.59
HexD164660343312167363d
Octal32114414606463225476675
Binary1101000111001001100110011010011001110010101100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16466; }

 p { color: rgb(209,100,102); }

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

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

 a { background-color: rgb(209,100,102); }

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

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

 span { border-color: rgb(209,100,102); }

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