Shades of Kobi #D28AB1
Tints of Kobi #D28AB1
RGB
CMYK
RGB Variations
Color information
#D28AB1 (or 0xD28AB1) is known color: Kobi. HEX triplet: D2, 8A and B1. RGB value is (210,138,177). Sum of RGB (Red+Green+Blue) = 210+138+177=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28AB1 is #2D754E. Grayscale: #A3A3A3. Windows color (decimal): -2979151 or 11635410. OLE color: 11635410.
HSL color Cylindrical-coordinate representation of color #D28AB1: hue angle of 327.5º 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 #D28AB1 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 177 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.18 |
| HSL | 327.5º | 0.44% | 0.68% | - |
| HSV(B) | 327.5º | 0.34% | 0.82% | - |
| XYZ | 43.6 | 35.05 | 46.06 | - |
| YUV | 163.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 177 | 0 | 0.34 | 0.16 | 0.18 | 327.5 | 0.44 | 0.68 |
| Hex | D2 | 8A | B1 | 0 | 22 | 10 | 12 | 148 | 2C | 44 |
| Octal | 322 | 212 | 261 | 0 | 42 | 20 | 22 | 510 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10110001 | 0 | 100010 | 10000 | 10010 | 101001000 | 101100 | 1000100 |
Color Harmonies of #D28AB1
Complementary color
Monochromatic Colors of #D28AB1
Black with #D28AB1
Text Example
Text Example
White with #D28AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AB1; }
p { color: rgb(210,138,177); }
H1.HeaderClassName
{
color: #D28AB1;
}
.AnyTagClassName
{
color: #D28AB1;
}
</style>
background-color css
<style>
a { background-color: #D28AB1; }
a { background-color: rgb(210,138,177); }
div.DivClassName
{
background-color: #D28AB1;
}
.BgClassName
{
background-color: #D28AB1;
}
</style>
border-color css
<style>
span { border-color: #D28AB1; }
span { border-color: rgb(210,138,177); }
td.TdClassName
{
border-color: #D28AB1;
}
.TagClassName
{
border-color: #D28AB1;
}
</style>