Shades of Kobi #D985A8
Tints of Kobi #D985A8
RGB
CMYK
RGB Variations
Color information
#D985A8 (or 0xD985A8) is known color: Kobi. HEX triplet: D9, 85 and A8. RGB value is (217,133,168). Sum of RGB (Red+Green+Blue) = 217+133+168=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D985A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985A8 is #267A57. Grayscale: #A2A2A2. Windows color (decimal): -2521688 or 11044313. OLE color: 11044313.
HSL color Cylindrical-coordinate representation of color #D985A8: hue angle of 335º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985A8 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 168 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.15 |
| HSL | 335º | 0.53% | 0.69% | - |
| HSV(B) | 335º | 0.39% | 0.85% | - |
| XYZ | 44.07 | 34.35 | 41.35 | - |
| YUV | 162.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 168 | 0 | 0.39 | 0.23 | 0.15 | 335 | 0.53 | 0.69 |
| Hex | D9 | 85 | A8 | 0 | 27 | 17 | F | 14F | 34 | 45 |
| Octal | 331 | 205 | 250 | 0 | 47 | 27 | 17 | 517 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10101000 | 0 | 100111 | 10111 | 1111 | 101001111 | 110100 | 1000101 |
Color Harmonies of #D985A8
Complementary color
Monochromatic Colors of #D985A8
Black with #D985A8
Text Example
Text Example
White with #D985A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985A8; }
p { color: rgb(217,133,168); }
H1.HeaderClassName
{
color: #D985A8;
}
.AnyTagClassName
{
color: #D985A8;
}
</style>
background-color css
<style>
a { background-color: #D985A8; }
a { background-color: rgb(217,133,168); }
div.DivClassName
{
background-color: #D985A8;
}
.BgClassName
{
background-color: #D985A8;
}
</style>
border-color css
<style>
span { border-color: #D985A8; }
span { border-color: rgb(217,133,168); }
td.TdClassName
{
border-color: #D985A8;
}
.TagClassName
{
border-color: #D985A8;
}
</style>