#D16E7D

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

Shades of Charm #D16E7D

Tints of Charm #D16E7D

Color information

#D16E7D (or 0xD16E7D) is unknown color: approx Charm. HEX triplet: D1, 6E and 7D. RGB value is (209,110,125). Sum of RGB (Red+Green+Blue) = 209+110+125=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E7D is #2E9182. Grayscale: #8D8D8D. Windows color (decimal): -3051907 or 8220369. OLE color: 8220369.

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

Color convert

RGB209110125-
CMYK00.470.400.18
HSL350.91º51.83%62.55%-
HSV(B)350.91º47.37%81.96%-
XYZ35.5726.1922.58-
YUV141.31118.8176.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=47.07%
G=24.77%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911012500.470.400.18350.9151.8362.55
HexD16E7D02F281215f343f
Octal32115617505750225376477
Binary1101000111011101111101010111110100010010101011111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E7D; }

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

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

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

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

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

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

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

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