Shades of Kobi #D087AD
Tints of Kobi #D087AD
RGB
CMYK
RGB Variations
Color information
#D087AD (or 0xD087AD) is known color: Kobi. HEX triplet: D0, 87 and AD. RGB value is (208,135,173). Sum of RGB (Red+Green+Blue) = 208+135+173=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D087AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D087AD is #2F7852. Grayscale: #A1A1A1. Windows color (decimal): -3110995 or 11372496. OLE color: 11372496.
HSL color Cylindrical-coordinate representation of color #D087AD: hue angle of 328.77º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087AD is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 173 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.18 |
| HSL | 328.77º | 0.44% | 0.67% | - |
| HSV(B) | 328.77º | 0.35% | 0.82% | - |
| XYZ | 42.22 | 33.75 | 43.83 | - |
| YUV | 161.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 173 | 0 | 0.35 | 0.17 | 0.18 | 328.77 | 0.44 | 0.67 |
| Hex | D0 | 87 | AD | 0 | 23 | 11 | 12 | 149 | 2C | 43 |
| Octal | 320 | 207 | 255 | 0 | 43 | 21 | 22 | 511 | 54 | 103 |
| Binary | 11010000 | 10000111 | 10101101 | 0 | 100011 | 10001 | 10010 | 101001001 | 101100 | 1000011 |
Color Harmonies of #D087AD
Complementary color
Monochromatic Colors of #D087AD
Black with #D087AD
Text Example
Text Example
White with #D087AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087AD; }
p { color: rgb(208,135,173); }
H1.HeaderClassName
{
color: #D087AD;
}
.AnyTagClassName
{
color: #D087AD;
}
</style>
background-color css
<style>
a { background-color: #D087AD; }
a { background-color: rgb(208,135,173); }
div.DivClassName
{
background-color: #D087AD;
}
.BgClassName
{
background-color: #D087AD;
}
</style>
border-color css
<style>
span { border-color: #D087AD; }
span { border-color: rgb(208,135,173); }
td.TdClassName
{
border-color: #D087AD;
}
.TagClassName
{
border-color: #D087AD;
}
</style>