Shades of Kobi #D28EA9
Tints of Kobi #D28EA9
RGB
CMYK
RGB Variations
Color information
#D28EA9 (or 0xD28EA9) is known color: Kobi. HEX triplet: D2, 8E and A9. RGB value is (210,142,169). Sum of RGB (Red+Green+Blue) = 210+142+169=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D28EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28EA9 is #2D7156. Grayscale: #A5A5A5. Windows color (decimal): -2978135 or 11112146. OLE color: 11112146.
HSL color Cylindrical-coordinate representation of color #D28EA9: hue angle of 336.18º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28EA9 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 169 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.18 |
| HSL | 336.18º | 0.43% | 0.69% | - |
| HSV(B) | 336.18º | 0.32% | 0.82% | - |
| XYZ | 43.41 | 35.91 | 42.18 | - |
| YUV | 165.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 169 | 0 | 0.32 | 0.20 | 0.18 | 336.18 | 0.43 | 0.69 |
| Hex | D2 | 8E | A9 | 0 | 20 | 14 | 12 | 150 | 2B | 45 |
| Octal | 322 | 216 | 251 | 0 | 40 | 24 | 22 | 520 | 53 | 105 |
| Binary | 11010010 | 10001110 | 10101001 | 0 | 100000 | 10100 | 10010 | 101010000 | 101011 | 1000101 |
Color Harmonies of #D28EA9
Complementary color
Monochromatic Colors of #D28EA9
Black with #D28EA9
Text Example
Text Example
White with #D28EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28EA9; }
p { color: rgb(210,142,169); }
H1.HeaderClassName
{
color: #D28EA9;
}
.AnyTagClassName
{
color: #D28EA9;
}
</style>
background-color css
<style>
a { background-color: #D28EA9; }
a { background-color: rgb(210,142,169); }
div.DivClassName
{
background-color: #D28EA9;
}
.BgClassName
{
background-color: #D28EA9;
}
</style>
border-color css
<style>
span { border-color: #D28EA9; }
span { border-color: rgb(210,142,169); }
td.TdClassName
{
border-color: #D28EA9;
}
.TagClassName
{
border-color: #D28EA9;
}
</style>