Shades of Kobi #DA98AD
Tints of Kobi #DA98AD
RGB
CMYK
RGB Variations
Color information
#DA98AD (or 0xDA98AD) is known color: Kobi. HEX triplet: DA, 98 and AD. RGB value is (218,152,173). Sum of RGB (Red+Green+Blue) = 218+152+173=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98AD is #256752. Grayscale: #AEAEAE. Windows color (decimal): -2451283 or 11376858. OLE color: 11376858.
HSL color Cylindrical-coordinate representation of color #DA98AD: hue angle of 340.91º 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 #DA98AD is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 173 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.15 |
| HSL | 340.91º | 0.47% | 0.73% | - |
| HSV(B) | 340.91º | 0.3% | 0.85% | - |
| XYZ | 47.68 | 40.38 | 44.82 | - |
| YUV | 174.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 173 | 0 | 0.30 | 0.21 | 0.15 | 340.91 | 0.47 | 0.73 |
| Hex | DA | 98 | AD | 0 | 1E | 15 | F | 155 | 2F | 49 |
| Octal | 332 | 230 | 255 | 0 | 36 | 25 | 17 | 525 | 57 | 111 |
| Binary | 11011010 | 10011000 | 10101101 | 0 | 11110 | 10101 | 1111 | 101010101 | 101111 | 1001001 |
Color Harmonies of #DA98AD
Complementary color
Monochromatic Colors of #DA98AD
Black with #DA98AD
Text Example
Text Example
White with #DA98AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA98AD; }
p { color: rgb(218,152,173); }
H1.HeaderClassName
{
color: #DA98AD;
}
.AnyTagClassName
{
color: #DA98AD;
}
</style>
background-color css
<style>
a { background-color: #DA98AD; }
a { background-color: rgb(218,152,173); }
div.DivClassName
{
background-color: #DA98AD;
}
.BgClassName
{
background-color: #DA98AD;
}
</style>
border-color css
<style>
span { border-color: #DA98AD; }
span { border-color: rgb(218,152,173); }
td.TdClassName
{
border-color: #DA98AD;
}
.TagClassName
{
border-color: #DA98AD;
}
</style>