Shades of Kobi #D982AB
Tints of Kobi #D982AB
RGB
CMYK
RGB Variations
Color information
#D982AB (or 0xD982AB) is known color: Kobi. HEX triplet: D9, 82 and AB. RGB value is (217,130,171). Sum of RGB (Red+Green+Blue) = 217+130+171=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D982AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D982AB is #267D54. Grayscale: #A0A0A0. Windows color (decimal): -2522453 or 11240153. OLE color: 11240153.
HSL color Cylindrical-coordinate representation of color #D982AB: hue angle of 331.72º 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 #D982AB is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 171 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.15 |
| HSL | 331.72º | 0.53% | 0.68% | - |
| HSV(B) | 331.72º | 0.4% | 0.85% | - |
| XYZ | 43.95 | 33.66 | 42.71 | - |
| YUV | 160.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 171 | 0 | 0.40 | 0.21 | 0.15 | 331.72 | 0.53 | 0.68 |
| Hex | D9 | 82 | AB | 0 | 28 | 15 | F | 14C | 35 | 44 |
| Octal | 331 | 202 | 253 | 0 | 50 | 25 | 17 | 514 | 65 | 104 |
| Binary | 11011001 | 10000010 | 10101011 | 0 | 101000 | 10101 | 1111 | 101001100 | 110101 | 1000100 |
Color Harmonies of #D982AB
Complementary color
Monochromatic Colors of #D982AB
Black with #D982AB
Text Example
Text Example
White with #D982AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982AB; }
p { color: rgb(217,130,171); }
H1.HeaderClassName
{
color: #D982AB;
}
.AnyTagClassName
{
color: #D982AB;
}
</style>
background-color css
<style>
a { background-color: #D982AB; }
a { background-color: rgb(217,130,171); }
div.DivClassName
{
background-color: #D982AB;
}
.BgClassName
{
background-color: #D982AB;
}
</style>
border-color css
<style>
span { border-color: #D982AB; }
span { border-color: rgb(217,130,171); }
td.TdClassName
{
border-color: #D982AB;
}
.TagClassName
{
border-color: #D982AB;
}
</style>