Shades of Kobi #D989A8
Tints of Kobi #D989A8
RGB
CMYK
RGB Variations
Color information
#D989A8 (or 0xD989A8) is known color: Kobi. HEX triplet: D9, 89 and A8. RGB value is (217,137,168). Sum of RGB (Red+Green+Blue) = 217+137+168=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D989A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D989A8 is #267657. Grayscale: #A4A4A4. Windows color (decimal): -2520664 or 11045337. OLE color: 11045337.
HSL color Cylindrical-coordinate representation of color #D989A8: hue angle of 336.75º 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 #D989A8 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 168 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.15 |
| HSL | 336.75º | 0.51% | 0.69% | - |
| HSV(B) | 336.75º | 0.37% | 0.85% | - |
| XYZ | 44.63 | 35.47 | 41.54 | - |
| YUV | 164.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 168 | 0 | 0.37 | 0.23 | 0.15 | 336.75 | 0.51 | 0.69 |
| Hex | D9 | 89 | A8 | 0 | 25 | 17 | F | 151 | 33 | 45 |
| Octal | 331 | 211 | 250 | 0 | 45 | 27 | 17 | 521 | 63 | 105 |
| Binary | 11011001 | 10001001 | 10101000 | 0 | 100101 | 10111 | 1111 | 101010001 | 110011 | 1000101 |
Color Harmonies of #D989A8
Complementary color
Monochromatic Colors of #D989A8
Black with #D989A8
Text Example
Text Example
White with #D989A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D989A8; }
p { color: rgb(217,137,168); }
H1.HeaderClassName
{
color: #D989A8;
}
.AnyTagClassName
{
color: #D989A8;
}
</style>
background-color css
<style>
a { background-color: #D989A8; }
a { background-color: rgb(217,137,168); }
div.DivClassName
{
background-color: #D989A8;
}
.BgClassName
{
background-color: #D989A8;
}
</style>
border-color css
<style>
span { border-color: #D989A8; }
span { border-color: rgb(217,137,168); }
td.TdClassName
{
border-color: #D989A8;
}
.TagClassName
{
border-color: #D989A8;
}
</style>