Shades of Lilac #D28DCB
Tints of Lilac #D28DCB
RGB
CMYK
RGB Variations
Color information
#D28DCB (or 0xD28DCB) is known color: Lilac. HEX triplet: D2, 8D and CB. RGB value is (210,141,203). Sum of RGB (Red+Green+Blue) = 210+141+203=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DCB is #2D7234. Grayscale: #A8A8A8. Windows color (decimal): -2978357 or 13340114. OLE color: 13340114.
HSL color Cylindrical-coordinate representation of color #D28DCB: hue angle of 306.09º 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 #D28DCB is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 203 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.18 |
| HSL | 306.09º | 0.43% | 0.69% | - |
| HSV(B) | 306.09º | 0.33% | 0.82% | - |
| XYZ | 46.88 | 37.06 | 61.18 | - |
| YUV | 168.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 203 | 0 | 0.33 | 0.03 | 0.18 | 306.09 | 0.43 | 0.69 |
| Hex | D2 | 8D | CB | 0 | 21 | 3 | 12 | 132 | 2B | 45 |
| Octal | 322 | 215 | 313 | 0 | 41 | 3 | 22 | 462 | 53 | 105 |
| Binary | 11010010 | 10001101 | 11001011 | 0 | 100001 | 11 | 10010 | 100110010 | 101011 | 1000101 |
Color Harmonies of #D28DCB
Complementary color
Monochromatic Colors of #D28DCB
Black with #D28DCB
Text Example
Text Example
White with #D28DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DCB; }
p { color: rgb(210,141,203); }
H1.HeaderClassName
{
color: #D28DCB;
}
.AnyTagClassName
{
color: #D28DCB;
}
</style>
background-color css
<style>
a { background-color: #D28DCB; }
a { background-color: rgb(210,141,203); }
div.DivClassName
{
background-color: #D28DCB;
}
.BgClassName
{
background-color: #D28DCB;
}
</style>
border-color css
<style>
span { border-color: #D28DCB; }
span { border-color: rgb(210,141,203); }
td.TdClassName
{
border-color: #D28DCB;
}
.TagClassName
{
border-color: #D28DCB;
}
</style>