Shades of Kobi #D580AF
Tints of Kobi #D580AF
RGB
CMYK
RGB Variations
Color information
#D580AF (or 0xD580AF) is known color: Kobi. HEX triplet: D5, 80 and AF. RGB value is (213,128,175). Sum of RGB (Red+Green+Blue) = 213+128+175=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D580AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580AF is #2A7F50. Grayscale: #9E9E9E. Windows color (decimal): -2785105 or 11501781. OLE color: 11501781.
HSL color Cylindrical-coordinate representation of color #D580AF: hue angle of 326.82º 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 #D580AF is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 175 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.16 |
| HSL | 326.82º | 0.5% | 0.67% | - |
| HSV(B) | 326.82º | 0.4% | 0.84% | - |
| XYZ | 42.9 | 32.68 | 44.6 | - |
| YUV | 158.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 175 | 0 | 0.40 | 0.18 | 0.16 | 326.82 | 0.5 | 0.67 |
| Hex | D5 | 80 | AF | 0 | 28 | 12 | 10 | 147 | 32 | 43 |
| Octal | 325 | 200 | 257 | 0 | 50 | 22 | 20 | 507 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10101111 | 0 | 101000 | 10010 | 10000 | 101000111 | 110010 | 1000011 |
Color Harmonies of #D580AF
Complementary color
Monochromatic Colors of #D580AF
Black with #D580AF
Text Example
Text Example
White with #D580AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580AF; }
p { color: rgb(213,128,175); }
H1.HeaderClassName
{
color: #D580AF;
}
.AnyTagClassName
{
color: #D580AF;
}
</style>
background-color css
<style>
a { background-color: #D580AF; }
a { background-color: rgb(213,128,175); }
div.DivClassName
{
background-color: #D580AF;
}
.BgClassName
{
background-color: #D580AF;
}
</style>
border-color css
<style>
span { border-color: #D580AF; }
span { border-color: rgb(213,128,175); }
td.TdClassName
{
border-color: #D580AF;
}
.TagClassName
{
border-color: #D580AF;
}
</style>