Shades of Kobi #D982B2
Tints of Kobi #D982B2
RGB
CMYK
RGB Variations
Color information
#D982B2 (or 0xD982B2) is known color: Kobi. HEX triplet: D9, 82 and B2. RGB value is (217,130,178). Sum of RGB (Red+Green+Blue) = 217+130+178=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D982B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D982B2 is #267D4D. Grayscale: #A1A1A1. Windows color (decimal): -2522446 or 11698905. OLE color: 11698905.
HSL color Cylindrical-coordinate representation of color #D982B2: hue angle of 326.9º 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 #D982B2 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 178 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.15 |
| HSL | 326.9º | 0.53% | 0.68% | - |
| HSV(B) | 326.9º | 0.4% | 0.85% | - |
| XYZ | 44.63 | 33.93 | 46.32 | - |
| YUV | 161.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 178 | 0 | 0.40 | 0.18 | 0.15 | 326.9 | 0.53 | 0.68 |
| Hex | D9 | 82 | B2 | 0 | 28 | 12 | F | 147 | 35 | 44 |
| Octal | 331 | 202 | 262 | 0 | 50 | 22 | 17 | 507 | 65 | 104 |
| Binary | 11011001 | 10000010 | 10110010 | 0 | 101000 | 10010 | 1111 | 101000111 | 110101 | 1000100 |
Color Harmonies of #D982B2
Complementary color
Monochromatic Colors of #D982B2
Black with #D982B2
Text Example
Text Example
White with #D982B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982B2; }
p { color: rgb(217,130,178); }
H1.HeaderClassName
{
color: #D982B2;
}
.AnyTagClassName
{
color: #D982B2;
}
</style>
background-color css
<style>
a { background-color: #D982B2; }
a { background-color: rgb(217,130,178); }
div.DivClassName
{
background-color: #D982B2;
}
.BgClassName
{
background-color: #D982B2;
}
</style>
border-color css
<style>
span { border-color: #D982B2; }
span { border-color: rgb(217,130,178); }
td.TdClassName
{
border-color: #D982B2;
}
.TagClassName
{
border-color: #D982B2;
}
</style>