Shades of Kobi #D28BA8
Tints of Kobi #D28BA8
RGB
CMYK
RGB Variations
Color information
#D28BA8 (or 0xD28BA8) is known color: Kobi. HEX triplet: D2, 8B and A8. RGB value is (210,139,168). Sum of RGB (Red+Green+Blue) = 210+139+168=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28BA8 is #2D7457. Grayscale: #A3A3A3. Windows color (decimal): -2978904 or 11045842. OLE color: 11045842.
HSL color Cylindrical-coordinate representation of color #D28BA8: hue angle of 335.49º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28BA8 is Cyan = 0, Magento = 0.34, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 168 | - |
| CMYK | 0 | 0.34 | 0.2 | 0.18 |
| HSL | 335.49º | 0.44% | 0.68% | - |
| HSV(B) | 335.49º | 0.34% | 0.82% | - |
| XYZ | 42.88 | 34.99 | 41.54 | - |
| YUV | 163.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 168 | 0 | 0.34 | 0.2 | 0.18 | 335.49 | 0.44 | 0.68 |
| Hex | D2 | 8B | A8 | 0 | 22 | 14 | 12 | 14F | 2C | 44 |
| Octal | 322 | 213 | 250 | 0 | 42 | 24 | 22 | 517 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10101000 | 0 | 100010 | 10100 | 10010 | 101001111 | 101100 | 1000100 |
Color Harmonies of #D28BA8
Complementary color
Monochromatic Colors of #D28BA8
Black with #D28BA8
Text Example
Text Example
White with #D28BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BA8; }
p { color: rgb(210,139,168); }
H1.HeaderClassName
{
color: #D28BA8;
}
.AnyTagClassName
{
color: #D28BA8;
}
</style>
background-color css
<style>
a { background-color: #D28BA8; }
a { background-color: rgb(210,139,168); }
div.DivClassName
{
background-color: #D28BA8;
}
.BgClassName
{
background-color: #D28BA8;
}
</style>
border-color css
<style>
span { border-color: #D28BA8; }
span { border-color: rgb(210,139,168); }
td.TdClassName
{
border-color: #D28BA8;
}
.TagClassName
{
border-color: #D28BA8;
}
</style>