Shades of Kobi #D984AF
Tints of Kobi #D984AF
RGB
CMYK
RGB Variations
Color information
#D984AF (or 0xD984AF) is known color: Kobi. HEX triplet: D9, 84 and AF. RGB value is (217,132,175). Sum of RGB (Red+Green+Blue) = 217+132+175=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D984AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D984AF is #267B50. Grayscale: #A2A2A2. Windows color (decimal): -2521937 or 11502809. OLE color: 11502809.
HSL color Cylindrical-coordinate representation of color #D984AF: hue angle of 329.65º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D984AF is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 175 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.15 |
| HSL | 329.65º | 0.53% | 0.68% | - |
| HSV(B) | 329.65º | 0.39% | 0.85% | - |
| XYZ | 44.6 | 34.35 | 44.84 | - |
| YUV | 162.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 175 | 0 | 0.39 | 0.19 | 0.15 | 329.65 | 0.53 | 0.68 |
| Hex | D9 | 84 | AF | 0 | 27 | 13 | F | 14A | 35 | 44 |
| Octal | 331 | 204 | 257 | 0 | 47 | 23 | 17 | 512 | 65 | 104 |
| Binary | 11011001 | 10000100 | 10101111 | 0 | 100111 | 10011 | 1111 | 101001010 | 110101 | 1000100 |
Color Harmonies of #D984AF
Complementary color
Monochromatic Colors of #D984AF
Black with #D984AF
Text Example
Text Example
White with #D984AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984AF; }
p { color: rgb(217,132,175); }
H1.HeaderClassName
{
color: #D984AF;
}
.AnyTagClassName
{
color: #D984AF;
}
</style>
background-color css
<style>
a { background-color: #D984AF; }
a { background-color: rgb(217,132,175); }
div.DivClassName
{
background-color: #D984AF;
}
.BgClassName
{
background-color: #D984AF;
}
</style>
border-color css
<style>
span { border-color: #D984AF; }
span { border-color: rgb(217,132,175); }
td.TdClassName
{
border-color: #D984AF;
}
.TagClassName
{
border-color: #D984AF;
}
</style>