Shades of Charm #D98085
Tints of Charm #D98085
RGB
CMYK
RGB Variations
Color information
#D98085 (or 0xD98085) is known color: Charm. HEX triplet: D9, 80 and 85. RGB value is (217,128,133). Sum of RGB (Red+Green+Blue) = 217+128+133=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D98085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98085 is #267F7A. Grayscale: #9B9B9B. Windows color (decimal): -2523003 or 8749273. OLE color: 8749273.
HSL color Cylindrical-coordinate representation of color #D98085: hue angle of 356.63º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98085 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 133 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.15 |
| HSL | 356.63º | 0.54% | 0.68% | - |
| HSV(B) | 356.63º | 0.41% | 0.85% | - |
| XYZ | 40.57 | 31.88 | 26.21 | - |
| YUV | 155.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 133 | 0 | 0.41 | 0.39 | 0.15 | 356.63 | 0.54 | 0.68 |
| Hex | D9 | 80 | 85 | 0 | 29 | 27 | F | 165 | 36 | 44 |
| Octal | 331 | 200 | 205 | 0 | 51 | 47 | 17 | 545 | 66 | 104 |
| Binary | 11011001 | 10000000 | 10000101 | 0 | 101001 | 100111 | 1111 | 101100101 | 110110 | 1000100 |
Color Harmonies of #D98085
Complementary color
Monochromatic Colors of #D98085
Black with #D98085
Text Example
Text Example
White with #D98085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98085; }
p { color: rgb(217,128,133); }
H1.HeaderClassName
{
color: #D98085;
}
.AnyTagClassName
{
color: #D98085;
}
</style>
background-color css
<style>
a { background-color: #D98085; }
a { background-color: rgb(217,128,133); }
div.DivClassName
{
background-color: #D98085;
}
.BgClassName
{
background-color: #D98085;
}
</style>
border-color css
<style>
span { border-color: #D98085; }
span { border-color: rgb(217,128,133); }
td.TdClassName
{
border-color: #D98085;
}
.TagClassName
{
border-color: #D98085;
}
</style>