Shades of Lilac #D594CB
Tints of Lilac #D594CB
RGB
CMYK
RGB Variations
Color information
#D594CB (or 0xD594CB) is known color: Lilac. HEX triplet: D5, 94 and CB. RGB value is (213,148,203). Sum of RGB (Red+Green+Blue) = 213+148+203=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D594CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594CB is #2A6B34. Grayscale: #ADADAD. Windows color (decimal): -2779957 or 13341909. OLE color: 13341909.
HSL color Cylindrical-coordinate representation of color #D594CB: hue angle of 309.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594CB is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 203 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.16 |
| HSL | 309.23º | 0.44% | 0.71% | - |
| HSV(B) | 309.23º | 0.31% | 0.84% | - |
| XYZ | 48.81 | 39.64 | 61.58 | - |
| YUV | 173.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 203 | 0 | 0.31 | 0.05 | 0.16 | 309.23 | 0.44 | 0.71 |
| Hex | D5 | 94 | CB | 0 | 1F | 5 | 10 | 135 | 2C | 47 |
| Octal | 325 | 224 | 313 | 0 | 37 | 5 | 20 | 465 | 54 | 107 |
| Binary | 11010101 | 10010100 | 11001011 | 0 | 11111 | 101 | 10000 | 100110101 | 101100 | 1000111 |
Color Harmonies of #D594CB
Complementary color
Monochromatic Colors of #D594CB
Black with #D594CB
Text Example
Text Example
White with #D594CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594CB; }
p { color: rgb(213,148,203); }
H1.HeaderClassName
{
color: #D594CB;
}
.AnyTagClassName
{
color: #D594CB;
}
</style>
background-color css
<style>
a { background-color: #D594CB; }
a { background-color: rgb(213,148,203); }
div.DivClassName
{
background-color: #D594CB;
}
.BgClassName
{
background-color: #D594CB;
}
</style>
border-color css
<style>
span { border-color: #D594CB; }
span { border-color: rgb(213,148,203); }
td.TdClassName
{
border-color: #D594CB;
}
.TagClassName
{
border-color: #D594CB;
}
</style>