Shades of Kobi #DA9BB2
Tints of Kobi #DA9BB2
RGB
CMYK
RGB Variations
Color information
#DA9BB2 (or 0xDA9BB2) is known color: Kobi. HEX triplet: DA, 9B and B2. RGB value is (218,155,178). Sum of RGB (Red+Green+Blue) = 218+155+178=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9BB2 is #25644D. Grayscale: #B0B0B0. Windows color (decimal): -2450510 or 11705306. OLE color: 11705306.
HSL color Cylindrical-coordinate representation of color #DA9BB2: hue angle of 338.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BB2 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 178 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.15 |
| HSL | 338.1º | 0.46% | 0.73% | - |
| HSV(B) | 338.1º | 0.29% | 0.85% | - |
| XYZ | 48.67 | 41.56 | 47.58 | - |
| YUV | 176.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 178 | 0 | 0.29 | 0.18 | 0.15 | 338.1 | 0.46 | 0.73 |
| Hex | DA | 9B | B2 | 0 | 1D | 12 | F | 152 | 2E | 49 |
| Octal | 332 | 233 | 262 | 0 | 35 | 22 | 17 | 522 | 56 | 111 |
| Binary | 11011010 | 10011011 | 10110010 | 0 | 11101 | 10010 | 1111 | 101010010 | 101110 | 1001001 |
Color Harmonies of #DA9BB2
Complementary color
Monochromatic Colors of #DA9BB2
Black with #DA9BB2
Text Example
Text Example
White with #DA9BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BB2; }
p { color: rgb(218,155,178); }
H1.HeaderClassName
{
color: #DA9BB2;
}
.AnyTagClassName
{
color: #DA9BB2;
}
</style>
background-color css
<style>
a { background-color: #DA9BB2; }
a { background-color: rgb(218,155,178); }
div.DivClassName
{
background-color: #DA9BB2;
}
.BgClassName
{
background-color: #DA9BB2;
}
</style>
border-color css
<style>
span { border-color: #DA9BB2; }
span { border-color: rgb(218,155,178); }
td.TdClassName
{
border-color: #DA9BB2;
}
.TagClassName
{
border-color: #DA9BB2;
}
</style>