Shades of Kobi #D085AA
Tints of Kobi #D085AA
RGB
CMYK
RGB Variations
Color information
#D085AA (or 0xD085AA) is known color: Kobi. HEX triplet: D0, 85 and AA. RGB value is (208,133,170). Sum of RGB (Red+Green+Blue) = 208+133+170=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D085AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D085AA is #2F7A55. Grayscale: #9F9F9F. Windows color (decimal): -3111510 or 11175376. OLE color: 11175376.
HSL color Cylindrical-coordinate representation of color #D085AA: hue angle of 330.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D085AA is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 170 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.18 |
| HSL | 330.4º | 0.44% | 0.67% | - |
| HSV(B) | 330.4º | 0.36% | 0.82% | - |
| XYZ | 41.66 | 33.09 | 42.22 | - |
| YUV | 159.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 170 | 0 | 0.36 | 0.18 | 0.18 | 330.4 | 0.44 | 0.67 |
| Hex | D0 | 85 | AA | 0 | 24 | 12 | 12 | 14A | 2C | 43 |
| Octal | 320 | 205 | 252 | 0 | 44 | 22 | 22 | 512 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10101010 | 0 | 100100 | 10010 | 10010 | 101001010 | 101100 | 1000011 |
Color Harmonies of #D085AA
Complementary color
Monochromatic Colors of #D085AA
Black with #D085AA
Text Example
Text Example
White with #D085AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085AA; }
p { color: rgb(208,133,170); }
H1.HeaderClassName
{
color: #D085AA;
}
.AnyTagClassName
{
color: #D085AA;
}
</style>
background-color css
<style>
a { background-color: #D085AA; }
a { background-color: rgb(208,133,170); }
div.DivClassName
{
background-color: #D085AA;
}
.BgClassName
{
background-color: #D085AA;
}
</style>
border-color css
<style>
span { border-color: #D085AA; }
span { border-color: rgb(208,133,170); }
td.TdClassName
{
border-color: #D085AA;
}
.TagClassName
{
border-color: #D085AA;
}
</style>