Shades of Lilac #D28FCB
Tints of Lilac #D28FCB
RGB
CMYK
RGB Variations
Color information
#D28FCB (or 0xD28FCB) is known color: Lilac. HEX triplet: D2, 8F and CB. RGB value is (210,143,203). Sum of RGB (Red+Green+Blue) = 210+143+203=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FCB is #2D7034. Grayscale: #A9A9A9. Windows color (decimal): -2977845 or 13340626. OLE color: 13340626.
HSL color Cylindrical-coordinate representation of color #D28FCB: hue angle of 306.27º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28FCB is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 203 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.18 |
| HSL | 306.27º | 0.43% | 0.69% | - |
| HSV(B) | 306.27º | 0.32% | 0.82% | - |
| XYZ | 47.18 | 37.66 | 61.28 | - |
| YUV | 169.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 203 | 0 | 0.32 | 0.03 | 0.18 | 306.27 | 0.43 | 0.69 |
| Hex | D2 | 8F | CB | 0 | 20 | 3 | 12 | 132 | 2B | 45 |
| Octal | 322 | 217 | 313 | 0 | 40 | 3 | 22 | 462 | 53 | 105 |
| Binary | 11010010 | 10001111 | 11001011 | 0 | 100000 | 11 | 10010 | 100110010 | 101011 | 1000101 |
Color Harmonies of #D28FCB
Complementary color
Monochromatic Colors of #D28FCB
Black with #D28FCB
Text Example
Text Example
White with #D28FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FCB; }
p { color: rgb(210,143,203); }
H1.HeaderClassName
{
color: #D28FCB;
}
.AnyTagClassName
{
color: #D28FCB;
}
</style>
background-color css
<style>
a { background-color: #D28FCB; }
a { background-color: rgb(210,143,203); }
div.DivClassName
{
background-color: #D28FCB;
}
.BgClassName
{
background-color: #D28FCB;
}
</style>
border-color css
<style>
span { border-color: #D28FCB; }
span { border-color: rgb(210,143,203); }
td.TdClassName
{
border-color: #D28FCB;
}
.TagClassName
{
border-color: #D28FCB;
}
</style>