Shades of Lilac #D28CCC
Tints of Lilac #D28CCC
RGB
CMYK
RGB Variations
Color information
#D28CCC (or 0xD28CCC) is known color: Lilac. HEX triplet: D2, 8C and CC. RGB value is (210,140,204). Sum of RGB (Red+Green+Blue) = 210+140+204=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CCC is #2D7333. Grayscale: #A8A8A8. Windows color (decimal): -2978612 or 13405394. OLE color: 13405394.
HSL color Cylindrical-coordinate representation of color #D28CCC: hue angle of 305.14º 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 #D28CCC is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 204 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.18 |
| HSL | 305.14º | 0.44% | 0.69% | - |
| HSV(B) | 305.14º | 0.33% | 0.82% | - |
| XYZ | 46.86 | 36.82 | 61.76 | - |
| YUV | 168.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 204 | 0 | 0.33 | 0.03 | 0.18 | 305.14 | 0.44 | 0.69 |
| Hex | D2 | 8C | CC | 0 | 21 | 3 | 12 | 131 | 2C | 45 |
| Octal | 322 | 214 | 314 | 0 | 41 | 3 | 22 | 461 | 54 | 105 |
| Binary | 11010010 | 10001100 | 11001100 | 0 | 100001 | 11 | 10010 | 100110001 | 101100 | 1000101 |
Color Harmonies of #D28CCC
Complementary color
Monochromatic Colors of #D28CCC
Black with #D28CCC
Text Example
Text Example
White with #D28CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CCC; }
p { color: rgb(210,140,204); }
H1.HeaderClassName
{
color: #D28CCC;
}
.AnyTagClassName
{
color: #D28CCC;
}
</style>
background-color css
<style>
a { background-color: #D28CCC; }
a { background-color: rgb(210,140,204); }
div.DivClassName
{
background-color: #D28CCC;
}
.BgClassName
{
background-color: #D28CCC;
}
</style>
border-color css
<style>
span { border-color: #D28CCC; }
span { border-color: rgb(210,140,204); }
td.TdClassName
{
border-color: #D28CCC;
}
.TagClassName
{
border-color: #D28CCC;
}
</style>