Shades of Kobi #DA98B1
Tints of Kobi #DA98B1
RGB
CMYK
RGB Variations
Color information
#DA98B1 (or 0xDA98B1) is known color: Kobi. HEX triplet: DA, 98 and B1. RGB value is (218,152,177). Sum of RGB (Red+Green+Blue) = 218+152+177=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98B1 is #25674E. Grayscale: #AEAEAE. Windows color (decimal): -2451279 or 11639002. OLE color: 11639002.
HSL color Cylindrical-coordinate representation of color #DA98B1: hue angle of 337.27º 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 #DA98B1 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 177 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.15 |
| HSL | 337.27º | 0.47% | 0.73% | - |
| HSV(B) | 337.27º | 0.3% | 0.85% | - |
| XYZ | 48.08 | 40.54 | 46.89 | - |
| YUV | 174.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 177 | 0 | 0.30 | 0.19 | 0.15 | 337.27 | 0.47 | 0.73 |
| Hex | DA | 98 | B1 | 0 | 1E | 13 | F | 151 | 2F | 49 |
| Octal | 332 | 230 | 261 | 0 | 36 | 23 | 17 | 521 | 57 | 111 |
| Binary | 11011010 | 10011000 | 10110001 | 0 | 11110 | 10011 | 1111 | 101010001 | 101111 | 1001001 |
Color Harmonies of #DA98B1
Complementary color
Monochromatic Colors of #DA98B1
Black with #DA98B1
Text Example
Text Example
White with #DA98B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA98B1; }
p { color: rgb(218,152,177); }
H1.HeaderClassName
{
color: #DA98B1;
}
.AnyTagClassName
{
color: #DA98B1;
}
</style>
background-color css
<style>
a { background-color: #DA98B1; }
a { background-color: rgb(218,152,177); }
div.DivClassName
{
background-color: #DA98B1;
}
.BgClassName
{
background-color: #DA98B1;
}
</style>
border-color css
<style>
span { border-color: #DA98B1; }
span { border-color: rgb(218,152,177); }
td.TdClassName
{
border-color: #DA98B1;
}
.TagClassName
{
border-color: #DA98B1;
}
</style>