Shades of Lily #D099B3
Tints of Lily #D099B3
RGB
CMYK
RGB Variations
Color information
#D099B3 (or 0xD099B3) is known color: Lily. HEX triplet: D0, 99 and B3. RGB value is (208,153,179). Sum of RGB (Red+Green+Blue) = 208+153+179=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D099B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099B3 is #2F664C. Grayscale: #ACACAC. Windows color (decimal): -3106381 or 11770320. OLE color: 11770320.
HSL color Cylindrical-coordinate representation of color #D099B3: hue angle of 331.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D099B3 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 179 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.18 |
| HSL | 331.64º | 0.37% | 0.71% | - |
| HSV(B) | 331.64º | 0.26% | 0.82% | - |
| XYZ | 45.54 | 39.45 | 47.86 | - |
| YUV | 172.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 179 | 0 | 0.26 | 0.14 | 0.18 | 331.64 | 0.37 | 0.71 |
| Hex | D0 | 99 | B3 | 0 | 1A | E | 12 | 14C | 25 | 47 |
| Octal | 320 | 231 | 263 | 0 | 32 | 16 | 22 | 514 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10110011 | 0 | 11010 | 1110 | 10010 | 101001100 | 100101 | 1000111 |
Color Harmonies of #D099B3
Complementary color
Monochromatic Colors of #D099B3
Black with #D099B3
Text Example
Text Example
White with #D099B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099B3; }
p { color: rgb(208,153,179); }
H1.HeaderClassName
{
color: #D099B3;
}
.AnyTagClassName
{
color: #D099B3;
}
</style>
background-color css
<style>
a { background-color: #D099B3; }
a { background-color: rgb(208,153,179); }
div.DivClassName
{
background-color: #D099B3;
}
.BgClassName
{
background-color: #D099B3;
}
</style>
border-color css
<style>
span { border-color: #D099B3; }
span { border-color: rgb(208,153,179); }
td.TdClassName
{
border-color: #D099B3;
}
.TagClassName
{
border-color: #D099B3;
}
</style>