Shades of Kobi #D989AB
Tints of Kobi #D989AB
RGB
CMYK
RGB Variations
Color information
#D989AB (or 0xD989AB) is known color: Kobi. HEX triplet: D9, 89 and AB. RGB value is (217,137,171). Sum of RGB (Red+Green+Blue) = 217+137+171=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D989AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D989AB is #267654. Grayscale: #A4A4A4. Windows color (decimal): -2520661 or 11241945. OLE color: 11241945.
HSL color Cylindrical-coordinate representation of color #D989AB: hue angle of 334.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D989AB is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 171 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.15 |
| HSL | 334.5º | 0.51% | 0.69% | - |
| HSV(B) | 334.5º | 0.37% | 0.85% | - |
| XYZ | 44.91 | 35.58 | 43.03 | - |
| YUV | 164.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 171 | 0 | 0.37 | 0.21 | 0.15 | 334.5 | 0.51 | 0.69 |
| Hex | D9 | 89 | AB | 0 | 25 | 15 | F | 14E | 33 | 45 |
| Octal | 331 | 211 | 253 | 0 | 45 | 25 | 17 | 516 | 63 | 105 |
| Binary | 11011001 | 10001001 | 10101011 | 0 | 100101 | 10101 | 1111 | 101001110 | 110011 | 1000101 |
Color Harmonies of #D989AB
Complementary color
Monochromatic Colors of #D989AB
Black with #D989AB
Text Example
Text Example
White with #D989AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D989AB; }
p { color: rgb(217,137,171); }
H1.HeaderClassName
{
color: #D989AB;
}
.AnyTagClassName
{
color: #D989AB;
}
</style>
background-color css
<style>
a { background-color: #D989AB; }
a { background-color: rgb(217,137,171); }
div.DivClassName
{
background-color: #D989AB;
}
.BgClassName
{
background-color: #D989AB;
}
</style>
border-color css
<style>
span { border-color: #D989AB; }
span { border-color: rgb(217,137,171); }
td.TdClassName
{
border-color: #D989AB;
}
.TagClassName
{
border-color: #D989AB;
}
</style>