Shades of Lilac #D48CCD
Tints of Lilac #D48CCD
RGB
CMYK
RGB Variations
Color information
#D48CCD (or 0xD48CCD) is known color: Lilac. HEX triplet: D4, 8C and CD. RGB value is (212,140,205). Sum of RGB (Red+Green+Blue) = 212+140+205=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CCD is #2B7332. Grayscale: #A8A8A8. Windows color (decimal): -2847539 or 13470932. OLE color: 13470932.
HSL color Cylindrical-coordinate representation of color #D48CCD: hue angle of 305.83º 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 #D48CCD is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 205 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.17 |
| HSL | 305.83º | 0.46% | 0.69% | - |
| HSV(B) | 305.83º | 0.34% | 0.83% | - |
| XYZ | 47.55 | 37.16 | 62.42 | - |
| YUV | 168.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 205 | 0 | 0.34 | 0.03 | 0.17 | 305.83 | 0.46 | 0.69 |
| Hex | D4 | 8C | CD | 0 | 22 | 3 | 11 | 132 | 2E | 45 |
| Octal | 324 | 214 | 315 | 0 | 42 | 3 | 21 | 462 | 56 | 105 |
| Binary | 11010100 | 10001100 | 11001101 | 0 | 100010 | 11 | 10001 | 100110010 | 101110 | 1000101 |
Color Harmonies of #D48CCD
Complementary color
Monochromatic Colors of #D48CCD
Black with #D48CCD
Text Example
Text Example
White with #D48CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CCD; }
p { color: rgb(212,140,205); }
H1.HeaderClassName
{
color: #D48CCD;
}
.AnyTagClassName
{
color: #D48CCD;
}
</style>
background-color css
<style>
a { background-color: #D48CCD; }
a { background-color: rgb(212,140,205); }
div.DivClassName
{
background-color: #D48CCD;
}
.BgClassName
{
background-color: #D48CCD;
}
</style>
border-color css
<style>
span { border-color: #D48CCD; }
span { border-color: rgb(212,140,205); }
td.TdClassName
{
border-color: #D48CCD;
}
.TagClassName
{
border-color: #D48CCD;
}
</style>