Shades of Kobi #D882AA
Tints of Kobi #D882AA
RGB
CMYK
RGB Variations
Color information
#D882AA (or 0xD882AA) is known color: Kobi. HEX triplet: D8, 82 and AA. RGB value is (216,130,170). Sum of RGB (Red+Green+Blue) = 216+130+170=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D882AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D882AA is #277D55. Grayscale: #A0A0A0. Windows color (decimal): -2587990 or 11174616. OLE color: 11174616.
HSL color Cylindrical-coordinate representation of color #D882AA: hue angle of 332.09º 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 #D882AA is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 170 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.15 |
| HSL | 332.09º | 0.52% | 0.68% | - |
| HSV(B) | 332.09º | 0.4% | 0.85% | - |
| XYZ | 43.56 | 33.47 | 42.19 | - |
| YUV | 160.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 170 | 0 | 0.40 | 0.21 | 0.15 | 332.09 | 0.52 | 0.68 |
| Hex | D8 | 82 | AA | 0 | 28 | 15 | F | 14C | 34 | 44 |
| Octal | 330 | 202 | 252 | 0 | 50 | 25 | 17 | 514 | 64 | 104 |
| Binary | 11011000 | 10000010 | 10101010 | 0 | 101000 | 10101 | 1111 | 101001100 | 110100 | 1000100 |
Color Harmonies of #D882AA
Complementary color
Monochromatic Colors of #D882AA
Black with #D882AA
Text Example
Text Example
White with #D882AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882AA; }
p { color: rgb(216,130,170); }
H1.HeaderClassName
{
color: #D882AA;
}
.AnyTagClassName
{
color: #D882AA;
}
</style>
background-color css
<style>
a { background-color: #D882AA; }
a { background-color: rgb(216,130,170); }
div.DivClassName
{
background-color: #D882AA;
}
.BgClassName
{
background-color: #D882AA;
}
</style>
border-color css
<style>
span { border-color: #D882AA; }
span { border-color: rgb(216,130,170); }
td.TdClassName
{
border-color: #D882AA;
}
.TagClassName
{
border-color: #D882AA;
}
</style>