Shades of Lily #D295BC
Tints of Lily #D295BC
RGB
CMYK
RGB Variations
Color information
#D295BC (or 0xD295BC) is known color: Lily. HEX triplet: D2, 95 and BC. RGB value is (210,149,188). Sum of RGB (Red+Green+Blue) = 210+149+188=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D295BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295BC is #2D6A43. Grayscale: #ABABAB. Windows color (decimal): -2976324 or 12359122. OLE color: 12359122.
HSL color Cylindrical-coordinate representation of color #D295BC: hue angle of 321.64º 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 #D295BC is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 188 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.18 |
| HSL | 321.64º | 0.4% | 0.7% | - |
| HSV(B) | 321.64º | 0.29% | 0.82% | - |
| XYZ | 46.4 | 38.83 | 52.63 | - |
| YUV | 171.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 188 | 0 | 0.29 | 0.10 | 0.18 | 321.64 | 0.4 | 0.7 |
| Hex | D2 | 95 | BC | 0 | 1D | A | 12 | 142 | 28 | 46 |
| Octal | 322 | 225 | 274 | 0 | 35 | 12 | 22 | 502 | 50 | 106 |
| Binary | 11010010 | 10010101 | 10111100 | 0 | 11101 | 1010 | 10010 | 101000010 | 101000 | 1000110 |
Color Harmonies of #D295BC
Complementary color
Monochromatic Colors of #D295BC
Black with #D295BC
Text Example
Text Example
White with #D295BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295BC; }
p { color: rgb(210,149,188); }
H1.HeaderClassName
{
color: #D295BC;
}
.AnyTagClassName
{
color: #D295BC;
}
</style>
background-color css
<style>
a { background-color: #D295BC; }
a { background-color: rgb(210,149,188); }
div.DivClassName
{
background-color: #D295BC;
}
.BgClassName
{
background-color: #D295BC;
}
</style>
border-color css
<style>
span { border-color: #D295BC; }
span { border-color: rgb(210,149,188); }
td.TdClassName
{
border-color: #D295BC;
}
.TagClassName
{
border-color: #D295BC;
}
</style>