Shades of Lilac #D595CA
Tints of Lilac #D595CA
RGB
CMYK
RGB Variations
Color information
#D595CA (or 0xD595CA) is known color: Lilac. HEX triplet: D5, 95 and CA. RGB value is (213,149,202). Sum of RGB (Red+Green+Blue) = 213+149+202=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D595CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595CA is #2A6A35. Grayscale: #AEAEAE. Windows color (decimal): -2779702 or 13276629. OLE color: 13276629.
HSL color Cylindrical-coordinate representation of color #D595CA: hue angle of 310.31º 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 #D595CA is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 202 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.16 |
| HSL | 310.31º | 0.43% | 0.71% | - |
| HSV(B) | 310.31º | 0.3% | 0.84% | - |
| XYZ | 48.85 | 39.91 | 61.01 | - |
| YUV | 174.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 202 | 0 | 0.30 | 0.05 | 0.16 | 310.31 | 0.43 | 0.71 |
| Hex | D5 | 95 | CA | 0 | 1E | 5 | 10 | 136 | 2B | 47 |
| Octal | 325 | 225 | 312 | 0 | 36 | 5 | 20 | 466 | 53 | 107 |
| Binary | 11010101 | 10010101 | 11001010 | 0 | 11110 | 101 | 10000 | 100110110 | 101011 | 1000111 |
Color Harmonies of #D595CA
Complementary color
Monochromatic Colors of #D595CA
Black with #D595CA
Text Example
Text Example
White with #D595CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595CA; }
p { color: rgb(213,149,202); }
H1.HeaderClassName
{
color: #D595CA;
}
.AnyTagClassName
{
color: #D595CA;
}
</style>
background-color css
<style>
a { background-color: #D595CA; }
a { background-color: rgb(213,149,202); }
div.DivClassName
{
background-color: #D595CA;
}
.BgClassName
{
background-color: #D595CA;
}
</style>
border-color css
<style>
span { border-color: #D595CA; }
span { border-color: rgb(213,149,202); }
td.TdClassName
{
border-color: #D595CA;
}
.TagClassName
{
border-color: #D595CA;
}
</style>