Shades of Lily #D295BB
Tints of Lily #D295BB
RGB
CMYK
RGB Variations
Color information
#D295BB (or 0xD295BB) is known color: Lily. HEX triplet: D2, 95 and BB. RGB value is (210,149,187). Sum of RGB (Red+Green+Blue) = 210+149+187=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D295BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295BB is #2D6A44. Grayscale: #ABABAB. Windows color (decimal): -2976325 or 12293586. OLE color: 12293586.
HSL color Cylindrical-coordinate representation of color #D295BB: hue angle of 322.62º 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 #D295BB is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 187 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.18 |
| HSL | 322.62º | 0.4% | 0.7% | - |
| HSV(B) | 322.62º | 0.29% | 0.82% | - |
| XYZ | 46.3 | 38.78 | 52.06 | - |
| YUV | 171.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 187 | 0 | 0.29 | 0.11 | 0.18 | 322.62 | 0.4 | 0.7 |
| Hex | D2 | 95 | BB | 0 | 1D | B | 12 | 143 | 28 | 46 |
| Octal | 322 | 225 | 273 | 0 | 35 | 13 | 22 | 503 | 50 | 106 |
| Binary | 11010010 | 10010101 | 10111011 | 0 | 11101 | 1011 | 10010 | 101000011 | 101000 | 1000110 |
Color Harmonies of #D295BB
Complementary color
Monochromatic Colors of #D295BB
Black with #D295BB
Text Example
Text Example
White with #D295BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295BB; }
p { color: rgb(210,149,187); }
H1.HeaderClassName
{
color: #D295BB;
}
.AnyTagClassName
{
color: #D295BB;
}
</style>
background-color css
<style>
a { background-color: #D295BB; }
a { background-color: rgb(210,149,187); }
div.DivClassName
{
background-color: #D295BB;
}
.BgClassName
{
background-color: #D295BB;
}
</style>
border-color css
<style>
span { border-color: #D295BB; }
span { border-color: rgb(210,149,187); }
td.TdClassName
{
border-color: #D295BB;
}
.TagClassName
{
border-color: #D295BB;
}
</style>