Shades of Lily #D195BD
Tints of Lily #D195BD
RGB
CMYK
RGB Variations
Color information
#D195BD (or 0xD195BD) is known color: Lily. HEX triplet: D1, 95 and BD. RGB value is (209,149,189). Sum of RGB (Red+Green+Blue) = 209+149+189=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D195BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195BD is #2E6A42. Grayscale: #ABABAB. Windows color (decimal): -3041859 or 12424657. OLE color: 12424657.
HSL color Cylindrical-coordinate representation of color #D195BD: hue angle of 320º degrees, saturation: 0.39, 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 #D195BD is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 189 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.18 |
| HSL | 320º | 0.39% | 0.7% | - |
| HSV(B) | 320º | 0.29% | 0.82% | - |
| XYZ | 46.23 | 38.72 | 53.18 | - |
| YUV | 171.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 189 | 0 | 0.29 | 0.10 | 0.18 | 320 | 0.39 | 0.7 |
| Hex | D1 | 95 | BD | 0 | 1D | A | 12 | 140 | 27 | 46 |
| Octal | 321 | 225 | 275 | 0 | 35 | 12 | 22 | 500 | 47 | 106 |
| Binary | 11010001 | 10010101 | 10111101 | 0 | 11101 | 1010 | 10010 | 101000000 | 100111 | 1000110 |
Color Harmonies of #D195BD
Complementary color
Monochromatic Colors of #D195BD
Black with #D195BD
Text Example
Text Example
White with #D195BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D195BD; }
p { color: rgb(209,149,189); }
H1.HeaderClassName
{
color: #D195BD;
}
.AnyTagClassName
{
color: #D195BD;
}
</style>
background-color css
<style>
a { background-color: #D195BD; }
a { background-color: rgb(209,149,189); }
div.DivClassName
{
background-color: #D195BD;
}
.BgClassName
{
background-color: #D195BD;
}
</style>
border-color css
<style>
span { border-color: #D195BD; }
span { border-color: rgb(209,149,189); }
td.TdClassName
{
border-color: #D195BD;
}
.TagClassName
{
border-color: #D195BD;
}
</style>