Shades of Lily #D295BD
Tints of Lily #D295BD
RGB
CMYK
RGB Variations
Color information
#D295BD (or 0xD295BD) is known color: Lily. HEX triplet: D2, 95 and BD. RGB value is (210,149,189). Sum of RGB (Red+Green+Blue) = 210+149+189=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D295BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295BD is #2D6A42. Grayscale: #ABABAB. Windows color (decimal): -2976323 or 12424658. OLE color: 12424658.
HSL color Cylindrical-coordinate representation of color #D295BD: hue angle of 320.66º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295BD is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 189 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.18 |
| HSL | 320.66º | 0.4% | 0.7% | - |
| HSV(B) | 320.66º | 0.29% | 0.82% | - |
| XYZ | 46.51 | 38.87 | 53.2 | - |
| YUV | 171.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 189 | 0 | 0.29 | 0.10 | 0.18 | 320.66 | 0.4 | 0.7 |
| Hex | D2 | 95 | BD | 0 | 1D | A | 12 | 141 | 28 | 46 |
| Octal | 322 | 225 | 275 | 0 | 35 | 12 | 22 | 501 | 50 | 106 |
| Binary | 11010010 | 10010101 | 10111101 | 0 | 11101 | 1010 | 10010 | 101000001 | 101000 | 1000110 |
Color Harmonies of #D295BD
Complementary color
Monochromatic Colors of #D295BD
Black with #D295BD
Text Example
Text Example
White with #D295BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295BD; }
p { color: rgb(210,149,189); }
H1.HeaderClassName
{
color: #D295BD;
}
.AnyTagClassName
{
color: #D295BD;
}
</style>
background-color css
<style>
a { background-color: #D295BD; }
a { background-color: rgb(210,149,189); }
div.DivClassName
{
background-color: #D295BD;
}
.BgClassName
{
background-color: #D295BD;
}
</style>
border-color css
<style>
span { border-color: #D295BD; }
span { border-color: rgb(210,149,189); }
td.TdClassName
{
border-color: #D295BD;
}
.TagClassName
{
border-color: #D295BD;
}
</style>