Shades of Kobi #DA85AD
Tints of Kobi #DA85AD
RGB
CMYK
RGB Variations
Color information
#DA85AD (or 0xDA85AD) is known color: Kobi. HEX triplet: DA, 85 and AD. RGB value is (218,133,173). Sum of RGB (Red+Green+Blue) = 218+133+173=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85AD is #257A52. Grayscale: #A2A2A2. Windows color (decimal): -2456147 or 11371994. OLE color: 11371994.
HSL color Cylindrical-coordinate representation of color #DA85AD: hue angle of 331.76º 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 #DA85AD is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 173 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.15 |
| HSL | 331.76º | 0.53% | 0.69% | - |
| HSV(B) | 331.76º | 0.39% | 0.85% | - |
| XYZ | 44.84 | 34.7 | 43.87 | - |
| YUV | 162.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 173 | 0 | 0.39 | 0.21 | 0.15 | 331.76 | 0.53 | 0.69 |
| Hex | DA | 85 | AD | 0 | 27 | 15 | F | 14C | 35 | 45 |
| Octal | 332 | 205 | 255 | 0 | 47 | 25 | 17 | 514 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10101101 | 0 | 100111 | 10101 | 1111 | 101001100 | 110101 | 1000101 |
Color Harmonies of #DA85AD
Complementary color
Monochromatic Colors of #DA85AD
Black with #DA85AD
Text Example
Text Example
White with #DA85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85AD; }
p { color: rgb(218,133,173); }
H1.HeaderClassName
{
color: #DA85AD;
}
.AnyTagClassName
{
color: #DA85AD;
}
</style>
background-color css
<style>
a { background-color: #DA85AD; }
a { background-color: rgb(218,133,173); }
div.DivClassName
{
background-color: #DA85AD;
}
.BgClassName
{
background-color: #DA85AD;
}
</style>
border-color css
<style>
span { border-color: #DA85AD; }
span { border-color: rgb(218,133,173); }
td.TdClassName
{
border-color: #DA85AD;
}
.TagClassName
{
border-color: #DA85AD;
}
</style>