Shades of Lilac #D893CB
Tints of Lilac #D893CB
RGB
CMYK
RGB Variations
Color information
#D893CB (or 0xD893CB) is known color: Lilac. HEX triplet: D8, 93 and CB. RGB value is (216,147,203). Sum of RGB (Red+Green+Blue) = 216+147+203=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D893CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893CB is #276C34. Grayscale: #ADADAD. Windows color (decimal): -2583605 or 13341656. OLE color: 13341656.
HSL color Cylindrical-coordinate representation of color #D893CB: hue angle of 311.3º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D893CB is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 203 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.15 |
| HSL | 311.3º | 0.47% | 0.71% | - |
| HSV(B) | 311.3º | 0.32% | 0.85% | - |
| XYZ | 49.53 | 39.78 | 61.57 | - |
| YUV | 174.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 203 | 0 | 0.32 | 0.06 | 0.15 | 311.3 | 0.47 | 0.71 |
| Hex | D8 | 93 | CB | 0 | 20 | 6 | F | 137 | 2F | 47 |
| Octal | 330 | 223 | 313 | 0 | 40 | 6 | 17 | 467 | 57 | 107 |
| Binary | 11011000 | 10010011 | 11001011 | 0 | 100000 | 110 | 1111 | 100110111 | 101111 | 1000111 |
Color Harmonies of #D893CB
Complementary color
Monochromatic Colors of #D893CB
Black with #D893CB
Text Example
Text Example
White with #D893CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893CB; }
p { color: rgb(216,147,203); }
H1.HeaderClassName
{
color: #D893CB;
}
.AnyTagClassName
{
color: #D893CB;
}
</style>
background-color css
<style>
a { background-color: #D893CB; }
a { background-color: rgb(216,147,203); }
div.DivClassName
{
background-color: #D893CB;
}
.BgClassName
{
background-color: #D893CB;
}
</style>
border-color css
<style>
span { border-color: #D893CB; }
span { border-color: rgb(216,147,203); }
td.TdClassName
{
border-color: #D893CB;
}
.TagClassName
{
border-color: #D893CB;
}
</style>