Shades of Lily #D195B5
Tints of Lily #D195B5
RGB
CMYK
RGB Variations
Color information
#D195B5 (or 0xD195B5) is known color: Lily. HEX triplet: D1, 95 and B5. RGB value is (209,149,181). Sum of RGB (Red+Green+Blue) = 209+149+181=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D195B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195B5 is #2E6A4A. Grayscale: #AAAAAA. Windows color (decimal): -3041867 or 11900369. OLE color: 11900369.
HSL color Cylindrical-coordinate representation of color #D195B5: hue angle of 328º 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 #D195B5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 181 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.18 |
| HSL | 328º | 0.39% | 0.7% | - |
| HSV(B) | 328º | 0.29% | 0.82% | - |
| XYZ | 45.38 | 38.39 | 48.73 | - |
| YUV | 170.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 181 | 0 | 0.29 | 0.13 | 0.18 | 328 | 0.39 | 0.7 |
| Hex | D1 | 95 | B5 | 0 | 1D | D | 12 | 148 | 27 | 46 |
| Octal | 321 | 225 | 265 | 0 | 35 | 15 | 22 | 510 | 47 | 106 |
| Binary | 11010001 | 10010101 | 10110101 | 0 | 11101 | 1101 | 10010 | 101001000 | 100111 | 1000110 |
Color Harmonies of #D195B5
Complementary color
Monochromatic Colors of #D195B5
Black with #D195B5
Text Example
Text Example
White with #D195B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D195B5; }
p { color: rgb(209,149,181); }
H1.HeaderClassName
{
color: #D195B5;
}
.AnyTagClassName
{
color: #D195B5;
}
</style>
background-color css
<style>
a { background-color: #D195B5; }
a { background-color: rgb(209,149,181); }
div.DivClassName
{
background-color: #D195B5;
}
.BgClassName
{
background-color: #D195B5;
}
</style>
border-color css
<style>
span { border-color: #D195B5; }
span { border-color: rgb(209,149,181); }
td.TdClassName
{
border-color: #D195B5;
}
.TagClassName
{
border-color: #D195B5;
}
</style>