Shades of Kobi #DA99B2
Tints of Kobi #DA99B2
RGB
CMYK
RGB Variations
Color information
#DA99B2 (or 0xDA99B2) is known color: Kobi. HEX triplet: DA, 99 and B2. RGB value is (218,153,178). Sum of RGB (Red+Green+Blue) = 218+153+178=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99B2 is #25664D. Grayscale: #AFAFAF. Windows color (decimal): -2451022 or 11704794. OLE color: 11704794.
HSL color Cylindrical-coordinate representation of color #DA99B2: hue angle of 336.92º 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 #DA99B2 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 178 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.15 |
| HSL | 336.92º | 0.47% | 0.73% | - |
| HSV(B) | 336.92º | 0.3% | 0.85% | - |
| XYZ | 48.34 | 40.9 | 47.47 | - |
| YUV | 175.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 178 | 0 | 0.30 | 0.18 | 0.15 | 336.92 | 0.47 | 0.73 |
| Hex | DA | 99 | B2 | 0 | 1E | 12 | F | 151 | 2F | 49 |
| Octal | 332 | 231 | 262 | 0 | 36 | 22 | 17 | 521 | 57 | 111 |
| Binary | 11011010 | 10011001 | 10110010 | 0 | 11110 | 10010 | 1111 | 101010001 | 101111 | 1001001 |
Color Harmonies of #DA99B2
Complementary color
Monochromatic Colors of #DA99B2
Black with #DA99B2
Text Example
Text Example
White with #DA99B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99B2; }
p { color: rgb(218,153,178); }
H1.HeaderClassName
{
color: #DA99B2;
}
.AnyTagClassName
{
color: #DA99B2;
}
</style>
background-color css
<style>
a { background-color: #DA99B2; }
a { background-color: rgb(218,153,178); }
div.DivClassName
{
background-color: #DA99B2;
}
.BgClassName
{
background-color: #DA99B2;
}
</style>
border-color css
<style>
span { border-color: #DA99B2; }
span { border-color: rgb(218,153,178); }
td.TdClassName
{
border-color: #DA99B2;
}
.TagClassName
{
border-color: #DA99B2;
}
</style>