Shades of Kobi #D788AA
Tints of Kobi #D788AA
RGB
CMYK
RGB Variations
Color information
#D788AA (or 0xD788AA) is known color: Kobi. HEX triplet: D7, 88 and AA. RGB value is (215,136,170). Sum of RGB (Red+Green+Blue) = 215+136+170=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D788AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788AA is #287755. Grayscale: #A3A3A3. Windows color (decimal): -2651990 or 11176151. OLE color: 11176151.
HSL color Cylindrical-coordinate representation of color #D788AA: hue angle of 334.18º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D788AA is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 170 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.16 |
| HSL | 334.18º | 0.5% | 0.69% | - |
| HSV(B) | 334.18º | 0.37% | 0.84% | - |
| XYZ | 44.08 | 34.96 | 42.45 | - |
| YUV | 163.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 170 | 0 | 0.37 | 0.21 | 0.16 | 334.18 | 0.5 | 0.69 |
| Hex | D7 | 88 | AA | 0 | 25 | 15 | 10 | 14E | 32 | 45 |
| Octal | 327 | 210 | 252 | 0 | 45 | 25 | 20 | 516 | 62 | 105 |
| Binary | 11010111 | 10001000 | 10101010 | 0 | 100101 | 10101 | 10000 | 101001110 | 110010 | 1000101 |
Color Harmonies of #D788AA
Complementary color
Monochromatic Colors of #D788AA
Black with #D788AA
Text Example
Text Example
White with #D788AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D788AA; }
p { color: rgb(215,136,170); }
H1.HeaderClassName
{
color: #D788AA;
}
.AnyTagClassName
{
color: #D788AA;
}
</style>
background-color css
<style>
a { background-color: #D788AA; }
a { background-color: rgb(215,136,170); }
div.DivClassName
{
background-color: #D788AA;
}
.BgClassName
{
background-color: #D788AA;
}
</style>
border-color css
<style>
span { border-color: #D788AA; }
span { border-color: rgb(215,136,170); }
td.TdClassName
{
border-color: #D788AA;
}
.TagClassName
{
border-color: #D788AA;
}
</style>