Shades of Lilac #D297CF
Tints of Lilac #D297CF
RGB
CMYK
RGB Variations
Color information
#D297CF (or 0xD297CF) is known color: Lilac. HEX triplet: D2, 97 and CF. RGB value is (210,151,207). Sum of RGB (Red+Green+Blue) = 210+151+207=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D297CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297CF is #2D6830. Grayscale: #AEAEAE. Windows color (decimal): -2975793 or 13604818. OLE color: 13604818.
HSL color Cylindrical-coordinate representation of color #D297CF: hue angle of 303.05º degrees, saturation: 0.4, 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 #D297CF is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 207 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.18 |
| HSL | 303.05º | 0.4% | 0.71% | - |
| HSV(B) | 303.05º | 0.28% | 0.82% | - |
| XYZ | 48.91 | 40.34 | 64.24 | - |
| YUV | 175.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 207 | 0 | 0.28 | 0.01 | 0.18 | 303.05 | 0.4 | 0.71 |
| Hex | D2 | 97 | CF | 0 | 1C | 1 | 12 | 12F | 28 | 47 |
| Octal | 322 | 227 | 317 | 0 | 34 | 1 | 22 | 457 | 50 | 107 |
| Binary | 11010010 | 10010111 | 11001111 | 0 | 11100 | 1 | 10010 | 100101111 | 101000 | 1000111 |
Color Harmonies of #D297CF
Complementary color
Monochromatic Colors of #D297CF
Black with #D297CF
Text Example
Text Example
White with #D297CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297CF; }
p { color: rgb(210,151,207); }
H1.HeaderClassName
{
color: #D297CF;
}
.AnyTagClassName
{
color: #D297CF;
}
</style>
background-color css
<style>
a { background-color: #D297CF; }
a { background-color: rgb(210,151,207); }
div.DivClassName
{
background-color: #D297CF;
}
.BgClassName
{
background-color: #D297CF;
}
</style>
border-color css
<style>
span { border-color: #D297CF; }
span { border-color: rgb(210,151,207); }
td.TdClassName
{
border-color: #D297CF;
}
.TagClassName
{
border-color: #D297CF;
}
</style>