Shades of Lily #D293BF
Tints of Lily #D293BF
RGB
CMYK
RGB Variations
Color information
#D293BF (or 0xD293BF) is known color: Lily. HEX triplet: D2, 93 and BF. RGB value is (210,147,191). Sum of RGB (Red+Green+Blue) = 210+147+191=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D293BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293BF is #2D6C40. Grayscale: #AAAAAA. Windows color (decimal): -2976833 or 12555218. OLE color: 12555218.
HSL color Cylindrical-coordinate representation of color #D293BF: hue angle of 318.1º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D293BF is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 191 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.18 |
| HSL | 318.1º | 0.41% | 0.7% | - |
| HSV(B) | 318.1º | 0.3% | 0.82% | - |
| XYZ | 46.42 | 38.33 | 54.24 | - |
| YUV | 170.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 191 | 0 | 0.30 | 0.09 | 0.18 | 318.1 | 0.41 | 0.7 |
| Hex | D2 | 93 | BF | 0 | 1E | 9 | 12 | 13E | 29 | 46 |
| Octal | 322 | 223 | 277 | 0 | 36 | 11 | 22 | 476 | 51 | 106 |
| Binary | 11010010 | 10010011 | 10111111 | 0 | 11110 | 1001 | 10010 | 100111110 | 101001 | 1000110 |
Color Harmonies of #D293BF
Complementary color
Monochromatic Colors of #D293BF
Black with #D293BF
Text Example
Text Example
White with #D293BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293BF; }
p { color: rgb(210,147,191); }
H1.HeaderClassName
{
color: #D293BF;
}
.AnyTagClassName
{
color: #D293BF;
}
</style>
background-color css
<style>
a { background-color: #D293BF; }
a { background-color: rgb(210,147,191); }
div.DivClassName
{
background-color: #D293BF;
}
.BgClassName
{
background-color: #D293BF;
}
</style>
border-color css
<style>
span { border-color: #D293BF; }
span { border-color: rgb(210,147,191); }
td.TdClassName
{
border-color: #D293BF;
}
.TagClassName
{
border-color: #D293BF;
}
</style>