#D16468

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

Shades of Mandy #D16468

Tints of Mandy #D16468

Color information

#D16468 (or 0xD16468) is unknown color: approx Mandy. HEX triplet: D1, 64 and 68. RGB value is (209,100,104). Sum of RGB (Red+Green+Blue) = 209+100+104=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D16468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16468 is #2E9B97. Grayscale: #858585. Windows color (decimal): -3054488 or 6841553. OLE color: 6841553.

HSL color Cylindrical-coordinate representation of color #D16468: hue angle of 357.8º 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 #D16468 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB209100104-
CMYK00.520.500.18
HSL357.8º54.23%60.59%-
HSV(B)357.8º52.15%81.96%-
XYZ33.3523.6715.91-
YUV133.05111.61182.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=50.61%
G=24.21%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910010400.520.500.18357.854.2360.59
HexD164680343212166363d
Octal32114415006462225466675
Binary1101000111001001101000011010011001010010101100110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16468; }

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

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

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

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

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

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

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

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