Shades of Kobi #D983A8
Tints of Kobi #D983A8
RGB
CMYK
RGB Variations
Color information
#D983A8 (or 0xD983A8) is known color: Kobi. HEX triplet: D9, 83 and A8. RGB value is (217,131,168). Sum of RGB (Red+Green+Blue) = 217+131+168=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D983A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D983A8 is #267C57. Grayscale: #A0A0A0. Windows color (decimal): -2522200 or 11043801. OLE color: 11043801.
HSL color Cylindrical-coordinate representation of color #D983A8: hue angle of 334.19º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983A8 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 168 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.15 |
| HSL | 334.19º | 0.53% | 0.68% | - |
| HSV(B) | 334.19º | 0.4% | 0.85% | - |
| XYZ | 43.8 | 33.81 | 41.26 | - |
| YUV | 160.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 168 | 0 | 0.40 | 0.23 | 0.15 | 334.19 | 0.53 | 0.68 |
| Hex | D9 | 83 | A8 | 0 | 28 | 17 | F | 14E | 35 | 44 |
| Octal | 331 | 203 | 250 | 0 | 50 | 27 | 17 | 516 | 65 | 104 |
| Binary | 11011001 | 10000011 | 10101000 | 0 | 101000 | 10111 | 1111 | 101001110 | 110101 | 1000100 |
Color Harmonies of #D983A8
Complementary color
Monochromatic Colors of #D983A8
Black with #D983A8
Text Example
Text Example
White with #D983A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D983A8; }
p { color: rgb(217,131,168); }
H1.HeaderClassName
{
color: #D983A8;
}
.AnyTagClassName
{
color: #D983A8;
}
</style>
background-color css
<style>
a { background-color: #D983A8; }
a { background-color: rgb(217,131,168); }
div.DivClassName
{
background-color: #D983A8;
}
.BgClassName
{
background-color: #D983A8;
}
</style>
border-color css
<style>
span { border-color: #D983A8; }
span { border-color: rgb(217,131,168); }
td.TdClassName
{
border-color: #D983A8;
}
.TagClassName
{
border-color: #D983A8;
}
</style>