Shades of Kobi #DA85AF
Tints of Kobi #DA85AF
RGB
CMYK
RGB Variations
Color information
#DA85AF (or 0xDA85AF) is known color: Kobi. HEX triplet: DA, 85 and AF. RGB value is (218,133,175). Sum of RGB (Red+Green+Blue) = 218+133+175=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85AF is #257A50. Grayscale: #A3A3A3. Windows color (decimal): -2456145 or 11503066. OLE color: 11503066.
HSL color Cylindrical-coordinate representation of color #DA85AF: hue angle of 330.35º 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 #DA85AF is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 175 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.15 |
| HSL | 330.35º | 0.53% | 0.69% | - |
| HSV(B) | 330.35º | 0.39% | 0.85% | - |
| XYZ | 45.04 | 34.78 | 44.9 | - |
| YUV | 163.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 175 | 0 | 0.39 | 0.20 | 0.15 | 330.35 | 0.53 | 0.69 |
| Hex | DA | 85 | AF | 0 | 27 | 14 | F | 14A | 35 | 45 |
| Octal | 332 | 205 | 257 | 0 | 47 | 24 | 17 | 512 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10101111 | 0 | 100111 | 10100 | 1111 | 101001010 | 110101 | 1000101 |
Color Harmonies of #DA85AF
Complementary color
Monochromatic Colors of #DA85AF
Black with #DA85AF
Text Example
Text Example
White with #DA85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85AF; }
p { color: rgb(218,133,175); }
H1.HeaderClassName
{
color: #DA85AF;
}
.AnyTagClassName
{
color: #DA85AF;
}
</style>
background-color css
<style>
a { background-color: #DA85AF; }
a { background-color: rgb(218,133,175); }
div.DivClassName
{
background-color: #DA85AF;
}
.BgClassName
{
background-color: #DA85AF;
}
</style>
border-color css
<style>
span { border-color: #DA85AF; }
span { border-color: rgb(218,133,175); }
td.TdClassName
{
border-color: #DA85AF;
}
.TagClassName
{
border-color: #DA85AF;
}
</style>