Shades of Lilac #D894CA
Tints of Lilac #D894CA
RGB
CMYK
RGB Variations
Color information
#D894CA (or 0xD894CA) is known color: Lilac. HEX triplet: D8, 94 and CA. RGB value is (216,148,202). Sum of RGB (Red+Green+Blue) = 216+148+202=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D894CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894CA is #276B35. Grayscale: #AEAEAE. Windows color (decimal): -2583350 or 13276376. OLE color: 13276376.
HSL color Cylindrical-coordinate representation of color #D894CA: hue angle of 312.35º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894CA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 202 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.15 |
| HSL | 312.35º | 0.47% | 0.71% | - |
| HSV(B) | 312.35º | 0.31% | 0.85% | - |
| XYZ | 49.57 | 40.04 | 60.99 | - |
| YUV | 174.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 202 | 0 | 0.31 | 0.06 | 0.15 | 312.35 | 0.47 | 0.71 |
| Hex | D8 | 94 | CA | 0 | 1F | 6 | F | 138 | 2F | 47 |
| Octal | 330 | 224 | 312 | 0 | 37 | 6 | 17 | 470 | 57 | 107 |
| Binary | 11011000 | 10010100 | 11001010 | 0 | 11111 | 110 | 1111 | 100111000 | 101111 | 1000111 |
Color Harmonies of #D894CA
Complementary color
Monochromatic Colors of #D894CA
Black with #D894CA
Text Example
Text Example
White with #D894CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894CA; }
p { color: rgb(216,148,202); }
H1.HeaderClassName
{
color: #D894CA;
}
.AnyTagClassName
{
color: #D894CA;
}
</style>
background-color css
<style>
a { background-color: #D894CA; }
a { background-color: rgb(216,148,202); }
div.DivClassName
{
background-color: #D894CA;
}
.BgClassName
{
background-color: #D894CA;
}
</style>
border-color css
<style>
span { border-color: #D894CA; }
span { border-color: rgb(216,148,202); }
td.TdClassName
{
border-color: #D894CA;
}
.TagClassName
{
border-color: #D894CA;
}
</style>