Shades of Lilac #D28BCE
Tints of Lilac #D28BCE
RGB
CMYK
RGB Variations
Color information
#D28BCE (or 0xD28BCE) is known color: Lilac. HEX triplet: D2, 8B and CE. RGB value is (210,139,206). Sum of RGB (Red+Green+Blue) = 210+139+206=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BCE is #2D7431. Grayscale: #A7A7A7. Windows color (decimal): -2978866 or 13536210. OLE color: 13536210.
HSL color Cylindrical-coordinate representation of color #D28BCE: hue angle of 303.38º 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 #D28BCE is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 206 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.18 |
| HSL | 303.38º | 0.44% | 0.68% | - |
| HSV(B) | 303.38º | 0.34% | 0.82% | - |
| XYZ | 46.95 | 36.62 | 62.99 | - |
| YUV | 167.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 206 | 0 | 0.34 | 0.02 | 0.18 | 303.38 | 0.44 | 0.68 |
| Hex | D2 | 8B | CE | 0 | 22 | 2 | 12 | 12F | 2C | 44 |
| Octal | 322 | 213 | 316 | 0 | 42 | 2 | 22 | 457 | 54 | 104 |
| Binary | 11010010 | 10001011 | 11001110 | 0 | 100010 | 10 | 10010 | 100101111 | 101100 | 1000100 |
Color Harmonies of #D28BCE
Complementary color
Monochromatic Colors of #D28BCE
Black with #D28BCE
Text Example
Text Example
White with #D28BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BCE; }
p { color: rgb(210,139,206); }
H1.HeaderClassName
{
color: #D28BCE;
}
.AnyTagClassName
{
color: #D28BCE;
}
</style>
background-color css
<style>
a { background-color: #D28BCE; }
a { background-color: rgb(210,139,206); }
div.DivClassName
{
background-color: #D28BCE;
}
.BgClassName
{
background-color: #D28BCE;
}
</style>
border-color css
<style>
span { border-color: #D28BCE; }
span { border-color: rgb(210,139,206); }
td.TdClassName
{
border-color: #D28BCE;
}
.TagClassName
{
border-color: #D28BCE;
}
</style>