Shades of Kobi #D882AC
Tints of Kobi #D882AC
RGB
CMYK
RGB Variations
Color information
#D882AC (or 0xD882AC) is known color: Kobi. HEX triplet: D8, 82 and AC. RGB value is (216,130,172). Sum of RGB (Red+Green+Blue) = 216+130+172=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D882AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D882AC is #277D53. Grayscale: #A0A0A0. Windows color (decimal): -2587988 or 11305688. OLE color: 11305688.
HSL color Cylindrical-coordinate representation of color #D882AC: hue angle of 330.7º 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 #D882AC is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 172 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.15 |
| HSL | 330.7º | 0.52% | 0.68% | - |
| HSV(B) | 330.7º | 0.4% | 0.85% | - |
| XYZ | 43.75 | 33.54 | 43.2 | - |
| YUV | 160.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 172 | 0 | 0.40 | 0.20 | 0.15 | 330.7 | 0.52 | 0.68 |
| Hex | D8 | 82 | AC | 0 | 28 | 14 | F | 14B | 34 | 44 |
| Octal | 330 | 202 | 254 | 0 | 50 | 24 | 17 | 513 | 64 | 104 |
| Binary | 11011000 | 10000010 | 10101100 | 0 | 101000 | 10100 | 1111 | 101001011 | 110100 | 1000100 |
Color Harmonies of #D882AC
Complementary color
Monochromatic Colors of #D882AC
Black with #D882AC
Text Example
Text Example
White with #D882AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882AC; }
p { color: rgb(216,130,172); }
H1.HeaderClassName
{
color: #D882AC;
}
.AnyTagClassName
{
color: #D882AC;
}
</style>
background-color css
<style>
a { background-color: #D882AC; }
a { background-color: rgb(216,130,172); }
div.DivClassName
{
background-color: #D882AC;
}
.BgClassName
{
background-color: #D882AC;
}
</style>
border-color css
<style>
span { border-color: #D882AC; }
span { border-color: rgb(216,130,172); }
td.TdClassName
{
border-color: #D882AC;
}
.TagClassName
{
border-color: #D882AC;
}
</style>