Shades of Kobi #D580AD
Tints of Kobi #D580AD
RGB
CMYK
RGB Variations
Color information
#D580AD (or 0xD580AD) is known color: Kobi. HEX triplet: D5, 80 and AD. RGB value is (213,128,173). Sum of RGB (Red+Green+Blue) = 213+128+173=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D580AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580AD is #2A7F52. Grayscale: #9E9E9E. Windows color (decimal): -2785107 or 11370709. OLE color: 11370709.
HSL color Cylindrical-coordinate representation of color #D580AD: hue angle of 328.24º 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 #D580AD is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 173 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.16 |
| HSL | 328.24º | 0.5% | 0.67% | - |
| HSV(B) | 328.24º | 0.4% | 0.84% | - |
| XYZ | 42.7 | 32.6 | 43.58 | - |
| YUV | 158.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 173 | 0 | 0.40 | 0.19 | 0.16 | 328.24 | 0.5 | 0.67 |
| Hex | D5 | 80 | AD | 0 | 28 | 13 | 10 | 148 | 32 | 43 |
| Octal | 325 | 200 | 255 | 0 | 50 | 23 | 20 | 510 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10101101 | 0 | 101000 | 10011 | 10000 | 101001000 | 110010 | 1000011 |
Color Harmonies of #D580AD
Complementary color
Monochromatic Colors of #D580AD
Black with #D580AD
Text Example
Text Example
White with #D580AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580AD; }
p { color: rgb(213,128,173); }
H1.HeaderClassName
{
color: #D580AD;
}
.AnyTagClassName
{
color: #D580AD;
}
</style>
background-color css
<style>
a { background-color: #D580AD; }
a { background-color: rgb(213,128,173); }
div.DivClassName
{
background-color: #D580AD;
}
.BgClassName
{
background-color: #D580AD;
}
</style>
border-color css
<style>
span { border-color: #D580AD; }
span { border-color: rgb(213,128,173); }
td.TdClassName
{
border-color: #D580AD;
}
.TagClassName
{
border-color: #D580AD;
}
</style>