Shades of Kobi #D585AC
Tints of Kobi #D585AC
RGB
CMYK
RGB Variations
Color information
#D585AC (or 0xD585AC) is known color: Kobi. HEX triplet: D5, 85 and AC. RGB value is (213,133,172). Sum of RGB (Red+Green+Blue) = 213+133+172=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D585AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D585AC is #2A7A53. Grayscale: #A1A1A1. Windows color (decimal): -2783828 or 11306453. OLE color: 11306453.
HSL color Cylindrical-coordinate representation of color #D585AC: hue angle of 330.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 #D585AC is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 172 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.16 |
| HSL | 330.75º | 0.49% | 0.68% | - |
| HSV(B) | 330.75º | 0.38% | 0.84% | - |
| XYZ | 43.27 | 33.9 | 43.29 | - |
| YUV | 161.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 172 | 0 | 0.38 | 0.19 | 0.16 | 330.75 | 0.49 | 0.68 |
| Hex | D5 | 85 | AC | 0 | 26 | 13 | 10 | 14B | 31 | 44 |
| Octal | 325 | 205 | 254 | 0 | 46 | 23 | 20 | 513 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10101100 | 0 | 100110 | 10011 | 10000 | 101001011 | 110001 | 1000100 |
Color Harmonies of #D585AC
Complementary color
Monochromatic Colors of #D585AC
Black with #D585AC
Text Example
Text Example
White with #D585AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585AC; }
p { color: rgb(213,133,172); }
H1.HeaderClassName
{
color: #D585AC;
}
.AnyTagClassName
{
color: #D585AC;
}
</style>
background-color css
<style>
a { background-color: #D585AC; }
a { background-color: rgb(213,133,172); }
div.DivClassName
{
background-color: #D585AC;
}
.BgClassName
{
background-color: #D585AC;
}
</style>
border-color css
<style>
span { border-color: #D585AC; }
span { border-color: rgb(213,133,172); }
td.TdClassName
{
border-color: #D585AC;
}
.TagClassName
{
border-color: #D585AC;
}
</style>