Shades of Kobi #D982B3
Tints of Kobi #D982B3
RGB
CMYK
RGB Variations
Color information
#D982B3 (or 0xD982B3) is known color: Kobi. HEX triplet: D9, 82 and B3. RGB value is (217,130,179). Sum of RGB (Red+Green+Blue) = 217+130+179=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D982B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982B3 is #267D4C. Grayscale: #A1A1A1. Windows color (decimal): -2522445 or 11764441. OLE color: 11764441.
HSL color Cylindrical-coordinate representation of color #D982B3: hue angle of 326.21º 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 #D982B3 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 179 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.15 |
| HSL | 326.21º | 0.53% | 0.68% | - |
| HSV(B) | 326.21º | 0.4% | 0.85% | - |
| XYZ | 44.73 | 33.97 | 46.85 | - |
| YUV | 161.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 179 | 0 | 0.40 | 0.18 | 0.15 | 326.21 | 0.53 | 0.68 |
| Hex | D9 | 82 | B3 | 0 | 28 | 12 | F | 146 | 35 | 44 |
| Octal | 331 | 202 | 263 | 0 | 50 | 22 | 17 | 506 | 65 | 104 |
| Binary | 11011001 | 10000010 | 10110011 | 0 | 101000 | 10010 | 1111 | 101000110 | 110101 | 1000100 |
Color Harmonies of #D982B3
Complementary color
Monochromatic Colors of #D982B3
Black with #D982B3
Text Example
Text Example
White with #D982B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982B3; }
p { color: rgb(217,130,179); }
H1.HeaderClassName
{
color: #D982B3;
}
.AnyTagClassName
{
color: #D982B3;
}
</style>
background-color css
<style>
a { background-color: #D982B3; }
a { background-color: rgb(217,130,179); }
div.DivClassName
{
background-color: #D982B3;
}
.BgClassName
{
background-color: #D982B3;
}
</style>
border-color css
<style>
span { border-color: #D982B3; }
span { border-color: rgb(217,130,179); }
td.TdClassName
{
border-color: #D982B3;
}
.TagClassName
{
border-color: #D982B3;
}
</style>