Shades of Kobi #D584AC
Tints of Kobi #D584AC
RGB
CMYK
RGB Variations
Color information
#D584AC (or 0xD584AC) is known color: Kobi. HEX triplet: D5, 84 and AC. RGB value is (213,132,172). Sum of RGB (Red+Green+Blue) = 213+132+172=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D584AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D584AC is #2A7B53. Grayscale: #A0A0A0. Windows color (decimal): -2784084 or 11306197. OLE color: 11306197.
HSL color Cylindrical-coordinate representation of color #D584AC: hue angle of 330.37º 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 #D584AC is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 172 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.16 |
| HSL | 330.37º | 0.49% | 0.68% | - |
| HSV(B) | 330.37º | 0.38% | 0.84% | - |
| XYZ | 43.14 | 33.63 | 43.25 | - |
| YUV | 160.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 172 | 0 | 0.38 | 0.19 | 0.16 | 330.37 | 0.49 | 0.68 |
| Hex | D5 | 84 | AC | 0 | 26 | 13 | 10 | 14A | 31 | 44 |
| Octal | 325 | 204 | 254 | 0 | 46 | 23 | 20 | 512 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10101100 | 0 | 100110 | 10011 | 10000 | 101001010 | 110001 | 1000100 |
Color Harmonies of #D584AC
Complementary color
Monochromatic Colors of #D584AC
Black with #D584AC
Text Example
Text Example
White with #D584AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584AC; }
p { color: rgb(213,132,172); }
H1.HeaderClassName
{
color: #D584AC;
}
.AnyTagClassName
{
color: #D584AC;
}
</style>
background-color css
<style>
a { background-color: #D584AC; }
a { background-color: rgb(213,132,172); }
div.DivClassName
{
background-color: #D584AC;
}
.BgClassName
{
background-color: #D584AC;
}
</style>
border-color css
<style>
span { border-color: #D584AC; }
span { border-color: rgb(213,132,172); }
td.TdClassName
{
border-color: #D584AC;
}
.TagClassName
{
border-color: #D584AC;
}
</style>