Shades of Kobi #D585AE
Tints of Kobi #D585AE
RGB
CMYK
RGB Variations
Color information
#D585AE (or 0xD585AE) is known color: Kobi. HEX triplet: D5, 85 and AE. RGB value is (213,133,174). Sum of RGB (Red+Green+Blue) = 213+133+174=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D585AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D585AE is #2A7A51. Grayscale: #A1A1A1. Windows color (decimal): -2783826 or 11437525. OLE color: 11437525.
HSL color Cylindrical-coordinate representation of color #D585AE: hue angle of 329.25º 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 #D585AE is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 174 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.16 |
| HSL | 329.25º | 0.49% | 0.68% | - |
| HSV(B) | 329.25º | 0.38% | 0.84% | - |
| XYZ | 43.47 | 33.98 | 44.31 | - |
| YUV | 161.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 174 | 0 | 0.38 | 0.18 | 0.16 | 329.25 | 0.49 | 0.68 |
| Hex | D5 | 85 | AE | 0 | 26 | 12 | 10 | 149 | 31 | 44 |
| Octal | 325 | 205 | 256 | 0 | 46 | 22 | 20 | 511 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10101110 | 0 | 100110 | 10010 | 10000 | 101001001 | 110001 | 1000100 |
Color Harmonies of #D585AE
Complementary color
Monochromatic Colors of #D585AE
Black with #D585AE
Text Example
Text Example
White with #D585AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585AE; }
p { color: rgb(213,133,174); }
H1.HeaderClassName
{
color: #D585AE;
}
.AnyTagClassName
{
color: #D585AE;
}
</style>
background-color css
<style>
a { background-color: #D585AE; }
a { background-color: rgb(213,133,174); }
div.DivClassName
{
background-color: #D585AE;
}
.BgClassName
{
background-color: #D585AE;
}
</style>
border-color css
<style>
span { border-color: #D585AE; }
span { border-color: rgb(213,133,174); }
td.TdClassName
{
border-color: #D585AE;
}
.TagClassName
{
border-color: #D585AE;
}
</style>