Shades of Kobi #DA99B0
Tints of Kobi #DA99B0
RGB
CMYK
RGB Variations
Color information
#DA99B0 (or 0xDA99B0) is known color: Kobi. HEX triplet: DA, 99 and B0. RGB value is (218,153,176). Sum of RGB (Red+Green+Blue) = 218+153+176=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99B0 is #25664F. Grayscale: #AFAFAF. Windows color (decimal): -2451024 or 11573722. OLE color: 11573722.
HSL color Cylindrical-coordinate representation of color #DA99B0: hue angle of 338.77º 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 #DA99B0 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 176 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.15 |
| HSL | 338.77º | 0.47% | 0.73% | - |
| HSV(B) | 338.77º | 0.3% | 0.85% | - |
| XYZ | 48.14 | 40.82 | 46.42 | - |
| YUV | 175.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 176 | 0 | 0.30 | 0.19 | 0.15 | 338.77 | 0.47 | 0.73 |
| Hex | DA | 99 | B0 | 0 | 1E | 13 | F | 153 | 2F | 49 |
| Octal | 332 | 231 | 260 | 0 | 36 | 23 | 17 | 523 | 57 | 111 |
| Binary | 11011010 | 10011001 | 10110000 | 0 | 11110 | 10011 | 1111 | 101010011 | 101111 | 1001001 |
Color Harmonies of #DA99B0
Complementary color
Monochromatic Colors of #DA99B0
Black with #DA99B0
Text Example
Text Example
White with #DA99B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99B0; }
p { color: rgb(218,153,176); }
H1.HeaderClassName
{
color: #DA99B0;
}
.AnyTagClassName
{
color: #DA99B0;
}
</style>
background-color css
<style>
a { background-color: #DA99B0; }
a { background-color: rgb(218,153,176); }
div.DivClassName
{
background-color: #DA99B0;
}
.BgClassName
{
background-color: #DA99B0;
}
</style>
border-color css
<style>
span { border-color: #DA99B0; }
span { border-color: rgb(218,153,176); }
td.TdClassName
{
border-color: #DA99B0;
}
.TagClassName
{
border-color: #DA99B0;
}
</style>