Shades of Kobi #D99FAA
Tints of Kobi #D99FAA
RGB
CMYK
RGB Variations
Color information
#D99FAA (or 0xD99FAA) is known color: Kobi. HEX triplet: D9, 9F and AA. RGB value is (217,159,170). Sum of RGB (Red+Green+Blue) = 217+159+170=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FAA is #266055. Grayscale: #B1B1B1. Windows color (decimal): -2515030 or 11182041. OLE color: 11182041.
HSL color Cylindrical-coordinate representation of color #D99FAA: hue angle of 348.62º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FAA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 170 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.15 |
| HSL | 348.62º | 0.43% | 0.74% | - |
| HSV(B) | 348.62º | 0.27% | 0.85% | - |
| XYZ | 48.27 | 42.45 | 43.68 | - |
| YUV | 177.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 170 | 0 | 0.27 | 0.22 | 0.15 | 348.62 | 0.43 | 0.74 |
| Hex | D9 | 9F | AA | 0 | 1B | 16 | F | 15D | 2B | 4A |
| Octal | 331 | 237 | 252 | 0 | 33 | 26 | 17 | 535 | 53 | 112 |
| Binary | 11011001 | 10011111 | 10101010 | 0 | 11011 | 10110 | 1111 | 101011101 | 101011 | 1001010 |
Color Harmonies of #D99FAA
Complementary color
Monochromatic Colors of #D99FAA
Black with #D99FAA
Text Example
Text Example
White with #D99FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FAA; }
p { color: rgb(217,159,170); }
H1.HeaderClassName
{
color: #D99FAA;
}
.AnyTagClassName
{
color: #D99FAA;
}
</style>
background-color css
<style>
a { background-color: #D99FAA; }
a { background-color: rgb(217,159,170); }
div.DivClassName
{
background-color: #D99FAA;
}
.BgClassName
{
background-color: #D99FAA;
}
</style>
border-color css
<style>
span { border-color: #D99FAA; }
span { border-color: rgb(217,159,170); }
td.TdClassName
{
border-color: #D99FAA;
}
.TagClassName
{
border-color: #D99FAA;
}
</style>