Shades of Kobi #D982AD
Tints of Kobi #D982AD
RGB
CMYK
RGB Variations
Color information
#D982AD (or 0xD982AD) is known color: Kobi. HEX triplet: D9, 82 and AD. RGB value is (217,130,173). Sum of RGB (Red+Green+Blue) = 217+130+173=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D982AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D982AD is #267D52. Grayscale: #A0A0A0. Windows color (decimal): -2522451 or 11371225. OLE color: 11371225.
HSL color Cylindrical-coordinate representation of color #D982AD: hue angle of 330.34º 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 #D982AD is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 173 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.15 |
| HSL | 330.34º | 0.53% | 0.68% | - |
| HSV(B) | 330.34º | 0.4% | 0.85% | - |
| XYZ | 44.14 | 33.73 | 43.72 | - |
| YUV | 160.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 173 | 0 | 0.40 | 0.20 | 0.15 | 330.34 | 0.53 | 0.68 |
| Hex | D9 | 82 | AD | 0 | 28 | 14 | F | 14A | 35 | 44 |
| Octal | 331 | 202 | 255 | 0 | 50 | 24 | 17 | 512 | 65 | 104 |
| Binary | 11011001 | 10000010 | 10101101 | 0 | 101000 | 10100 | 1111 | 101001010 | 110101 | 1000100 |
Color Harmonies of #D982AD
Complementary color
Monochromatic Colors of #D982AD
Black with #D982AD
Text Example
Text Example
White with #D982AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982AD; }
p { color: rgb(217,130,173); }
H1.HeaderClassName
{
color: #D982AD;
}
.AnyTagClassName
{
color: #D982AD;
}
</style>
background-color css
<style>
a { background-color: #D982AD; }
a { background-color: rgb(217,130,173); }
div.DivClassName
{
background-color: #D982AD;
}
.BgClassName
{
background-color: #D982AD;
}
</style>
border-color css
<style>
span { border-color: #D982AD; }
span { border-color: rgb(217,130,173); }
td.TdClassName
{
border-color: #D982AD;
}
.TagClassName
{
border-color: #D982AD;
}
</style>