Shades of Lilac #D298CA
Tints of Lilac #D298CA
RGB
CMYK
RGB Variations
Color information
#D298CA (or 0xD298CA) is known color: Lilac. HEX triplet: D2, 98 and CA. RGB value is (210,152,202). Sum of RGB (Red+Green+Blue) = 210+152+202=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D298CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298CA is #2D6735. Grayscale: #AEAEAE. Windows color (decimal): -2975542 or 13277394. OLE color: 13277394.
HSL color Cylindrical-coordinate representation of color #D298CA: hue angle of 308.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298CA is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 202 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.18 |
| HSL | 308.28º | 0.39% | 0.71% | - |
| HSV(B) | 308.28º | 0.28% | 0.82% | - |
| XYZ | 48.47 | 40.42 | 61.12 | - |
| YUV | 175.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 202 | 0 | 0.28 | 0.04 | 0.18 | 308.28 | 0.39 | 0.71 |
| Hex | D2 | 98 | CA | 0 | 1C | 4 | 12 | 134 | 27 | 47 |
| Octal | 322 | 230 | 312 | 0 | 34 | 4 | 22 | 464 | 47 | 107 |
| Binary | 11010010 | 10011000 | 11001010 | 0 | 11100 | 100 | 10010 | 100110100 | 100111 | 1000111 |
Color Harmonies of #D298CA
Complementary color
Monochromatic Colors of #D298CA
Black with #D298CA
Text Example
Text Example
White with #D298CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298CA; }
p { color: rgb(210,152,202); }
H1.HeaderClassName
{
color: #D298CA;
}
.AnyTagClassName
{
color: #D298CA;
}
</style>
background-color css
<style>
a { background-color: #D298CA; }
a { background-color: rgb(210,152,202); }
div.DivClassName
{
background-color: #D298CA;
}
.BgClassName
{
background-color: #D298CA;
}
</style>
border-color css
<style>
span { border-color: #D298CA; }
span { border-color: rgb(210,152,202); }
td.TdClassName
{
border-color: #D298CA;
}
.TagClassName
{
border-color: #D298CA;
}
</style>