Shades of Lilac #D48CC9
Tints of Lilac #D48CC9
RGB
CMYK
RGB Variations
Color information
#D48CC9 (or 0xD48CC9) is known color: Lilac. HEX triplet: D4, 8C and C9. RGB value is (212,140,201). Sum of RGB (Red+Green+Blue) = 212+140+201=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CC9 is #2B7336. Grayscale: #A8A8A8. Windows color (decimal): -2847543 or 13208788. OLE color: 13208788.
HSL color Cylindrical-coordinate representation of color #D48CC9: hue angle of 309.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CC9 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 201 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.17 |
| HSL | 309.17º | 0.46% | 0.69% | - |
| HSV(B) | 309.17º | 0.34% | 0.83% | - |
| XYZ | 47.07 | 36.97 | 59.91 | - |
| YUV | 168.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 201 | 0 | 0.34 | 0.05 | 0.17 | 309.17 | 0.46 | 0.69 |
| Hex | D4 | 8C | C9 | 0 | 22 | 5 | 11 | 135 | 2E | 45 |
| Octal | 324 | 214 | 311 | 0 | 42 | 5 | 21 | 465 | 56 | 105 |
| Binary | 11010100 | 10001100 | 11001001 | 0 | 100010 | 101 | 10001 | 100110101 | 101110 | 1000101 |
Color Harmonies of #D48CC9
Complementary color
Monochromatic Colors of #D48CC9
Black with #D48CC9
Text Example
Text Example
White with #D48CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CC9; }
p { color: rgb(212,140,201); }
H1.HeaderClassName
{
color: #D48CC9;
}
.AnyTagClassName
{
color: #D48CC9;
}
</style>
background-color css
<style>
a { background-color: #D48CC9; }
a { background-color: rgb(212,140,201); }
div.DivClassName
{
background-color: #D48CC9;
}
.BgClassName
{
background-color: #D48CC9;
}
</style>
border-color css
<style>
span { border-color: #D48CC9; }
span { border-color: rgb(212,140,201); }
td.TdClassName
{
border-color: #D48CC9;
}
.TagClassName
{
border-color: #D48CC9;
}
</style>