Shades of Lily #D294BD
Tints of Lily #D294BD
RGB
CMYK
RGB Variations
Color information
#D294BD (or 0xD294BD) is known color: Lily. HEX triplet: D2, 94 and BD. RGB value is (210,148,189). Sum of RGB (Red+Green+Blue) = 210+148+189=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D294BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294BD is #2D6B42. Grayscale: #ABABAB. Windows color (decimal): -2976579 or 12424402. OLE color: 12424402.
HSL color Cylindrical-coordinate representation of color #D294BD: hue angle of 320.32º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294BD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 189 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.18 |
| HSL | 320.32º | 0.41% | 0.7% | - |
| HSV(B) | 320.32º | 0.3% | 0.82% | - |
| XYZ | 46.35 | 38.56 | 53.14 | - |
| YUV | 171.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 189 | 0 | 0.30 | 0.10 | 0.18 | 320.32 | 0.41 | 0.7 |
| Hex | D2 | 94 | BD | 0 | 1E | A | 12 | 140 | 29 | 46 |
| Octal | 322 | 224 | 275 | 0 | 36 | 12 | 22 | 500 | 51 | 106 |
| Binary | 11010010 | 10010100 | 10111101 | 0 | 11110 | 1010 | 10010 | 101000000 | 101001 | 1000110 |
Color Harmonies of #D294BD
Complementary color
Monochromatic Colors of #D294BD
Black with #D294BD
Text Example
Text Example
White with #D294BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294BD; }
p { color: rgb(210,148,189); }
H1.HeaderClassName
{
color: #D294BD;
}
.AnyTagClassName
{
color: #D294BD;
}
</style>
background-color css
<style>
a { background-color: #D294BD; }
a { background-color: rgb(210,148,189); }
div.DivClassName
{
background-color: #D294BD;
}
.BgClassName
{
background-color: #D294BD;
}
</style>
border-color css
<style>
span { border-color: #D294BD; }
span { border-color: rgb(210,148,189); }
td.TdClassName
{
border-color: #D294BD;
}
.TagClassName
{
border-color: #D294BD;
}
</style>