Shades of Lilac #D48ACB
Tints of Lilac #D48ACB
RGB
CMYK
RGB Variations
Color information
#D48ACB (or 0xD48ACB) is known color: Lilac. HEX triplet: D4, 8A and CB. RGB value is (212,138,203). Sum of RGB (Red+Green+Blue) = 212+138+203=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACB is #2B7534. Grayscale: #A7A7A7. Windows color (decimal): -2848053 or 13339348. OLE color: 13339348.
HSL color Cylindrical-coordinate representation of color #D48ACB: hue angle of 307.3º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48ACB is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 203 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.17 |
| HSL | 307.3º | 0.46% | 0.69% | - |
| HSV(B) | 307.3º | 0.35% | 0.83% | - |
| XYZ | 47.02 | 36.49 | 61.06 | - |
| YUV | 167.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 203 | 0 | 0.35 | 0.04 | 0.17 | 307.3 | 0.46 | 0.69 |
| Hex | D4 | 8A | CB | 0 | 23 | 4 | 11 | 133 | 2E | 45 |
| Octal | 324 | 212 | 313 | 0 | 43 | 4 | 21 | 463 | 56 | 105 |
| Binary | 11010100 | 10001010 | 11001011 | 0 | 100011 | 100 | 10001 | 100110011 | 101110 | 1000101 |
Color Harmonies of #D48ACB
Complementary color
Monochromatic Colors of #D48ACB
Black with #D48ACB
Text Example
Text Example
White with #D48ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48ACB; }
p { color: rgb(212,138,203); }
H1.HeaderClassName
{
color: #D48ACB;
}
.AnyTagClassName
{
color: #D48ACB;
}
</style>
background-color css
<style>
a { background-color: #D48ACB; }
a { background-color: rgb(212,138,203); }
div.DivClassName
{
background-color: #D48ACB;
}
.BgClassName
{
background-color: #D48ACB;
}
</style>
border-color css
<style>
span { border-color: #D48ACB; }
span { border-color: rgb(212,138,203); }
td.TdClassName
{
border-color: #D48ACB;
}
.TagClassName
{
border-color: #D48ACB;
}
</style>