Shades of Kobi #DA99AA
Tints of Kobi #DA99AA
RGB
CMYK
RGB Variations
Color information
#DA99AA (or 0xDA99AA) is known color: Kobi. HEX triplet: DA, 99 and AA. RGB value is (218,153,170). Sum of RGB (Red+Green+Blue) = 218+153+170=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99AA is #256655. Grayscale: #AEAEAE. Windows color (decimal): -2451030 or 11180506. OLE color: 11180506.
HSL color Cylindrical-coordinate representation of color #DA99AA: hue angle of 344.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99AA is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 170 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.15 |
| HSL | 344.31º | 0.47% | 0.73% | - |
| HSV(B) | 344.31º | 0.3% | 0.85% | - |
| XYZ | 47.56 | 40.59 | 43.36 | - |
| YUV | 174.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 170 | 0 | 0.30 | 0.22 | 0.15 | 344.31 | 0.47 | 0.73 |
| Hex | DA | 99 | AA | 0 | 1E | 16 | F | 158 | 2F | 49 |
| Octal | 332 | 231 | 252 | 0 | 36 | 26 | 17 | 530 | 57 | 111 |
| Binary | 11011010 | 10011001 | 10101010 | 0 | 11110 | 10110 | 1111 | 101011000 | 101111 | 1001001 |
Color Harmonies of #DA99AA
Complementary color
Monochromatic Colors of #DA99AA
Black with #DA99AA
Text Example
Text Example
White with #DA99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99AA; }
p { color: rgb(218,153,170); }
H1.HeaderClassName
{
color: #DA99AA;
}
.AnyTagClassName
{
color: #DA99AA;
}
</style>
background-color css
<style>
a { background-color: #DA99AA; }
a { background-color: rgb(218,153,170); }
div.DivClassName
{
background-color: #DA99AA;
}
.BgClassName
{
background-color: #DA99AA;
}
</style>
border-color css
<style>
span { border-color: #DA99AA; }
span { border-color: rgb(218,153,170); }
td.TdClassName
{
border-color: #DA99AA;
}
.TagClassName
{
border-color: #DA99AA;
}
</style>