Shades of Kobi #DA9DB4
Tints of Kobi #DA9DB4
RGB
CMYK
RGB Variations
Color information
#DA9DB4 (or 0xDA9DB4) is known color: Kobi. HEX triplet: DA, 9D and B4. RGB value is (218,157,180). Sum of RGB (Red+Green+Blue) = 218+157+180=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DB4 is #25624B. Grayscale: #B1B1B1. Windows color (decimal): -2449996 or 11836890. OLE color: 11836890.
HSL color Cylindrical-coordinate representation of color #DA9DB4: hue angle of 337.38º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DB4 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 180 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.15 |
| HSL | 337.38º | 0.45% | 0.74% | - |
| HSV(B) | 337.38º | 0.28% | 0.85% | - |
| XYZ | 49.21 | 42.31 | 48.75 | - |
| YUV | 177.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 180 | 0 | 0.28 | 0.17 | 0.15 | 337.38 | 0.45 | 0.74 |
| Hex | DA | 9D | B4 | 0 | 1C | 11 | F | 151 | 2D | 4A |
| Octal | 332 | 235 | 264 | 0 | 34 | 21 | 17 | 521 | 55 | 112 |
| Binary | 11011010 | 10011101 | 10110100 | 0 | 11100 | 10001 | 1111 | 101010001 | 101101 | 1001010 |
Color Harmonies of #DA9DB4
Complementary color
Monochromatic Colors of #DA9DB4
Black with #DA9DB4
Text Example
Text Example
White with #DA9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DB4; }
p { color: rgb(218,157,180); }
H1.HeaderClassName
{
color: #DA9DB4;
}
.AnyTagClassName
{
color: #DA9DB4;
}
</style>
background-color css
<style>
a { background-color: #DA9DB4; }
a { background-color: rgb(218,157,180); }
div.DivClassName
{
background-color: #DA9DB4;
}
.BgClassName
{
background-color: #DA9DB4;
}
</style>
border-color css
<style>
span { border-color: #DA9DB4; }
span { border-color: rgb(218,157,180); }
td.TdClassName
{
border-color: #DA9DB4;
}
.TagClassName
{
border-color: #DA9DB4;
}
</style>