Shades of Kobi #D291B1
Tints of Kobi #D291B1
RGB
CMYK
RGB Variations
Color information
#D291B1 (or 0xD291B1) is known color: Kobi. HEX triplet: D2, 91 and B1. RGB value is (210,145,177). Sum of RGB (Red+Green+Blue) = 210+145+177=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D291B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D291B1 is #2D6E4E. Grayscale: #A8A8A8. Windows color (decimal): -2977359 or 11637202. OLE color: 11637202.
HSL color Cylindrical-coordinate representation of color #D291B1: hue angle of 330.46º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291B1 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 177 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.18 |
| HSL | 330.46º | 0.42% | 0.7% | - |
| HSV(B) | 330.46º | 0.31% | 0.82% | - |
| XYZ | 44.64 | 37.13 | 46.41 | - |
| YUV | 168.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 177 | 0 | 0.31 | 0.16 | 0.18 | 330.46 | 0.42 | 0.7 |
| Hex | D2 | 91 | B1 | 0 | 1F | 10 | 12 | 14A | 2A | 46 |
| Octal | 322 | 221 | 261 | 0 | 37 | 20 | 22 | 512 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10110001 | 0 | 11111 | 10000 | 10010 | 101001010 | 101010 | 1000110 |
Color Harmonies of #D291B1
Complementary color
Monochromatic Colors of #D291B1
Black with #D291B1
Text Example
Text Example
White with #D291B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291B1; }
p { color: rgb(210,145,177); }
H1.HeaderClassName
{
color: #D291B1;
}
.AnyTagClassName
{
color: #D291B1;
}
</style>
background-color css
<style>
a { background-color: #D291B1; }
a { background-color: rgb(210,145,177); }
div.DivClassName
{
background-color: #D291B1;
}
.BgClassName
{
background-color: #D291B1;
}
</style>
border-color css
<style>
span { border-color: #D291B1; }
span { border-color: rgb(210,145,177); }
td.TdClassName
{
border-color: #D291B1;
}
.TagClassName
{
border-color: #D291B1;
}
</style>