Shades of Kobi #DA87A8
Tints of Kobi #DA87A8
RGB
CMYK
RGB Variations
Color information
#DA87A8 (or 0xDA87A8) is known color: Kobi. HEX triplet: DA, 87 and A8. RGB value is (218,135,168). Sum of RGB (Red+Green+Blue) = 218+135+168=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA87A8 is #257857. Grayscale: #A3A3A3. Windows color (decimal): -2455640 or 11044826. OLE color: 11044826.
HSL color Cylindrical-coordinate representation of color #DA87A8: hue angle of 336.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA87A8 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 168 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.15 |
| HSL | 336.14º | 0.53% | 0.69% | - |
| HSV(B) | 336.14º | 0.38% | 0.85% | - |
| XYZ | 44.65 | 35.06 | 41.46 | - |
| YUV | 163.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 168 | 0 | 0.38 | 0.23 | 0.15 | 336.14 | 0.53 | 0.69 |
| Hex | DA | 87 | A8 | 0 | 26 | 17 | F | 150 | 35 | 45 |
| Octal | 332 | 207 | 250 | 0 | 46 | 27 | 17 | 520 | 65 | 105 |
| Binary | 11011010 | 10000111 | 10101000 | 0 | 100110 | 10111 | 1111 | 101010000 | 110101 | 1000101 |
Color Harmonies of #DA87A8
Complementary color
Monochromatic Colors of #DA87A8
Black with #DA87A8
Text Example
Text Example
White with #DA87A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA87A8; }
p { color: rgb(218,135,168); }
H1.HeaderClassName
{
color: #DA87A8;
}
.AnyTagClassName
{
color: #DA87A8;
}
</style>
background-color css
<style>
a { background-color: #DA87A8; }
a { background-color: rgb(218,135,168); }
div.DivClassName
{
background-color: #DA87A8;
}
.BgClassName
{
background-color: #DA87A8;
}
</style>
border-color css
<style>
span { border-color: #DA87A8; }
span { border-color: rgb(218,135,168); }
td.TdClassName
{
border-color: #DA87A8;
}
.TagClassName
{
border-color: #DA87A8;
}
</style>