Shades of Kobi #D993AA
Tints of Kobi #D993AA
RGB
CMYK
RGB Variations
Color information
#D993AA (or 0xD993AA) is known color: Kobi. HEX triplet: D9, 93 and AA. RGB value is (217,147,170). Sum of RGB (Red+Green+Blue) = 217+147+170=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D993AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993AA is #266C55. Grayscale: #AAAAAA. Windows color (decimal): -2518102 or 11178969. OLE color: 11178969.
HSL color Cylindrical-coordinate representation of color #D993AA: hue angle of 340.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993AA is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 170 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.15 |
| HSL | 340.29º | 0.48% | 0.71% | - |
| HSV(B) | 340.29º | 0.32% | 0.85% | - |
| XYZ | 46.3 | 38.52 | 43.03 | - |
| YUV | 170.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 170 | 0 | 0.32 | 0.22 | 0.15 | 340.29 | 0.48 | 0.71 |
| Hex | D9 | 93 | AA | 0 | 20 | 16 | F | 154 | 30 | 47 |
| Octal | 331 | 223 | 252 | 0 | 40 | 26 | 17 | 524 | 60 | 107 |
| Binary | 11011001 | 10010011 | 10101010 | 0 | 100000 | 10110 | 1111 | 101010100 | 110000 | 1000111 |
Color Harmonies of #D993AA
Complementary color
Monochromatic Colors of #D993AA
Black with #D993AA
Text Example
Text Example
White with #D993AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993AA; }
p { color: rgb(217,147,170); }
H1.HeaderClassName
{
color: #D993AA;
}
.AnyTagClassName
{
color: #D993AA;
}
</style>
background-color css
<style>
a { background-color: #D993AA; }
a { background-color: rgb(217,147,170); }
div.DivClassName
{
background-color: #D993AA;
}
.BgClassName
{
background-color: #D993AA;
}
</style>
border-color css
<style>
span { border-color: #D993AA; }
span { border-color: rgb(217,147,170); }
td.TdClassName
{
border-color: #D993AA;
}
.TagClassName
{
border-color: #D993AA;
}
</style>