Shades of Kobi #DA9AB0
Tints of Kobi #DA9AB0
RGB
CMYK
RGB Variations
Color information
#DA9AB0 (or 0xDA9AB0) is known color: Kobi. HEX triplet: DA, 9A and B0. RGB value is (218,154,176). Sum of RGB (Red+Green+Blue) = 218+154+176=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9AB0 is #25654F. Grayscale: #AFAFAF. Windows color (decimal): -2450768 or 11573978. OLE color: 11573978.
HSL color Cylindrical-coordinate representation of color #DA9AB0: hue angle of 339.38º 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 #DA9AB0 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 176 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.15 |
| HSL | 339.38º | 0.46% | 0.73% | - |
| HSV(B) | 339.38º | 0.29% | 0.85% | - |
| XYZ | 48.31 | 41.15 | 46.47 | - |
| YUV | 175.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 176 | 0 | 0.29 | 0.19 | 0.15 | 339.38 | 0.46 | 0.73 |
| Hex | DA | 9A | B0 | 0 | 1D | 13 | F | 153 | 2E | 49 |
| Octal | 332 | 232 | 260 | 0 | 35 | 23 | 17 | 523 | 56 | 111 |
| Binary | 11011010 | 10011010 | 10110000 | 0 | 11101 | 10011 | 1111 | 101010011 | 101110 | 1001001 |
Color Harmonies of #DA9AB0
Complementary color
Monochromatic Colors of #DA9AB0
Black with #DA9AB0
Text Example
Text Example
White with #DA9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9AB0; }
p { color: rgb(218,154,176); }
H1.HeaderClassName
{
color: #DA9AB0;
}
.AnyTagClassName
{
color: #DA9AB0;
}
</style>
background-color css
<style>
a { background-color: #DA9AB0; }
a { background-color: rgb(218,154,176); }
div.DivClassName
{
background-color: #DA9AB0;
}
.BgClassName
{
background-color: #DA9AB0;
}
</style>
border-color css
<style>
span { border-color: #DA9AB0; }
span { border-color: rgb(218,154,176); }
td.TdClassName
{
border-color: #DA9AB0;
}
.TagClassName
{
border-color: #DA9AB0;
}
</style>