Shades of Lilac #D498CF
Tints of Lilac #D498CF
RGB
CMYK
RGB Variations
Color information
#D498CF (or 0xD498CF) is known color: Lilac. HEX triplet: D4, 98 and CF. RGB value is (212,152,207). Sum of RGB (Red+Green+Blue) = 212+152+207=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D498CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498CF is #2B6730. Grayscale: #B0B0B0. Windows color (decimal): -2844465 or 13605076. OLE color: 13605076.
HSL color Cylindrical-coordinate representation of color #D498CF: hue angle of 305º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498CF is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 207 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.17 |
| HSL | 305º | 0.41% | 0.71% | - |
| HSV(B) | 305º | 0.28% | 0.83% | - |
| XYZ | 49.64 | 40.96 | 64.32 | - |
| YUV | 176.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 207 | 0 | 0.28 | 0.02 | 0.17 | 305 | 0.41 | 0.71 |
| Hex | D4 | 98 | CF | 0 | 1C | 2 | 11 | 131 | 29 | 47 |
| Octal | 324 | 230 | 317 | 0 | 34 | 2 | 21 | 461 | 51 | 107 |
| Binary | 11010100 | 10011000 | 11001111 | 0 | 11100 | 10 | 10001 | 100110001 | 101001 | 1000111 |
Color Harmonies of #D498CF
Complementary color
Monochromatic Colors of #D498CF
Black with #D498CF
Text Example
Text Example
White with #D498CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498CF; }
p { color: rgb(212,152,207); }
H1.HeaderClassName
{
color: #D498CF;
}
.AnyTagClassName
{
color: #D498CF;
}
</style>
background-color css
<style>
a { background-color: #D498CF; }
a { background-color: rgb(212,152,207); }
div.DivClassName
{
background-color: #D498CF;
}
.BgClassName
{
background-color: #D498CF;
}
</style>
border-color css
<style>
span { border-color: #D498CF; }
span { border-color: rgb(212,152,207); }
td.TdClassName
{
border-color: #D498CF;
}
.TagClassName
{
border-color: #D498CF;
}
</style>