#D16E8B

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

Shades of Charm #D16E8B

Tints of Charm #D16E8B

Color information

#D16E8B (or 0xD16E8B) is unknown color: approx Charm. HEX triplet: D1, 6E and 8B. RGB value is (209,110,139). Sum of RGB (Red+Green+Blue) = 209+110+139=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16E8B is #2E9174. Grayscale: #8E8E8E. Windows color (decimal): -3051893 or 9137873. OLE color: 9137873.

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

Color convert

RGB209110139-
CMYK00.470.330.18
HSL342.42º51.83%62.55%-
HSV(B)342.42º47.37%81.96%-
XYZ36.5326.5727.63-
YUV142.91125.8175.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=45.63%
G=24.02%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911013900.470.330.18342.4251.8362.55
HexD16E8B02F2112156343f
Octal32115621305741225266477
Binary11010001110111010001011010111110000110010101010110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E8B; }

 p { color: rgb(209,110,139); }

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

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

 a { background-color: rgb(209,110,139); }

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

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

 span { border-color: rgb(209,110,139); }

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