Shades of Kobi #D883AA
Tints of Kobi #D883AA
RGB
CMYK
RGB Variations
Color information
#D883AA (or 0xD883AA) is known color: Kobi. HEX triplet: D8, 83 and AA. RGB value is (216,131,170). Sum of RGB (Red+Green+Blue) = 216+131+170=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D883AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D883AA is #277C55. Grayscale: #A0A0A0. Windows color (decimal): -2587734 or 11174872. OLE color: 11174872.
HSL color Cylindrical-coordinate representation of color #D883AA: hue angle of 332.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D883AA is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 170 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.15 |
| HSL | 332.47º | 0.52% | 0.68% | - |
| HSV(B) | 332.47º | 0.39% | 0.85% | - |
| XYZ | 43.69 | 33.73 | 42.24 | - |
| YUV | 160.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 170 | 0 | 0.39 | 0.21 | 0.15 | 332.47 | 0.52 | 0.68 |
| Hex | D8 | 83 | AA | 0 | 27 | 15 | F | 14C | 34 | 44 |
| Octal | 330 | 203 | 252 | 0 | 47 | 25 | 17 | 514 | 64 | 104 |
| Binary | 11011000 | 10000011 | 10101010 | 0 | 100111 | 10101 | 1111 | 101001100 | 110100 | 1000100 |
Color Harmonies of #D883AA
Complementary color
Monochromatic Colors of #D883AA
Black with #D883AA
Text Example
Text Example
White with #D883AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D883AA; }
p { color: rgb(216,131,170); }
H1.HeaderClassName
{
color: #D883AA;
}
.AnyTagClassName
{
color: #D883AA;
}
</style>
background-color css
<style>
a { background-color: #D883AA; }
a { background-color: rgb(216,131,170); }
div.DivClassName
{
background-color: #D883AA;
}
.BgClassName
{
background-color: #D883AA;
}
</style>
border-color css
<style>
span { border-color: #D883AA; }
span { border-color: rgb(216,131,170); }
td.TdClassName
{
border-color: #D883AA;
}
.TagClassName
{
border-color: #D883AA;
}
</style>