Shades of Kobi #D581AF
Tints of Kobi #D581AF
RGB
CMYK
RGB Variations
Color information
#D581AF (or 0xD581AF) is known color: Kobi. HEX triplet: D5, 81 and AF. RGB value is (213,129,175). Sum of RGB (Red+Green+Blue) = 213+129+175=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D581AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D581AF is #2A7E50. Grayscale: #9F9F9F. Windows color (decimal): -2784849 or 11502037. OLE color: 11502037.
HSL color Cylindrical-coordinate representation of color #D581AF: hue angle of 327.14º 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 #D581AF is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 175 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.16 |
| HSL | 327.14º | 0.5% | 0.67% | - |
| HSV(B) | 327.14º | 0.39% | 0.84% | - |
| XYZ | 43.03 | 32.94 | 44.65 | - |
| YUV | 159.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 175 | 0 | 0.39 | 0.18 | 0.16 | 327.14 | 0.5 | 0.67 |
| Hex | D5 | 81 | AF | 0 | 27 | 12 | 10 | 147 | 32 | 43 |
| Octal | 325 | 201 | 257 | 0 | 47 | 22 | 20 | 507 | 62 | 103 |
| Binary | 11010101 | 10000001 | 10101111 | 0 | 100111 | 10010 | 10000 | 101000111 | 110010 | 1000011 |
Color Harmonies of #D581AF
Complementary color
Monochromatic Colors of #D581AF
Black with #D581AF
Text Example
Text Example
White with #D581AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581AF; }
p { color: rgb(213,129,175); }
H1.HeaderClassName
{
color: #D581AF;
}
.AnyTagClassName
{
color: #D581AF;
}
</style>
background-color css
<style>
a { background-color: #D581AF; }
a { background-color: rgb(213,129,175); }
div.DivClassName
{
background-color: #D581AF;
}
.BgClassName
{
background-color: #D581AF;
}
</style>
border-color css
<style>
span { border-color: #D581AF; }
span { border-color: rgb(213,129,175); }
td.TdClassName
{
border-color: #D581AF;
}
.TagClassName
{
border-color: #D581AF;
}
</style>