Shades of Kobi #D99AAF
Tints of Kobi #D99AAF
RGB
CMYK
RGB Variations
Color information
#D99AAF (or 0xD99AAF) is known color: Kobi. HEX triplet: D9, 9A and AF. RGB value is (217,154,175). Sum of RGB (Red+Green+Blue) = 217+154+175=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99AAF is #266550. Grayscale: #AFAFAF. Windows color (decimal): -2516305 or 11508441. OLE color: 11508441.
HSL color Cylindrical-coordinate representation of color #D99AAF: hue angle of 340º degrees, saturation: 0.45, 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 #D99AAF is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 175 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.15 |
| HSL | 340º | 0.45% | 0.73% | - |
| HSV(B) | 340º | 0.29% | 0.85% | - |
| XYZ | 47.91 | 40.96 | 45.94 | - |
| YUV | 175.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 175 | 0 | 0.29 | 0.19 | 0.15 | 340 | 0.45 | 0.73 |
| Hex | D9 | 9A | AF | 0 | 1D | 13 | F | 154 | 2D | 49 |
| Octal | 331 | 232 | 257 | 0 | 35 | 23 | 17 | 524 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10101111 | 0 | 11101 | 10011 | 1111 | 101010100 | 101101 | 1001001 |
Color Harmonies of #D99AAF
Complementary color
Monochromatic Colors of #D99AAF
Black with #D99AAF
Text Example
Text Example
White with #D99AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AAF; }
p { color: rgb(217,154,175); }
H1.HeaderClassName
{
color: #D99AAF;
}
.AnyTagClassName
{
color: #D99AAF;
}
</style>
background-color css
<style>
a { background-color: #D99AAF; }
a { background-color: rgb(217,154,175); }
div.DivClassName
{
background-color: #D99AAF;
}
.BgClassName
{
background-color: #D99AAF;
}
</style>
border-color css
<style>
span { border-color: #D99AAF; }
span { border-color: rgb(217,154,175); }
td.TdClassName
{
border-color: #D99AAF;
}
.TagClassName
{
border-color: #D99AAF;
}
</style>