Shades of Lilac #D598CD
Tints of Lilac #D598CD
RGB
CMYK
RGB Variations
Color information
#D598CD (or 0xD598CD) is known color: Lilac. HEX triplet: D5, 98 and CD. RGB value is (213,152,205). Sum of RGB (Red+Green+Blue) = 213+152+205=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D598CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598CD is #2A6732. Grayscale: #B0B0B0. Windows color (decimal): -2778931 or 13474005. OLE color: 13474005.
HSL color Cylindrical-coordinate representation of color #D598CD: hue angle of 307.87º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598CD is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 205 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.16 |
| HSL | 307.87º | 0.42% | 0.72% | - |
| HSV(B) | 307.87º | 0.29% | 0.84% | - |
| XYZ | 49.69 | 41.01 | 63.05 | - |
| YUV | 176.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 205 | 0 | 0.29 | 0.04 | 0.16 | 307.87 | 0.42 | 0.72 |
| Hex | D5 | 98 | CD | 0 | 1D | 4 | 10 | 134 | 2A | 48 |
| Octal | 325 | 230 | 315 | 0 | 35 | 4 | 20 | 464 | 52 | 110 |
| Binary | 11010101 | 10011000 | 11001101 | 0 | 11101 | 100 | 10000 | 100110100 | 101010 | 1001000 |
Color Harmonies of #D598CD
Complementary color
Monochromatic Colors of #D598CD
Black with #D598CD
Text Example
Text Example
White with #D598CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598CD; }
p { color: rgb(213,152,205); }
H1.HeaderClassName
{
color: #D598CD;
}
.AnyTagClassName
{
color: #D598CD;
}
</style>
background-color css
<style>
a { background-color: #D598CD; }
a { background-color: rgb(213,152,205); }
div.DivClassName
{
background-color: #D598CD;
}
.BgClassName
{
background-color: #D598CD;
}
</style>
border-color css
<style>
span { border-color: #D598CD; }
span { border-color: rgb(213,152,205); }
td.TdClassName
{
border-color: #D598CD;
}
.TagClassName
{
border-color: #D598CD;
}
</style>