Shades of Charm #D17285
Tints of Charm #D17285
RGB
CMYK
RGB Variations
Color information
#D17285 (or 0xD17285) is known color: Charm. HEX triplet: D1, 72 and 85. RGB value is (209,114,133). Sum of RGB (Red+Green+Blue) = 209+114+133=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D17285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17285 is #2E8D7A. Grayscale: #909090. Windows color (decimal): -3050875 or 8745681. OLE color: 8745681.
HSL color Cylindrical-coordinate representation of color #D17285: hue angle of 348º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17285 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 133 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.18 |
| HSL | 348º | 0.51% | 0.63% | - |
| HSV(B) | 348º | 0.45% | 0.82% | - |
| XYZ | 36.55 | 27.28 | 25.53 | - |
| YUV | 144.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 133 | 0 | 0.45 | 0.36 | 0.18 | 348 | 0.51 | 0.63 |
| Hex | D1 | 72 | 85 | 0 | 2D | 24 | 12 | 15C | 33 | 3F |
| Octal | 321 | 162 | 205 | 0 | 55 | 44 | 22 | 534 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10000101 | 0 | 101101 | 100100 | 10010 | 101011100 | 110011 | 111111 |
Color Harmonies of #D17285
Complementary color
Monochromatic Colors of #D17285
Black with #D17285
Text Example
Text Example
White with #D17285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17285; }
p { color: rgb(209,114,133); }
H1.HeaderClassName
{
color: #D17285;
}
.AnyTagClassName
{
color: #D17285;
}
</style>
background-color css
<style>
a { background-color: #D17285; }
a { background-color: rgb(209,114,133); }
div.DivClassName
{
background-color: #D17285;
}
.BgClassName
{
background-color: #D17285;
}
</style>
border-color css
<style>
span { border-color: #D17285; }
span { border-color: rgb(209,114,133); }
td.TdClassName
{
border-color: #D17285;
}
.TagClassName
{
border-color: #D17285;
}
</style>