Shades of Kobi #D584AF
Tints of Kobi #D584AF
RGB
CMYK
RGB Variations
Color information
#D584AF (or 0xD584AF) is known color: Kobi. HEX triplet: D5, 84 and AF. RGB value is (213,132,175). Sum of RGB (Red+Green+Blue) = 213+132+175=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D584AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D584AF is #2A7B50. Grayscale: #A1A1A1. Windows color (decimal): -2784081 or 11502805. OLE color: 11502805.
HSL color Cylindrical-coordinate representation of color #D584AF: hue angle of 328.15º 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 #D584AF is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 175 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.16 |
| HSL | 328.15º | 0.49% | 0.68% | - |
| HSV(B) | 328.15º | 0.38% | 0.84% | - |
| XYZ | 43.43 | 33.74 | 44.78 | - |
| YUV | 161.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 175 | 0 | 0.38 | 0.18 | 0.16 | 328.15 | 0.49 | 0.68 |
| Hex | D5 | 84 | AF | 0 | 26 | 12 | 10 | 148 | 31 | 44 |
| Octal | 325 | 204 | 257 | 0 | 46 | 22 | 20 | 510 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10101111 | 0 | 100110 | 10010 | 10000 | 101001000 | 110001 | 1000100 |
Color Harmonies of #D584AF
Complementary color
Monochromatic Colors of #D584AF
Black with #D584AF
Text Example
Text Example
White with #D584AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584AF; }
p { color: rgb(213,132,175); }
H1.HeaderClassName
{
color: #D584AF;
}
.AnyTagClassName
{
color: #D584AF;
}
</style>
background-color css
<style>
a { background-color: #D584AF; }
a { background-color: rgb(213,132,175); }
div.DivClassName
{
background-color: #D584AF;
}
.BgClassName
{
background-color: #D584AF;
}
</style>
border-color css
<style>
span { border-color: #D584AF; }
span { border-color: rgb(213,132,175); }
td.TdClassName
{
border-color: #D584AF;
}
.TagClassName
{
border-color: #D584AF;
}
</style>