Shades of Kobi #D980B0
Tints of Kobi #D980B0
RGB
CMYK
RGB Variations
Color information
#D980B0 (or 0xD980B0) is known color: Kobi. HEX triplet: D9, 80 and B0. RGB value is (217,128,176). Sum of RGB (Red+Green+Blue) = 217+128+176=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D980B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D980B0 is #267F4F. Grayscale: #9F9F9F. Windows color (decimal): -2522960 or 11567321. OLE color: 11567321.
HSL color Cylindrical-coordinate representation of color #D980B0: hue angle of 327.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D980B0 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 176 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.15 |
| HSL | 327.64º | 0.54% | 0.68% | - |
| HSV(B) | 327.64º | 0.41% | 0.85% | - |
| XYZ | 44.17 | 33.32 | 45.18 | - |
| YUV | 160.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 176 | 0 | 0.41 | 0.19 | 0.15 | 327.64 | 0.54 | 0.68 |
| Hex | D9 | 80 | B0 | 0 | 29 | 13 | F | 148 | 36 | 44 |
| Octal | 331 | 200 | 260 | 0 | 51 | 23 | 17 | 510 | 66 | 104 |
| Binary | 11011001 | 10000000 | 10110000 | 0 | 101001 | 10011 | 1111 | 101001000 | 110110 | 1000100 |
Color Harmonies of #D980B0
Complementary color
Monochromatic Colors of #D980B0
Black with #D980B0
Text Example
Text Example
White with #D980B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D980B0; }
p { color: rgb(217,128,176); }
H1.HeaderClassName
{
color: #D980B0;
}
.AnyTagClassName
{
color: #D980B0;
}
</style>
background-color css
<style>
a { background-color: #D980B0; }
a { background-color: rgb(217,128,176); }
div.DivClassName
{
background-color: #D980B0;
}
.BgClassName
{
background-color: #D980B0;
}
</style>
border-color css
<style>
span { border-color: #D980B0; }
span { border-color: rgb(217,128,176); }
td.TdClassName
{
border-color: #D980B0;
}
.TagClassName
{
border-color: #D980B0;
}
</style>