Shades of Kobi #D580AB
Tints of Kobi #D580AB
RGB
CMYK
RGB Variations
Color information
#D580AB (or 0xD580AB) is known color: Kobi. HEX triplet: D5, 80 and AB. RGB value is (213,128,171). Sum of RGB (Red+Green+Blue) = 213+128+171=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D580AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580AB is #2A7F54. Grayscale: #9E9E9E. Windows color (decimal): -2785109 or 11239637. OLE color: 11239637.
HSL color Cylindrical-coordinate representation of color #D580AB: hue angle of 329.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580AB is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 171 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.16 |
| HSL | 329.65º | 0.5% | 0.67% | - |
| HSV(B) | 329.65º | 0.4% | 0.84% | - |
| XYZ | 42.51 | 32.52 | 42.57 | - |
| YUV | 158.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 171 | 0 | 0.40 | 0.20 | 0.16 | 329.65 | 0.5 | 0.67 |
| Hex | D5 | 80 | AB | 0 | 28 | 14 | 10 | 14A | 32 | 43 |
| Octal | 325 | 200 | 253 | 0 | 50 | 24 | 20 | 512 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10101011 | 0 | 101000 | 10100 | 10000 | 101001010 | 110010 | 1000011 |
Color Harmonies of #D580AB
Complementary color
Monochromatic Colors of #D580AB
Black with #D580AB
Text Example
Text Example
White with #D580AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580AB; }
p { color: rgb(213,128,171); }
H1.HeaderClassName
{
color: #D580AB;
}
.AnyTagClassName
{
color: #D580AB;
}
</style>
background-color css
<style>
a { background-color: #D580AB; }
a { background-color: rgb(213,128,171); }
div.DivClassName
{
background-color: #D580AB;
}
.BgClassName
{
background-color: #D580AB;
}
</style>
border-color css
<style>
span { border-color: #D580AB; }
span { border-color: rgb(213,128,171); }
td.TdClassName
{
border-color: #D580AB;
}
.TagClassName
{
border-color: #D580AB;
}
</style>