Shades of Lilac #D28BCA
Tints of Lilac #D28BCA
RGB
CMYK
RGB Variations
Color information
#D28BCA (or 0xD28BCA) is known color: Lilac. HEX triplet: D2, 8B and CA. RGB value is (210,139,202). Sum of RGB (Red+Green+Blue) = 210+139+202=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BCA is #2D7435. Grayscale: #A7A7A7. Windows color (decimal): -2978870 or 13274066. OLE color: 13274066.
HSL color Cylindrical-coordinate representation of color #D28BCA: hue angle of 306.76º 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 #D28BCA is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 202 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.18 |
| HSL | 306.76º | 0.44% | 0.68% | - |
| HSV(B) | 306.76º | 0.34% | 0.82% | - |
| XYZ | 46.47 | 36.43 | 60.46 | - |
| YUV | 167.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 202 | 0 | 0.34 | 0.04 | 0.18 | 306.76 | 0.44 | 0.68 |
| Hex | D2 | 8B | CA | 0 | 22 | 4 | 12 | 133 | 2C | 44 |
| Octal | 322 | 213 | 312 | 0 | 42 | 4 | 22 | 463 | 54 | 104 |
| Binary | 11010010 | 10001011 | 11001010 | 0 | 100010 | 100 | 10010 | 100110011 | 101100 | 1000100 |
Color Harmonies of #D28BCA
Complementary color
Monochromatic Colors of #D28BCA
Black with #D28BCA
Text Example
Text Example
White with #D28BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BCA; }
p { color: rgb(210,139,202); }
H1.HeaderClassName
{
color: #D28BCA;
}
.AnyTagClassName
{
color: #D28BCA;
}
</style>
background-color css
<style>
a { background-color: #D28BCA; }
a { background-color: rgb(210,139,202); }
div.DivClassName
{
background-color: #D28BCA;
}
.BgClassName
{
background-color: #D28BCA;
}
</style>
border-color css
<style>
span { border-color: #D28BCA; }
span { border-color: rgb(210,139,202); }
td.TdClassName
{
border-color: #D28BCA;
}
.TagClassName
{
border-color: #D28BCA;
}
</style>