Shades of Kobi #DA89AF
Tints of Kobi #DA89AF
RGB
CMYK
RGB Variations
Color information
#DA89AF (or 0xDA89AF) is known color: Kobi. HEX triplet: DA, 89 and AF. RGB value is (218,137,175). Sum of RGB (Red+Green+Blue) = 218+137+175=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA89AF is #257650. Grayscale: #A5A5A5. Windows color (decimal): -2455121 or 11504090. OLE color: 11504090.
HSL color Cylindrical-coordinate representation of color #DA89AF: hue angle of 331.85º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA89AF is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 175 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.15 |
| HSL | 331.85º | 0.52% | 0.7% | - |
| HSV(B) | 331.85º | 0.37% | 0.85% | - |
| XYZ | 45.6 | 35.89 | 45.08 | - |
| YUV | 165.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 175 | 0 | 0.37 | 0.20 | 0.15 | 331.85 | 0.52 | 0.7 |
| Hex | DA | 89 | AF | 0 | 25 | 14 | F | 14C | 34 | 46 |
| Octal | 332 | 211 | 257 | 0 | 45 | 24 | 17 | 514 | 64 | 106 |
| Binary | 11011010 | 10001001 | 10101111 | 0 | 100101 | 10100 | 1111 | 101001100 | 110100 | 1000110 |
Color Harmonies of #DA89AF
Complementary color
Monochromatic Colors of #DA89AF
Black with #DA89AF
Text Example
Text Example
White with #DA89AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA89AF; }
p { color: rgb(218,137,175); }
H1.HeaderClassName
{
color: #DA89AF;
}
.AnyTagClassName
{
color: #DA89AF;
}
</style>
background-color css
<style>
a { background-color: #DA89AF; }
a { background-color: rgb(218,137,175); }
div.DivClassName
{
background-color: #DA89AF;
}
.BgClassName
{
background-color: #DA89AF;
}
</style>
border-color css
<style>
span { border-color: #DA89AF; }
span { border-color: rgb(218,137,175); }
td.TdClassName
{
border-color: #DA89AF;
}
.TagClassName
{
border-color: #DA89AF;
}
</style>