Shades of Lilac #D28DCF
Tints of Lilac #D28DCF
RGB
CMYK
RGB Variations
Color information
#D28DCF (or 0xD28DCF) is known color: Lilac. HEX triplet: D2, 8D and CF. RGB value is (210,141,207). Sum of RGB (Red+Green+Blue) = 210+141+207=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DCF is #2D7230. Grayscale: #A8A8A8. Windows color (decimal): -2978353 or 13602258. OLE color: 13602258.
HSL color Cylindrical-coordinate representation of color #D28DCF: hue angle of 302.61º 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 #D28DCF is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 207 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.18 |
| HSL | 302.61º | 0.43% | 0.69% | - |
| HSV(B) | 302.61º | 0.33% | 0.82% | - |
| XYZ | 47.37 | 37.26 | 63.73 | - |
| YUV | 169.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 207 | 0 | 0.33 | 0.01 | 0.18 | 302.61 | 0.43 | 0.69 |
| Hex | D2 | 8D | CF | 0 | 21 | 1 | 12 | 12F | 2B | 45 |
| Octal | 322 | 215 | 317 | 0 | 41 | 1 | 22 | 457 | 53 | 105 |
| Binary | 11010010 | 10001101 | 11001111 | 0 | 100001 | 1 | 10010 | 100101111 | 101011 | 1000101 |
Color Harmonies of #D28DCF
Complementary color
Monochromatic Colors of #D28DCF
Black with #D28DCF
Text Example
Text Example
White with #D28DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DCF; }
p { color: rgb(210,141,207); }
H1.HeaderClassName
{
color: #D28DCF;
}
.AnyTagClassName
{
color: #D28DCF;
}
</style>
background-color css
<style>
a { background-color: #D28DCF; }
a { background-color: rgb(210,141,207); }
div.DivClassName
{
background-color: #D28DCF;
}
.BgClassName
{
background-color: #D28DCF;
}
</style>
border-color css
<style>
span { border-color: #D28DCF; }
span { border-color: rgb(210,141,207); }
td.TdClassName
{
border-color: #D28DCF;
}
.TagClassName
{
border-color: #D28DCF;
}
</style>