Shades of Kobi #D984A8
Tints of Kobi #D984A8
RGB
CMYK
RGB Variations
Color information
#D984A8 (or 0xD984A8) is known color: Kobi. HEX triplet: D9, 84 and A8. RGB value is (217,132,168). Sum of RGB (Red+Green+Blue) = 217+132+168=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D984A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D984A8 is #267B57. Grayscale: #A1A1A1. Windows color (decimal): -2521944 or 11044057. OLE color: 11044057.
HSL color Cylindrical-coordinate representation of color #D984A8: hue angle of 334.59º 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 #D984A8 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 168 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.15 |
| HSL | 334.59º | 0.53% | 0.68% | - |
| HSV(B) | 334.59º | 0.39% | 0.85% | - |
| XYZ | 43.93 | 34.08 | 41.31 | - |
| YUV | 161.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 168 | 0 | 0.39 | 0.23 | 0.15 | 334.59 | 0.53 | 0.68 |
| Hex | D9 | 84 | A8 | 0 | 27 | 17 | F | 14F | 35 | 44 |
| Octal | 331 | 204 | 250 | 0 | 47 | 27 | 17 | 517 | 65 | 104 |
| Binary | 11011001 | 10000100 | 10101000 | 0 | 100111 | 10111 | 1111 | 101001111 | 110101 | 1000100 |
Color Harmonies of #D984A8
Complementary color
Monochromatic Colors of #D984A8
Black with #D984A8
Text Example
Text Example
White with #D984A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984A8; }
p { color: rgb(217,132,168); }
H1.HeaderClassName
{
color: #D984A8;
}
.AnyTagClassName
{
color: #D984A8;
}
</style>
background-color css
<style>
a { background-color: #D984A8; }
a { background-color: rgb(217,132,168); }
div.DivClassName
{
background-color: #D984A8;
}
.BgClassName
{
background-color: #D984A8;
}
</style>
border-color css
<style>
span { border-color: #D984A8; }
span { border-color: rgb(217,132,168); }
td.TdClassName
{
border-color: #D984A8;
}
.TagClassName
{
border-color: #D984A8;
}
</style>