Shades of Kobi #D882AF
Tints of Kobi #D882AF
RGB
CMYK
RGB Variations
Color information
#D882AF (or 0xD882AF) is known color: Kobi. HEX triplet: D8, 82 and AF. RGB value is (216,130,175). Sum of RGB (Red+Green+Blue) = 216+130+175=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D882AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D882AF is #277D50. Grayscale: #A0A0A0. Windows color (decimal): -2587985 or 11502296. OLE color: 11502296.
HSL color Cylindrical-coordinate representation of color #D882AF: hue angle of 328.6º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882AF is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 175 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.15 |
| HSL | 328.6º | 0.52% | 0.68% | - |
| HSV(B) | 328.6º | 0.4% | 0.85% | - |
| XYZ | 44.04 | 33.66 | 44.73 | - |
| YUV | 160.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 175 | 0 | 0.40 | 0.19 | 0.15 | 328.6 | 0.52 | 0.68 |
| Hex | D8 | 82 | AF | 0 | 28 | 13 | F | 149 | 34 | 44 |
| Octal | 330 | 202 | 257 | 0 | 50 | 23 | 17 | 511 | 64 | 104 |
| Binary | 11011000 | 10000010 | 10101111 | 0 | 101000 | 10011 | 1111 | 101001001 | 110100 | 1000100 |
Color Harmonies of #D882AF
Complementary color
Monochromatic Colors of #D882AF
Black with #D882AF
Text Example
Text Example
White with #D882AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882AF; }
p { color: rgb(216,130,175); }
H1.HeaderClassName
{
color: #D882AF;
}
.AnyTagClassName
{
color: #D882AF;
}
</style>
background-color css
<style>
a { background-color: #D882AF; }
a { background-color: rgb(216,130,175); }
div.DivClassName
{
background-color: #D882AF;
}
.BgClassName
{
background-color: #D882AF;
}
</style>
border-color css
<style>
span { border-color: #D882AF; }
span { border-color: rgb(216,130,175); }
td.TdClassName
{
border-color: #D882AF;
}
.TagClassName
{
border-color: #D882AF;
}
</style>