Shades of Kobi #D881B0
Tints of Kobi #D881B0
RGB
CMYK
RGB Variations
Color information
#D881B0 (or 0xD881B0) is known color: Kobi. HEX triplet: D8, 81 and B0. RGB value is (216,129,176). Sum of RGB (Red+Green+Blue) = 216+129+176=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D881B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D881B0 is #277E4F. Grayscale: #A0A0A0. Windows color (decimal): -2588240 or 11567576. OLE color: 11567576.
HSL color Cylindrical-coordinate representation of color #D881B0: hue angle of 327.59º 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 #D881B0 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 176 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.15 |
| HSL | 327.59º | 0.53% | 0.68% | - |
| HSV(B) | 327.59º | 0.4% | 0.85% | - |
| XYZ | 44.01 | 33.43 | 45.21 | - |
| YUV | 160.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 176 | 0 | 0.40 | 0.19 | 0.15 | 327.59 | 0.53 | 0.68 |
| Hex | D8 | 81 | B0 | 0 | 28 | 13 | F | 148 | 35 | 44 |
| Octal | 330 | 201 | 260 | 0 | 50 | 23 | 17 | 510 | 65 | 104 |
| Binary | 11011000 | 10000001 | 10110000 | 0 | 101000 | 10011 | 1111 | 101001000 | 110101 | 1000100 |
Color Harmonies of #D881B0
Complementary color
Monochromatic Colors of #D881B0
Black with #D881B0
Text Example
Text Example
White with #D881B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881B0; }
p { color: rgb(216,129,176); }
H1.HeaderClassName
{
color: #D881B0;
}
.AnyTagClassName
{
color: #D881B0;
}
</style>
background-color css
<style>
a { background-color: #D881B0; }
a { background-color: rgb(216,129,176); }
div.DivClassName
{
background-color: #D881B0;
}
.BgClassName
{
background-color: #D881B0;
}
</style>
border-color css
<style>
span { border-color: #D881B0; }
span { border-color: rgb(216,129,176); }
td.TdClassName
{
border-color: #D881B0;
}
.TagClassName
{
border-color: #D881B0;
}
</style>