Shades of Kobi #D994AA
Tints of Kobi #D994AA
RGB
CMYK
RGB Variations
Color information
#D994AA (or 0xD994AA) is known color: Kobi. HEX triplet: D9, 94 and AA. RGB value is (217,148,170). Sum of RGB (Red+Green+Blue) = 217+148+170=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D994AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994AA is #266B55. Grayscale: #ABABAB. Windows color (decimal): -2517846 or 11179225. OLE color: 11179225.
HSL color Cylindrical-coordinate representation of color #D994AA: hue angle of 340.87º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994AA is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 170 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.15 |
| HSL | 340.87º | 0.48% | 0.72% | - |
| HSV(B) | 340.87º | 0.32% | 0.85% | - |
| XYZ | 46.46 | 38.83 | 43.08 | - |
| YUV | 171.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 170 | 0 | 0.32 | 0.22 | 0.15 | 340.87 | 0.48 | 0.72 |
| Hex | D9 | 94 | AA | 0 | 20 | 16 | F | 155 | 30 | 48 |
| Octal | 331 | 224 | 252 | 0 | 40 | 26 | 17 | 525 | 60 | 110 |
| Binary | 11011001 | 10010100 | 10101010 | 0 | 100000 | 10110 | 1111 | 101010101 | 110000 | 1001000 |
Color Harmonies of #D994AA
Complementary color
Monochromatic Colors of #D994AA
Black with #D994AA
Text Example
Text Example
White with #D994AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994AA; }
p { color: rgb(217,148,170); }
H1.HeaderClassName
{
color: #D994AA;
}
.AnyTagClassName
{
color: #D994AA;
}
</style>
background-color css
<style>
a { background-color: #D994AA; }
a { background-color: rgb(217,148,170); }
div.DivClassName
{
background-color: #D994AA;
}
.BgClassName
{
background-color: #D994AA;
}
</style>
border-color css
<style>
span { border-color: #D994AA; }
span { border-color: rgb(217,148,170); }
td.TdClassName
{
border-color: #D994AA;
}
.TagClassName
{
border-color: #D994AA;
}
</style>