Shades of Kobi #DA9BB3
Tints of Kobi #DA9BB3
RGB
CMYK
RGB Variations
Color information
#DA9BB3 (or 0xDA9BB3) is known color: Kobi. HEX triplet: DA, 9B and B3. RGB value is (218,155,179). Sum of RGB (Red+Green+Blue) = 218+155+179=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BB3 is #25644C. Grayscale: #B0B0B0. Windows color (decimal): -2450509 or 11770842. OLE color: 11770842.
HSL color Cylindrical-coordinate representation of color #DA9BB3: hue angle of 337.14º 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 #DA9BB3 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 179 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.15 |
| HSL | 337.14º | 0.46% | 0.73% | - |
| HSV(B) | 337.14º | 0.29% | 0.85% | - |
| XYZ | 48.77 | 41.6 | 48.11 | - |
| YUV | 176.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 179 | 0 | 0.29 | 0.18 | 0.15 | 337.14 | 0.46 | 0.73 |
| Hex | DA | 9B | B3 | 0 | 1D | 12 | F | 151 | 2E | 49 |
| Octal | 332 | 233 | 263 | 0 | 35 | 22 | 17 | 521 | 56 | 111 |
| Binary | 11011010 | 10011011 | 10110011 | 0 | 11101 | 10010 | 1111 | 101010001 | 101110 | 1001001 |
Color Harmonies of #DA9BB3
Complementary color
Monochromatic Colors of #DA9BB3
Black with #DA9BB3
Text Example
Text Example
White with #DA9BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BB3; }
p { color: rgb(218,155,179); }
H1.HeaderClassName
{
color: #DA9BB3;
}
.AnyTagClassName
{
color: #DA9BB3;
}
</style>
background-color css
<style>
a { background-color: #DA9BB3; }
a { background-color: rgb(218,155,179); }
div.DivClassName
{
background-color: #DA9BB3;
}
.BgClassName
{
background-color: #DA9BB3;
}
</style>
border-color css
<style>
span { border-color: #DA9BB3; }
span { border-color: rgb(218,155,179); }
td.TdClassName
{
border-color: #DA9BB3;
}
.TagClassName
{
border-color: #DA9BB3;
}
</style>