Shades of Lilac #D595C8
Tints of Lilac #D595C8
RGB
CMYK
RGB Variations
Color information
#D595C8 (or 0xD595C8) is known color: Lilac. HEX triplet: D5, 95 and C8. RGB value is (213,149,200). Sum of RGB (Red+Green+Blue) = 213+149+200=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D595C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595C8 is #2A6A37. Grayscale: #ADADAD. Windows color (decimal): -2779704 or 13145557. OLE color: 13145557.
HSL color Cylindrical-coordinate representation of color #D595C8: hue angle of 312.19º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595C8 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 200 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.16 |
| HSL | 312.19º | 0.43% | 0.71% | - |
| HSV(B) | 312.19º | 0.3% | 0.84% | - |
| XYZ | 48.61 | 39.81 | 59.77 | - |
| YUV | 173.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 200 | 0 | 0.30 | 0.06 | 0.16 | 312.19 | 0.43 | 0.71 |
| Hex | D5 | 95 | C8 | 0 | 1E | 6 | 10 | 138 | 2B | 47 |
| Octal | 325 | 225 | 310 | 0 | 36 | 6 | 20 | 470 | 53 | 107 |
| Binary | 11010101 | 10010101 | 11001000 | 0 | 11110 | 110 | 10000 | 100111000 | 101011 | 1000111 |
Color Harmonies of #D595C8
Complementary color
Monochromatic Colors of #D595C8
Black with #D595C8
Text Example
Text Example
White with #D595C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595C8; }
p { color: rgb(213,149,200); }
H1.HeaderClassName
{
color: #D595C8;
}
.AnyTagClassName
{
color: #D595C8;
}
</style>
background-color css
<style>
a { background-color: #D595C8; }
a { background-color: rgb(213,149,200); }
div.DivClassName
{
background-color: #D595C8;
}
.BgClassName
{
background-color: #D595C8;
}
</style>
border-color css
<style>
span { border-color: #D595C8; }
span { border-color: rgb(213,149,200); }
td.TdClassName
{
border-color: #D595C8;
}
.TagClassName
{
border-color: #D595C8;
}
</style>