Shades of Lily #D097BD
Tints of Lily #D097BD
RGB
CMYK
RGB Variations
Color information
#D097BD (or 0xD097BD) is known color: Lily. HEX triplet: D0, 97 and BD. RGB value is (208,151,189). Sum of RGB (Red+Green+Blue) = 208+151+189=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D097BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097BD is #2F6842. Grayscale: #ACACAC. Windows color (decimal): -3106883 or 12425168. OLE color: 12425168.
HSL color Cylindrical-coordinate representation of color #D097BD: hue angle of 320º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D097BD is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 189 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.18 |
| HSL | 320º | 0.38% | 0.7% | - |
| HSV(B) | 320º | 0.27% | 0.82% | - |
| XYZ | 46.26 | 39.22 | 53.28 | - |
| YUV | 172.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 189 | 0 | 0.27 | 0.09 | 0.18 | 320 | 0.38 | 0.7 |
| Hex | D0 | 97 | BD | 0 | 1B | 9 | 12 | 140 | 26 | 46 |
| Octal | 320 | 227 | 275 | 0 | 33 | 11 | 22 | 500 | 46 | 106 |
| Binary | 11010000 | 10010111 | 10111101 | 0 | 11011 | 1001 | 10010 | 101000000 | 100110 | 1000110 |
Color Harmonies of #D097BD
Complementary color
Monochromatic Colors of #D097BD
Black with #D097BD
Text Example
Text Example
White with #D097BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097BD; }
p { color: rgb(208,151,189); }
H1.HeaderClassName
{
color: #D097BD;
}
.AnyTagClassName
{
color: #D097BD;
}
</style>
background-color css
<style>
a { background-color: #D097BD; }
a { background-color: rgb(208,151,189); }
div.DivClassName
{
background-color: #D097BD;
}
.BgClassName
{
background-color: #D097BD;
}
</style>
border-color css
<style>
span { border-color: #D097BD; }
span { border-color: rgb(208,151,189); }
td.TdClassName
{
border-color: #D097BD;
}
.TagClassName
{
border-color: #D097BD;
}
</style>