Shades of Kobi #DA99AD
Tints of Kobi #DA99AD
RGB
CMYK
RGB Variations
Color information
#DA99AD (or 0xDA99AD) is known color: Kobi. HEX triplet: DA, 99 and AD. RGB value is (218,153,173). Sum of RGB (Red+Green+Blue) = 218+153+173=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99AD is #256652. Grayscale: #AEAEAE. Windows color (decimal): -2451027 or 11377114. OLE color: 11377114.
HSL color Cylindrical-coordinate representation of color #DA99AD: hue angle of 341.54º 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 #DA99AD is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 173 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.15 |
| HSL | 341.54º | 0.47% | 0.73% | - |
| HSV(B) | 341.54º | 0.3% | 0.85% | - |
| XYZ | 47.85 | 40.71 | 44.87 | - |
| YUV | 174.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 173 | 0 | 0.30 | 0.21 | 0.15 | 341.54 | 0.47 | 0.73 |
| Hex | DA | 99 | AD | 0 | 1E | 15 | F | 156 | 2F | 49 |
| Octal | 332 | 231 | 255 | 0 | 36 | 25 | 17 | 526 | 57 | 111 |
| Binary | 11011010 | 10011001 | 10101101 | 0 | 11110 | 10101 | 1111 | 101010110 | 101111 | 1001001 |
Color Harmonies of #DA99AD
Complementary color
Monochromatic Colors of #DA99AD
Black with #DA99AD
Text Example
Text Example
White with #DA99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99AD; }
p { color: rgb(218,153,173); }
H1.HeaderClassName
{
color: #DA99AD;
}
.AnyTagClassName
{
color: #DA99AD;
}
</style>
background-color css
<style>
a { background-color: #DA99AD; }
a { background-color: rgb(218,153,173); }
div.DivClassName
{
background-color: #DA99AD;
}
.BgClassName
{
background-color: #DA99AD;
}
</style>
border-color css
<style>
span { border-color: #DA99AD; }
span { border-color: rgb(218,153,173); }
td.TdClassName
{
border-color: #DA99AD;
}
.TagClassName
{
border-color: #DA99AD;
}
</style>