Shades of Kobi #D584AB
Tints of Kobi #D584AB
RGB
CMYK
RGB Variations
Color information
#D584AB (or 0xD584AB) is known color: Kobi. HEX triplet: D5, 84 and AB. RGB value is (213,132,171). Sum of RGB (Red+Green+Blue) = 213+132+171=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D584AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D584AB is #2A7B54. Grayscale: #A0A0A0. Windows color (decimal): -2784085 or 11240661. OLE color: 11240661.
HSL color Cylindrical-coordinate representation of color #D584AB: hue angle of 331.11º 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 #D584AB is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 171 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.16 |
| HSL | 331.11º | 0.49% | 0.68% | - |
| HSV(B) | 331.11º | 0.38% | 0.84% | - |
| XYZ | 43.04 | 33.59 | 42.74 | - |
| YUV | 160.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 171 | 0 | 0.38 | 0.20 | 0.16 | 331.11 | 0.49 | 0.68 |
| Hex | D5 | 84 | AB | 0 | 26 | 14 | 10 | 14B | 31 | 44 |
| Octal | 325 | 204 | 253 | 0 | 46 | 24 | 20 | 513 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10101011 | 0 | 100110 | 10100 | 10000 | 101001011 | 110001 | 1000100 |
Color Harmonies of #D584AB
Complementary color
Monochromatic Colors of #D584AB
Black with #D584AB
Text Example
Text Example
White with #D584AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584AB; }
p { color: rgb(213,132,171); }
H1.HeaderClassName
{
color: #D584AB;
}
.AnyTagClassName
{
color: #D584AB;
}
</style>
background-color css
<style>
a { background-color: #D584AB; }
a { background-color: rgb(213,132,171); }
div.DivClassName
{
background-color: #D584AB;
}
.BgClassName
{
background-color: #D584AB;
}
</style>
border-color css
<style>
span { border-color: #D584AB; }
span { border-color: rgb(213,132,171); }
td.TdClassName
{
border-color: #D584AB;
}
.TagClassName
{
border-color: #D584AB;
}
</style>