Shades of Kobi #D585A8
Tints of Kobi #D585A8
RGB
CMYK
RGB Variations
Color information
#D585A8 (or 0xD585A8) is known color: Kobi. HEX triplet: D5, 85 and A8. RGB value is (213,133,168). Sum of RGB (Red+Green+Blue) = 213+133+168=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D585A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D585A8 is #2A7A57. Grayscale: #A0A0A0. Windows color (decimal): -2783832 or 11044309. OLE color: 11044309.
HSL color Cylindrical-coordinate representation of color #D585A8: hue angle of 333.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D585A8 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 168 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.16 |
| HSL | 333.75º | 0.49% | 0.68% | - |
| HSV(B) | 333.75º | 0.38% | 0.84% | - |
| XYZ | 42.9 | 33.75 | 41.3 | - |
| YUV | 160.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 168 | 0 | 0.38 | 0.21 | 0.16 | 333.75 | 0.49 | 0.68 |
| Hex | D5 | 85 | A8 | 0 | 26 | 15 | 10 | 14E | 31 | 44 |
| Octal | 325 | 205 | 250 | 0 | 46 | 25 | 20 | 516 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10101000 | 0 | 100110 | 10101 | 10000 | 101001110 | 110001 | 1000100 |
Color Harmonies of #D585A8
Complementary color
Monochromatic Colors of #D585A8
Black with #D585A8
Text Example
Text Example
White with #D585A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585A8; }
p { color: rgb(213,133,168); }
H1.HeaderClassName
{
color: #D585A8;
}
.AnyTagClassName
{
color: #D585A8;
}
</style>
background-color css
<style>
a { background-color: #D585A8; }
a { background-color: rgb(213,133,168); }
div.DivClassName
{
background-color: #D585A8;
}
.BgClassName
{
background-color: #D585A8;
}
</style>
border-color css
<style>
span { border-color: #D585A8; }
span { border-color: rgb(213,133,168); }
td.TdClassName
{
border-color: #D585A8;
}
.TagClassName
{
border-color: #D585A8;
}
</style>