Shades of Lilac #D28CCD
Tints of Lilac #D28CCD
RGB
CMYK
RGB Variations
Color information
#D28CCD (or 0xD28CCD) is known color: Lilac. HEX triplet: D2, 8C and CD. RGB value is (210,140,205). Sum of RGB (Red+Green+Blue) = 210+140+205=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CCD is #2D7332. Grayscale: #A8A8A8. Windows color (decimal): -2978611 or 13470930. OLE color: 13470930.
HSL color Cylindrical-coordinate representation of color #D28CCD: hue angle of 304.29º degrees, saturation: 0.44, 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 #D28CCD is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 205 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.18 |
| HSL | 304.29º | 0.44% | 0.69% | - |
| HSV(B) | 304.29º | 0.33% | 0.82% | - |
| XYZ | 46.98 | 36.87 | 62.4 | - |
| YUV | 168.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 205 | 0 | 0.33 | 0.02 | 0.18 | 304.29 | 0.44 | 0.69 |
| Hex | D2 | 8C | CD | 0 | 21 | 2 | 12 | 130 | 2C | 45 |
| Octal | 322 | 214 | 315 | 0 | 41 | 2 | 22 | 460 | 54 | 105 |
| Binary | 11010010 | 10001100 | 11001101 | 0 | 100001 | 10 | 10010 | 100110000 | 101100 | 1000101 |
Color Harmonies of #D28CCD
Complementary color
Monochromatic Colors of #D28CCD
Black with #D28CCD
Text Example
Text Example
White with #D28CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CCD; }
p { color: rgb(210,140,205); }
H1.HeaderClassName
{
color: #D28CCD;
}
.AnyTagClassName
{
color: #D28CCD;
}
</style>
background-color css
<style>
a { background-color: #D28CCD; }
a { background-color: rgb(210,140,205); }
div.DivClassName
{
background-color: #D28CCD;
}
.BgClassName
{
background-color: #D28CCD;
}
</style>
border-color css
<style>
span { border-color: #D28CCD; }
span { border-color: rgb(210,140,205); }
td.TdClassName
{
border-color: #D28CCD;
}
.TagClassName
{
border-color: #D28CCD;
}
</style>