Shades of Kobi #D085AF
Tints of Kobi #D085AF
RGB
CMYK
RGB Variations
Color information
#D085AF (or 0xD085AF) is known color: Kobi. HEX triplet: D0, 85 and AF. RGB value is (208,133,175). Sum of RGB (Red+Green+Blue) = 208+133+175=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D085AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D085AF is #2F7A50. Grayscale: #A0A0A0. Windows color (decimal): -3111505 or 11503056. OLE color: 11503056.
HSL color Cylindrical-coordinate representation of color #D085AF: hue angle of 326.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 #D085AF is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 175 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.18 |
| HSL | 326.4º | 0.44% | 0.67% | - |
| HSV(B) | 326.4º | 0.36% | 0.82% | - |
| XYZ | 42.14 | 33.28 | 44.76 | - |
| YUV | 160.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 175 | 0 | 0.36 | 0.16 | 0.18 | 326.4 | 0.44 | 0.67 |
| Hex | D0 | 85 | AF | 0 | 24 | 10 | 12 | 146 | 2C | 43 |
| Octal | 320 | 205 | 257 | 0 | 44 | 20 | 22 | 506 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10101111 | 0 | 100100 | 10000 | 10010 | 101000110 | 101100 | 1000011 |
Color Harmonies of #D085AF
Complementary color
Monochromatic Colors of #D085AF
Black with #D085AF
Text Example
Text Example
White with #D085AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085AF; }
p { color: rgb(208,133,175); }
H1.HeaderClassName
{
color: #D085AF;
}
.AnyTagClassName
{
color: #D085AF;
}
</style>
background-color css
<style>
a { background-color: #D085AF; }
a { background-color: rgb(208,133,175); }
div.DivClassName
{
background-color: #D085AF;
}
.BgClassName
{
background-color: #D085AF;
}
</style>
border-color css
<style>
span { border-color: #D085AF; }
span { border-color: rgb(208,133,175); }
td.TdClassName
{
border-color: #D085AF;
}
.TagClassName
{
border-color: #D085AF;
}
</style>