Shades of Lily #D294B4
Tints of Lily #D294B4
RGB
CMYK
RGB Variations
Color information
#D294B4 (or 0xD294B4) is known color: Lily. HEX triplet: D2, 94 and B4. RGB value is (210,148,180). Sum of RGB (Red+Green+Blue) = 210+148+180=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D294B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294B4 is #2D6B4B. Grayscale: #AAAAAA. Windows color (decimal): -2976588 or 11834578. OLE color: 11834578.
HSL color Cylindrical-coordinate representation of color #D294B4: hue angle of 329.03º 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 #D294B4 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 180 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.18 |
| HSL | 329.03º | 0.41% | 0.7% | - |
| HSV(B) | 329.03º | 0.3% | 0.82% | - |
| XYZ | 45.41 | 38.18 | 48.16 | - |
| YUV | 170.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 180 | 0 | 0.30 | 0.14 | 0.18 | 329.03 | 0.41 | 0.7 |
| Hex | D2 | 94 | B4 | 0 | 1E | E | 12 | 149 | 29 | 46 |
| Octal | 322 | 224 | 264 | 0 | 36 | 16 | 22 | 511 | 51 | 106 |
| Binary | 11010010 | 10010100 | 10110100 | 0 | 11110 | 1110 | 10010 | 101001001 | 101001 | 1000110 |
Color Harmonies of #D294B4
Complementary color
Monochromatic Colors of #D294B4
Black with #D294B4
Text Example
Text Example
White with #D294B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294B4; }
p { color: rgb(210,148,180); }
H1.HeaderClassName
{
color: #D294B4;
}
.AnyTagClassName
{
color: #D294B4;
}
</style>
background-color css
<style>
a { background-color: #D294B4; }
a { background-color: rgb(210,148,180); }
div.DivClassName
{
background-color: #D294B4;
}
.BgClassName
{
background-color: #D294B4;
}
</style>
border-color css
<style>
span { border-color: #D294B4; }
span { border-color: rgb(210,148,180); }
td.TdClassName
{
border-color: #D294B4;
}
.TagClassName
{
border-color: #D294B4;
}
</style>