Shades of Kobi #D581A8
Tints of Kobi #D581A8
RGB
CMYK
RGB Variations
Color information
#D581A8 (or 0xD581A8) is known color: Kobi. HEX triplet: D5, 81 and A8. RGB value is (213,129,168). Sum of RGB (Red+Green+Blue) = 213+129+168=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D581A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D581A8 is #2A7E57. Grayscale: #9E9E9E. Windows color (decimal): -2784856 or 11043285. OLE color: 11043285.
HSL color Cylindrical-coordinate representation of color #D581A8: hue angle of 332.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 #D581A8 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 168 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.16 |
| HSL | 332.14º | 0.5% | 0.67% | - |
| HSV(B) | 332.14º | 0.39% | 0.84% | - |
| XYZ | 42.36 | 32.67 | 41.12 | - |
| YUV | 158.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 168 | 0 | 0.39 | 0.21 | 0.16 | 332.14 | 0.5 | 0.67 |
| Hex | D5 | 81 | A8 | 0 | 27 | 15 | 10 | 14C | 32 | 43 |
| Octal | 325 | 201 | 250 | 0 | 47 | 25 | 20 | 514 | 62 | 103 |
| Binary | 11010101 | 10000001 | 10101000 | 0 | 100111 | 10101 | 10000 | 101001100 | 110010 | 1000011 |
Color Harmonies of #D581A8
Complementary color
Monochromatic Colors of #D581A8
Black with #D581A8
Text Example
Text Example
White with #D581A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581A8; }
p { color: rgb(213,129,168); }
H1.HeaderClassName
{
color: #D581A8;
}
.AnyTagClassName
{
color: #D581A8;
}
</style>
background-color css
<style>
a { background-color: #D581A8; }
a { background-color: rgb(213,129,168); }
div.DivClassName
{
background-color: #D581A8;
}
.BgClassName
{
background-color: #D581A8;
}
</style>
border-color css
<style>
span { border-color: #D581A8; }
span { border-color: rgb(213,129,168); }
td.TdClassName
{
border-color: #D581A8;
}
.TagClassName
{
border-color: #D581A8;
}
</style>