Shades of Kobi #D28DA8
Tints of Kobi #D28DA8
RGB
CMYK
RGB Variations
Color information
#D28DA8 (or 0xD28DA8) is known color: Kobi. HEX triplet: D2, 8D and A8. RGB value is (210,141,168). Sum of RGB (Red+Green+Blue) = 210+141+168=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28DA8 is #2D7257. Grayscale: #A4A4A4. Windows color (decimal): -2978392 or 11046354. OLE color: 11046354.
HSL color Cylindrical-coordinate representation of color #D28DA8: hue angle of 336.52º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DA8 is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 168 | - |
| CMYK | 0 | 0.33 | 0.2 | 0.18 |
| HSL | 336.52º | 0.43% | 0.69% | - |
| HSV(B) | 336.52º | 0.33% | 0.82% | - |
| XYZ | 43.17 | 35.58 | 41.64 | - |
| YUV | 164.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 168 | 0 | 0.33 | 0.2 | 0.18 | 336.52 | 0.43 | 0.69 |
| Hex | D2 | 8D | A8 | 0 | 21 | 14 | 12 | 151 | 2B | 45 |
| Octal | 322 | 215 | 250 | 0 | 41 | 24 | 22 | 521 | 53 | 105 |
| Binary | 11010010 | 10001101 | 10101000 | 0 | 100001 | 10100 | 10010 | 101010001 | 101011 | 1000101 |
Color Harmonies of #D28DA8
Complementary color
Monochromatic Colors of #D28DA8
Black with #D28DA8
Text Example
Text Example
White with #D28DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DA8; }
p { color: rgb(210,141,168); }
H1.HeaderClassName
{
color: #D28DA8;
}
.AnyTagClassName
{
color: #D28DA8;
}
</style>
background-color css
<style>
a { background-color: #D28DA8; }
a { background-color: rgb(210,141,168); }
div.DivClassName
{
background-color: #D28DA8;
}
.BgClassName
{
background-color: #D28DA8;
}
</style>
border-color css
<style>
span { border-color: #D28DA8; }
span { border-color: rgb(210,141,168); }
td.TdClassName
{
border-color: #D28DA8;
}
.TagClassName
{
border-color: #D28DA8;
}
</style>