Shades of Kobi #D581AA
Tints of Kobi #D581AA
RGB
CMYK
RGB Variations
Color information
#D581AA (or 0xD581AA) is known color: Kobi. HEX triplet: D5, 81 and AA. RGB value is (213,129,170). Sum of RGB (Red+Green+Blue) = 213+129+170=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D581AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D581AA is #2A7E55. Grayscale: #9E9E9E. Windows color (decimal): -2784854 or 11174357. OLE color: 11174357.
HSL color Cylindrical-coordinate representation of color #D581AA: hue angle of 330.71º 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 #D581AA is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 170 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.16 |
| HSL | 330.71º | 0.5% | 0.67% | - |
| HSV(B) | 330.71º | 0.39% | 0.84% | - |
| XYZ | 42.55 | 32.75 | 42.11 | - |
| YUV | 158.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 170 | 0 | 0.39 | 0.20 | 0.16 | 330.71 | 0.5 | 0.67 |
| Hex | D5 | 81 | AA | 0 | 27 | 14 | 10 | 14B | 32 | 43 |
| Octal | 325 | 201 | 252 | 0 | 47 | 24 | 20 | 513 | 62 | 103 |
| Binary | 11010101 | 10000001 | 10101010 | 0 | 100111 | 10100 | 10000 | 101001011 | 110010 | 1000011 |
Color Harmonies of #D581AA
Complementary color
Monochromatic Colors of #D581AA
Black with #D581AA
Text Example
Text Example
White with #D581AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581AA; }
p { color: rgb(213,129,170); }
H1.HeaderClassName
{
color: #D581AA;
}
.AnyTagClassName
{
color: #D581AA;
}
</style>
background-color css
<style>
a { background-color: #D581AA; }
a { background-color: rgb(213,129,170); }
div.DivClassName
{
background-color: #D581AA;
}
.BgClassName
{
background-color: #D581AA;
}
</style>
border-color css
<style>
span { border-color: #D581AA; }
span { border-color: rgb(213,129,170); }
td.TdClassName
{
border-color: #D581AA;
}
.TagClassName
{
border-color: #D581AA;
}
</style>