#D16D8D

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

Shades of Charm #D16D8D

Tints of Charm #D16D8D

Color information

#D16D8D (or 0xD16D8D) is unknown color: approx Charm. HEX triplet: D1, 6D and 8D. RGB value is (209,109,141). Sum of RGB (Red+Green+Blue) = 209+109+141=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16D8D is #2E9272. Grayscale: #8E8E8E. Windows color (decimal): -3052147 or 9268689. OLE color: 9268689.

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

Color convert

RGB209109141-
CMYK00.480.330.18
HSL340.8º52.08%62.35%-
HSV(B)340.8º47.85%81.96%-
XYZ36.5726.4228.37-
YUV142.55127.13175.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=45.53%
G=23.75%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910914100.480.330.18340.852.0862.35
HexD16D8D0302112155343e
Octal32115521506041225256476
Binary11010001110110110001101011000010000110010101010101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16D8D; }

 p { color: rgb(209,109,141); }

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

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

 a { background-color: rgb(209,109,141); }

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

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

 span { border-color: rgb(209,109,141); }

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