Shades of Kobi #D29FB2
Tints of Kobi #D29FB2
RGB
CMYK
RGB Variations
Color information
#D29FB2 (or 0xD29FB2) is known color: Kobi. HEX triplet: D2, 9F and B2. RGB value is (210,159,178). Sum of RGB (Red+Green+Blue) = 210+159+178=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29FB2 is #2D604D. Grayscale: #B0B0B0. Windows color (decimal): -2973774 or 11706322. OLE color: 11706322.
HSL color Cylindrical-coordinate representation of color #D29FB2: hue angle of 337.65º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FB2 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 178 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.18 |
| HSL | 337.65º | 0.36% | 0.72% | - |
| HSV(B) | 337.65º | 0.24% | 0.82% | - |
| XYZ | 47.01 | 41.71 | 47.69 | - |
| YUV | 176.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 178 | 0 | 0.24 | 0.15 | 0.18 | 337.65 | 0.36 | 0.72 |
| Hex | D2 | 9F | B2 | 0 | 18 | F | 12 | 152 | 24 | 48 |
| Octal | 322 | 237 | 262 | 0 | 30 | 17 | 22 | 522 | 44 | 110 |
| Binary | 11010010 | 10011111 | 10110010 | 0 | 11000 | 1111 | 10010 | 101010010 | 100100 | 1001000 |
Color Harmonies of #D29FB2
Complementary color
Monochromatic Colors of #D29FB2
Black with #D29FB2
Text Example
Text Example
White with #D29FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FB2; }
p { color: rgb(210,159,178); }
H1.HeaderClassName
{
color: #D29FB2;
}
.AnyTagClassName
{
color: #D29FB2;
}
</style>
background-color css
<style>
a { background-color: #D29FB2; }
a { background-color: rgb(210,159,178); }
div.DivClassName
{
background-color: #D29FB2;
}
.BgClassName
{
background-color: #D29FB2;
}
</style>
border-color css
<style>
span { border-color: #D29FB2; }
span { border-color: rgb(210,159,178); }
td.TdClassName
{
border-color: #D29FB2;
}
.TagClassName
{
border-color: #D29FB2;
}
</style>