Shades of Kobi #D29DB3
Tints of Kobi #D29DB3
RGB
CMYK
RGB Variations
Color information
#D29DB3 (or 0xD29DB3) is known color: Kobi. HEX triplet: D2, 9D and B3. RGB value is (210,157,179). Sum of RGB (Red+Green+Blue) = 210+157+179=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DB3 is #2D624C. Grayscale: #AFAFAF. Windows color (decimal): -2974285 or 11771346. OLE color: 11771346.
HSL color Cylindrical-coordinate representation of color #D29DB3: hue angle of 335.09º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DB3 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 179 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.18 |
| HSL | 335.09º | 0.37% | 0.72% | - |
| HSV(B) | 335.09º | 0.25% | 0.82% | - |
| XYZ | 46.77 | 41.07 | 48.11 | - |
| YUV | 175.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 179 | 0 | 0.25 | 0.15 | 0.18 | 335.09 | 0.37 | 0.72 |
| Hex | D2 | 9D | B3 | 0 | 19 | F | 12 | 14F | 25 | 48 |
| Octal | 322 | 235 | 263 | 0 | 31 | 17 | 22 | 517 | 45 | 110 |
| Binary | 11010010 | 10011101 | 10110011 | 0 | 11001 | 1111 | 10010 | 101001111 | 100101 | 1001000 |
Color Harmonies of #D29DB3
Complementary color
Monochromatic Colors of #D29DB3
Black with #D29DB3
Text Example
Text Example
White with #D29DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DB3; }
p { color: rgb(210,157,179); }
H1.HeaderClassName
{
color: #D29DB3;
}
.AnyTagClassName
{
color: #D29DB3;
}
</style>
background-color css
<style>
a { background-color: #D29DB3; }
a { background-color: rgb(210,157,179); }
div.DivClassName
{
background-color: #D29DB3;
}
.BgClassName
{
background-color: #D29DB3;
}
</style>
border-color css
<style>
span { border-color: #D29DB3; }
span { border-color: rgb(210,157,179); }
td.TdClassName
{
border-color: #D29DB3;
}
.TagClassName
{
border-color: #D29DB3;
}
</style>