Shades of Kobi #D982AC
Tints of Kobi #D982AC
RGB
CMYK
RGB Variations
Color information
#D982AC (or 0xD982AC) is known color: Kobi. HEX triplet: D9, 82 and AC. RGB value is (217,130,172). Sum of RGB (Red+Green+Blue) = 217+130+172=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D982AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D982AC is #267D53. Grayscale: #A0A0A0. Windows color (decimal): -2522452 or 11305689. OLE color: 11305689.
HSL color Cylindrical-coordinate representation of color #D982AC: hue angle of 331.03º 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 #D982AC is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 172 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.15 |
| HSL | 331.03º | 0.53% | 0.68% | - |
| HSV(B) | 331.03º | 0.4% | 0.85% | - |
| XYZ | 44.04 | 33.7 | 43.21 | - |
| YUV | 160.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 172 | 0 | 0.40 | 0.21 | 0.15 | 331.03 | 0.53 | 0.68 |
| Hex | D9 | 82 | AC | 0 | 28 | 15 | F | 14B | 35 | 44 |
| Octal | 331 | 202 | 254 | 0 | 50 | 25 | 17 | 513 | 65 | 104 |
| Binary | 11011001 | 10000010 | 10101100 | 0 | 101000 | 10101 | 1111 | 101001011 | 110101 | 1000100 |
Color Harmonies of #D982AC
Complementary color
Monochromatic Colors of #D982AC
Black with #D982AC
Text Example
Text Example
White with #D982AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982AC; }
p { color: rgb(217,130,172); }
H1.HeaderClassName
{
color: #D982AC;
}
.AnyTagClassName
{
color: #D982AC;
}
</style>
background-color css
<style>
a { background-color: #D982AC; }
a { background-color: rgb(217,130,172); }
div.DivClassName
{
background-color: #D982AC;
}
.BgClassName
{
background-color: #D982AC;
}
</style>
border-color css
<style>
span { border-color: #D982AC; }
span { border-color: rgb(217,130,172); }
td.TdClassName
{
border-color: #D982AC;
}
.TagClassName
{
border-color: #D982AC;
}
</style>