Shades of Kobi #DA98A8
Tints of Kobi #DA98A8
RGB
CMYK
RGB Variations
Color information
#DA98A8 (or 0xDA98A8) is known color: Kobi. HEX triplet: DA, 98 and A8. RGB value is (218,152,168). Sum of RGB (Red+Green+Blue) = 218+152+168=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98A8 is #256757. Grayscale: #ADADAD. Windows color (decimal): -2451288 or 11049178. OLE color: 11049178.
HSL color Cylindrical-coordinate representation of color #DA98A8: hue angle of 345.45º 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 #DA98A8 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 168 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.15 |
| HSL | 345.45º | 0.47% | 0.73% | - |
| HSV(B) | 345.45º | 0.3% | 0.85% | - |
| XYZ | 47.21 | 40.19 | 42.31 | - |
| YUV | 173.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 168 | 0 | 0.30 | 0.23 | 0.15 | 345.45 | 0.47 | 0.73 |
| Hex | DA | 98 | A8 | 0 | 1E | 17 | F | 159 | 2F | 49 |
| Octal | 332 | 230 | 250 | 0 | 36 | 27 | 17 | 531 | 57 | 111 |
| Binary | 11011010 | 10011000 | 10101000 | 0 | 11110 | 10111 | 1111 | 101011001 | 101111 | 1001001 |
Color Harmonies of #DA98A8
Complementary color
Monochromatic Colors of #DA98A8
Black with #DA98A8
Text Example
Text Example
White with #DA98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA98A8; }
p { color: rgb(218,152,168); }
H1.HeaderClassName
{
color: #DA98A8;
}
.AnyTagClassName
{
color: #DA98A8;
}
</style>
background-color css
<style>
a { background-color: #DA98A8; }
a { background-color: rgb(218,152,168); }
div.DivClassName
{
background-color: #DA98A8;
}
.BgClassName
{
background-color: #DA98A8;
}
</style>
border-color css
<style>
span { border-color: #DA98A8; }
span { border-color: rgb(218,152,168); }
td.TdClassName
{
border-color: #DA98A8;
}
.TagClassName
{
border-color: #DA98A8;
}
</style>