Shades of Kobi #DA85B0
Tints of Kobi #DA85B0
RGB
CMYK
RGB Variations
Color information
#DA85B0 (or 0xDA85B0) is known color: Kobi. HEX triplet: DA, 85 and B0. RGB value is (218,133,176). Sum of RGB (Red+Green+Blue) = 218+133+176=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85B0 is #257A4F. Grayscale: #A3A3A3. Windows color (decimal): -2456144 or 11568602. OLE color: 11568602.
HSL color Cylindrical-coordinate representation of color #DA85B0: hue angle of 329.65º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA85B0 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 176 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.15 |
| HSL | 329.65º | 0.53% | 0.69% | - |
| HSV(B) | 329.65º | 0.39% | 0.85% | - |
| XYZ | 45.14 | 34.82 | 45.42 | - |
| YUV | 163.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 176 | 0 | 0.39 | 0.19 | 0.15 | 329.65 | 0.53 | 0.69 |
| Hex | DA | 85 | B0 | 0 | 27 | 13 | F | 14A | 35 | 45 |
| Octal | 332 | 205 | 260 | 0 | 47 | 23 | 17 | 512 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10110000 | 0 | 100111 | 10011 | 1111 | 101001010 | 110101 | 1000101 |
Color Harmonies of #DA85B0
Complementary color
Monochromatic Colors of #DA85B0
Black with #DA85B0
Text Example
Text Example
White with #DA85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85B0; }
p { color: rgb(218,133,176); }
H1.HeaderClassName
{
color: #DA85B0;
}
.AnyTagClassName
{
color: #DA85B0;
}
</style>
background-color css
<style>
a { background-color: #DA85B0; }
a { background-color: rgb(218,133,176); }
div.DivClassName
{
background-color: #DA85B0;
}
.BgClassName
{
background-color: #DA85B0;
}
</style>
border-color css
<style>
span { border-color: #DA85B0; }
span { border-color: rgb(218,133,176); }
td.TdClassName
{
border-color: #DA85B0;
}
.TagClassName
{
border-color: #DA85B0;
}
</style>