Shades of Lilac #D28BCB
Tints of Lilac #D28BCB
RGB
CMYK
RGB Variations
Color information
#D28BCB (or 0xD28BCB) is known color: Lilac. HEX triplet: D2, 8B and CB. RGB value is (210,139,203). Sum of RGB (Red+Green+Blue) = 210+139+203=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BCB is #2D7434. Grayscale: #A7A7A7. Windows color (decimal): -2978869 or 13339602. OLE color: 13339602.
HSL color Cylindrical-coordinate representation of color #D28BCB: hue angle of 305.92º 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 #D28BCB is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 203 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.18 |
| HSL | 305.92º | 0.44% | 0.68% | - |
| HSV(B) | 305.92º | 0.34% | 0.82% | - |
| XYZ | 46.59 | 36.48 | 61.09 | - |
| YUV | 167.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 203 | 0 | 0.34 | 0.03 | 0.18 | 305.92 | 0.44 | 0.68 |
| Hex | D2 | 8B | CB | 0 | 22 | 3 | 12 | 132 | 2C | 44 |
| Octal | 322 | 213 | 313 | 0 | 42 | 3 | 22 | 462 | 54 | 104 |
| Binary | 11010010 | 10001011 | 11001011 | 0 | 100010 | 11 | 10010 | 100110010 | 101100 | 1000100 |
Color Harmonies of #D28BCB
Complementary color
Monochromatic Colors of #D28BCB
Black with #D28BCB
Text Example
Text Example
White with #D28BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BCB; }
p { color: rgb(210,139,203); }
H1.HeaderClassName
{
color: #D28BCB;
}
.AnyTagClassName
{
color: #D28BCB;
}
</style>
background-color css
<style>
a { background-color: #D28BCB; }
a { background-color: rgb(210,139,203); }
div.DivClassName
{
background-color: #D28BCB;
}
.BgClassName
{
background-color: #D28BCB;
}
</style>
border-color css
<style>
span { border-color: #D28BCB; }
span { border-color: rgb(210,139,203); }
td.TdClassName
{
border-color: #D28BCB;
}
.TagClassName
{
border-color: #D28BCB;
}
</style>