Shades of Kobi #D999A8
Tints of Kobi #D999A8
RGB
CMYK
RGB Variations
Color information
#D999A8 (or 0xD999A8) is known color: Kobi. HEX triplet: D9, 99 and A8. RGB value is (217,153,168). Sum of RGB (Red+Green+Blue) = 217+153+168=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D999A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999A8 is #266657. Grayscale: #ADADAD. Windows color (decimal): -2516568 or 11049433. OLE color: 11049433.
HSL color Cylindrical-coordinate representation of color #D999A8: hue angle of 345.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999A8 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 168 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.15 |
| HSL | 345.94º | 0.46% | 0.73% | - |
| HSV(B) | 345.94º | 0.29% | 0.85% | - |
| XYZ | 47.07 | 40.36 | 42.36 | - |
| YUV | 173.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 168 | 0 | 0.29 | 0.23 | 0.15 | 345.94 | 0.46 | 0.73 |
| Hex | D9 | 99 | A8 | 0 | 1D | 17 | F | 15A | 2E | 49 |
| Octal | 331 | 231 | 250 | 0 | 35 | 27 | 17 | 532 | 56 | 111 |
| Binary | 11011001 | 10011001 | 10101000 | 0 | 11101 | 10111 | 1111 | 101011010 | 101110 | 1001001 |
Color Harmonies of #D999A8
Complementary color
Monochromatic Colors of #D999A8
Black with #D999A8
Text Example
Text Example
White with #D999A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999A8; }
p { color: rgb(217,153,168); }
H1.HeaderClassName
{
color: #D999A8;
}
.AnyTagClassName
{
color: #D999A8;
}
</style>
background-color css
<style>
a { background-color: #D999A8; }
a { background-color: rgb(217,153,168); }
div.DivClassName
{
background-color: #D999A8;
}
.BgClassName
{
background-color: #D999A8;
}
</style>
border-color css
<style>
span { border-color: #D999A8; }
span { border-color: rgb(217,153,168); }
td.TdClassName
{
border-color: #D999A8;
}
.TagClassName
{
border-color: #D999A8;
}
</style>