Shades of Lilac #D4A2D0
Tints of Lilac #D4A2D0
RGB
CMYK
RGB Variations
Color information
#D4A2D0 (or 0xD4A2D0) is known color: Lilac. HEX triplet: D4, A2 and D0. RGB value is (212,162,208). Sum of RGB (Red+Green+Blue) = 212+162+208=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2D0 is #2B5D2F. Grayscale: #B6B6B6. Windows color (decimal): -2841904 or 13673172. OLE color: 13673172.
HSL color Cylindrical-coordinate representation of color #D4A2D0: hue angle of 304.8º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2D0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 162 | 208 | - |
CMYK | 0 | 0.24 | 0.02 | 0.17 |
HSL | 304.8º | 0.37% | 0.73% | - |
HSV(B) | 304.8º | 0.24% | 0.83% | - |
XYZ | 51.46 | 44.39 | 65.53 | - |
YUV | 182.19 | 142.57 | 149.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 162 | 208 | 0 | 0.24 | 0.02 | 0.17 | 304.8 | 0.37 | 0.73 |
Hex | D4 | A2 | D0 | 0 | 18 | 2 | 11 | 131 | 25 | 49 |
Octal | 324 | 242 | 320 | 0 | 30 | 2 | 21 | 461 | 45 | 111 |
Binary | 11010100 | 10100010 | 11010000 | 0 | 11000 | 10 | 10001 | 100110001 | 100101 | 1001001 |
Color Harmonies of #D4A2D0
Complementary color
Monochromatic Colors of #D4A2D0
Black with #D4A2D0
Text Example
Text Example
White with #D4A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2D0; }
p { color: rgb(212,162,208); }
H1.HeaderClassName
{
color: #D4A2D0;
}
.AnyTagClassName
{
color: #D4A2D0;
}
</style>
background-color css
<style>
a { background-color: #D4A2D0; }
a { background-color: rgb(212,162,208); }
div.DivClassName
{
background-color: #D4A2D0;
}
.BgClassName
{
background-color: #D4A2D0;
}
</style>
border-color css
<style>
span { border-color: #D4A2D0; }
span { border-color: rgb(212,162,208); }
td.TdClassName
{
border-color: #D4A2D0;
}
.TagClassName
{
border-color: #D4A2D0;
}
</style>