Shades of Kobi #D584A8
Tints of Kobi #D584A8
RGB
CMYK
RGB Variations
Color information
#D584A8 (or 0xD584A8) is known color: Kobi. HEX triplet: D5, 84 and A8. RGB value is (213,132,168). Sum of RGB (Red+Green+Blue) = 213+132+168=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D584A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D584A8 is #2A7B57. Grayscale: #A0A0A0. Windows color (decimal): -2784088 or 11044053. OLE color: 11044053.
HSL color Cylindrical-coordinate representation of color #D584A8: hue angle of 333.33º 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 #D584A8 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 168 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.16 |
| HSL | 333.33º | 0.49% | 0.68% | - |
| HSV(B) | 333.33º | 0.38% | 0.84% | - |
| XYZ | 42.76 | 33.48 | 41.25 | - |
| YUV | 160.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 168 | 0 | 0.38 | 0.21 | 0.16 | 333.33 | 0.49 | 0.68 |
| Hex | D5 | 84 | A8 | 0 | 26 | 15 | 10 | 14D | 31 | 44 |
| Octal | 325 | 204 | 250 | 0 | 46 | 25 | 20 | 515 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10101000 | 0 | 100110 | 10101 | 10000 | 101001101 | 110001 | 1000100 |
Color Harmonies of #D584A8
Complementary color
Monochromatic Colors of #D584A8
Black with #D584A8
Text Example
Text Example
White with #D584A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584A8; }
p { color: rgb(213,132,168); }
H1.HeaderClassName
{
color: #D584A8;
}
.AnyTagClassName
{
color: #D584A8;
}
</style>
background-color css
<style>
a { background-color: #D584A8; }
a { background-color: rgb(213,132,168); }
div.DivClassName
{
background-color: #D584A8;
}
.BgClassName
{
background-color: #D584A8;
}
</style>
border-color css
<style>
span { border-color: #D584A8; }
span { border-color: rgb(213,132,168); }
td.TdClassName
{
border-color: #D584A8;
}
.TagClassName
{
border-color: #D584A8;
}
</style>