Shades of Kobi #DA9AB4
Tints of Kobi #DA9AB4
RGB
CMYK
RGB Variations
Color information
#DA9AB4 (or 0xDA9AB4) is known color: Kobi. HEX triplet: DA, 9A and B4. RGB value is (218,154,180). Sum of RGB (Red+Green+Blue) = 218+154+180=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AB4 is #25654B. Grayscale: #B0B0B0. Windows color (decimal): -2450764 or 11836122. OLE color: 11836122.
HSL color Cylindrical-coordinate representation of color #DA9AB4: hue angle of 335.62º 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 #DA9AB4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 180 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.15 |
| HSL | 335.63º | 0.46% | 0.73% | - |
| HSV(B) | 335.63º | 0.29% | 0.85% | - |
| XYZ | 48.71 | 41.31 | 48.59 | - |
| YUV | 176.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 180 | 0 | 0.29 | 0.17 | 0.15 | 335.63 | 0.46 | 0.73 |
| Hex | DA | 9A | B4 | 0 | 1D | 11 | F | 150 | 2E | 49 |
| Octal | 332 | 232 | 264 | 0 | 35 | 21 | 17 | 520 | 56 | 111 |
| Binary | 11011010 | 10011010 | 10110100 | 0 | 11101 | 10001 | 1111 | 101010000 | 101110 | 1001001 |
Color Harmonies of #DA9AB4
Complementary color
Monochromatic Colors of #DA9AB4
Black with #DA9AB4
Text Example
Text Example
White with #DA9AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9AB4; }
p { color: rgb(218,154,180); }
H1.HeaderClassName
{
color: #DA9AB4;
}
.AnyTagClassName
{
color: #DA9AB4;
}
</style>
background-color css
<style>
a { background-color: #DA9AB4; }
a { background-color: rgb(218,154,180); }
div.DivClassName
{
background-color: #DA9AB4;
}
.BgClassName
{
background-color: #DA9AB4;
}
</style>
border-color css
<style>
span { border-color: #DA9AB4; }
span { border-color: rgb(218,154,180); }
td.TdClassName
{
border-color: #DA9AB4;
}
.TagClassName
{
border-color: #DA9AB4;
}
</style>