Shades of Charm #D16B7D
Tints of Charm #D16B7D
RGB
CMYK
RGB Variations
Color information
#D16B7D (or 0xD16B7D) is known color: Charm. HEX triplet: D1, 6B and 7D. RGB value is (209,107,125). Sum of RGB (Red+Green+Blue) = 209+107+125=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16B7D is #2E9482. Grayscale: #8B8B8B. Windows color (decimal): -3052675 or 8219601. OLE color: 8219601.
HSL color Cylindrical-coordinate representation of color #D16B7D: hue angle of 349.41º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16B7D is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 125 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.18 |
| HSL | 349.41º | 0.53% | 0.62% | - |
| HSV(B) | 349.41º | 0.49% | 0.82% | - |
| XYZ | 35.25 | 25.55 | 22.48 | - |
| YUV | 139.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 125 | 0 | 0.49 | 0.40 | 0.18 | 349.41 | 0.53 | 0.62 |
| Hex | D1 | 6B | 7D | 0 | 31 | 28 | 12 | 15D | 35 | 3E |
| Octal | 321 | 153 | 175 | 0 | 61 | 50 | 22 | 535 | 65 | 76 |
| Binary | 11010001 | 1101011 | 1111101 | 0 | 110001 | 101000 | 10010 | 101011101 | 110101 | 111110 |
Color Harmonies of #D16B7D
Complementary color
Monochromatic Colors of #D16B7D
Black with #D16B7D
Text Example
Text Example
White with #D16B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B7D; }
p { color: rgb(209,107,125); }
H1.HeaderClassName
{
color: #D16B7D;
}
.AnyTagClassName
{
color: #D16B7D;
}
</style>
background-color css
<style>
a { background-color: #D16B7D; }
a { background-color: rgb(209,107,125); }
div.DivClassName
{
background-color: #D16B7D;
}
.BgClassName
{
background-color: #D16B7D;
}
</style>
border-color css
<style>
span { border-color: #D16B7D; }
span { border-color: rgb(209,107,125); }
td.TdClassName
{
border-color: #D16B7D;
}
.TagClassName
{
border-color: #D16B7D;
}
</style>