Shades of Kobi #D581AD
Tints of Kobi #D581AD
RGB
CMYK
RGB Variations
Color information
#D581AD (or 0xD581AD) is known color: Kobi. HEX triplet: D5, 81 and AD. RGB value is (213,129,173). Sum of RGB (Red+Green+Blue) = 213+129+173=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D581AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D581AD is #2A7E52. Grayscale: #9F9F9F. Windows color (decimal): -2784851 or 11370965. OLE color: 11370965.
HSL color Cylindrical-coordinate representation of color #D581AD: hue angle of 328.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D581AD is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 173 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.16 |
| HSL | 328.57º | 0.5% | 0.67% | - |
| HSV(B) | 328.57º | 0.39% | 0.84% | - |
| XYZ | 42.83 | 32.86 | 43.62 | - |
| YUV | 159.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 173 | 0 | 0.39 | 0.19 | 0.16 | 328.57 | 0.5 | 0.67 |
| Hex | D5 | 81 | AD | 0 | 27 | 13 | 10 | 149 | 32 | 43 |
| Octal | 325 | 201 | 255 | 0 | 47 | 23 | 20 | 511 | 62 | 103 |
| Binary | 11010101 | 10000001 | 10101101 | 0 | 100111 | 10011 | 10000 | 101001001 | 110010 | 1000011 |
Color Harmonies of #D581AD
Complementary color
Monochromatic Colors of #D581AD
Black with #D581AD
Text Example
Text Example
White with #D581AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581AD; }
p { color: rgb(213,129,173); }
H1.HeaderClassName
{
color: #D581AD;
}
.AnyTagClassName
{
color: #D581AD;
}
</style>
background-color css
<style>
a { background-color: #D581AD; }
a { background-color: rgb(213,129,173); }
div.DivClassName
{
background-color: #D581AD;
}
.BgClassName
{
background-color: #D581AD;
}
</style>
border-color css
<style>
span { border-color: #D581AD; }
span { border-color: rgb(213,129,173); }
td.TdClassName
{
border-color: #D581AD;
}
.TagClassName
{
border-color: #D581AD;
}
</style>