Shades of Kobi #DA80AF
Tints of Kobi #DA80AF
RGB
CMYK
RGB Variations
Color information
#DA80AF (or 0xDA80AF) is known color: Kobi. HEX triplet: DA, 80 and AF. RGB value is (218,128,175). Sum of RGB (Red+Green+Blue) = 218+128+175=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA80AF is #257F50. Grayscale: #A0A0A0. Windows color (decimal): -2457425 or 11501786. OLE color: 11501786.
HSL color Cylindrical-coordinate representation of color #DA80AF: hue angle of 328.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA80AF is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 175 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.15 |
| HSL | 328.67º | 0.55% | 0.68% | - |
| HSV(B) | 328.67º | 0.41% | 0.85% | - |
| XYZ | 44.37 | 33.44 | 44.67 | - |
| YUV | 160.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 175 | 0 | 0.41 | 0.20 | 0.15 | 328.67 | 0.55 | 0.68 |
| Hex | DA | 80 | AF | 0 | 29 | 14 | F | 149 | 37 | 44 |
| Octal | 332 | 200 | 257 | 0 | 51 | 24 | 17 | 511 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10101111 | 0 | 101001 | 10100 | 1111 | 101001001 | 110111 | 1000100 |
Color Harmonies of #DA80AF
Complementary color
Monochromatic Colors of #DA80AF
Black with #DA80AF
Text Example
Text Example
White with #DA80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80AF; }
p { color: rgb(218,128,175); }
H1.HeaderClassName
{
color: #DA80AF;
}
.AnyTagClassName
{
color: #DA80AF;
}
</style>
background-color css
<style>
a { background-color: #DA80AF; }
a { background-color: rgb(218,128,175); }
div.DivClassName
{
background-color: #DA80AF;
}
.BgClassName
{
background-color: #DA80AF;
}
</style>
border-color css
<style>
span { border-color: #DA80AF; }
span { border-color: rgb(218,128,175); }
td.TdClassName
{
border-color: #DA80AF;
}
.TagClassName
{
border-color: #DA80AF;
}
</style>