Shades of Kobi #D993AB
Tints of Kobi #D993AB
RGB
CMYK
RGB Variations
Color information
#D993AB (or 0xD993AB) is known color: Kobi. HEX triplet: D9, 93 and AB. RGB value is (217,147,171). Sum of RGB (Red+Green+Blue) = 217+147+171=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D993AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993AB is #266C54. Grayscale: #AAAAAA. Windows color (decimal): -2518101 or 11244505. OLE color: 11244505.
HSL color Cylindrical-coordinate representation of color #D993AB: hue angle of 339.43º 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 #D993AB is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 171 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.15 |
| HSL | 339.43º | 0.48% | 0.71% | - |
| HSV(B) | 339.43º | 0.32% | 0.85% | - |
| XYZ | 46.4 | 38.56 | 43.53 | - |
| YUV | 170.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 171 | 0 | 0.32 | 0.21 | 0.15 | 339.43 | 0.48 | 0.71 |
| Hex | D9 | 93 | AB | 0 | 20 | 15 | F | 153 | 30 | 47 |
| Octal | 331 | 223 | 253 | 0 | 40 | 25 | 17 | 523 | 60 | 107 |
| Binary | 11011001 | 10010011 | 10101011 | 0 | 100000 | 10101 | 1111 | 101010011 | 110000 | 1000111 |
Color Harmonies of #D993AB
Complementary color
Monochromatic Colors of #D993AB
Black with #D993AB
Text Example
Text Example
White with #D993AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993AB; }
p { color: rgb(217,147,171); }
H1.HeaderClassName
{
color: #D993AB;
}
.AnyTagClassName
{
color: #D993AB;
}
</style>
background-color css
<style>
a { background-color: #D993AB; }
a { background-color: rgb(217,147,171); }
div.DivClassName
{
background-color: #D993AB;
}
.BgClassName
{
background-color: #D993AB;
}
</style>
border-color css
<style>
span { border-color: #D993AB; }
span { border-color: rgb(217,147,171); }
td.TdClassName
{
border-color: #D993AB;
}
.TagClassName
{
border-color: #D993AB;
}
</style>