Shades of Lily #D293BD
Tints of Lily #D293BD
RGB
CMYK
RGB Variations
Color information
#D293BD (or 0xD293BD) is known color: Lily. HEX triplet: D2, 93 and BD. RGB value is (210,147,189). Sum of RGB (Red+Green+Blue) = 210+147+189=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D293BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293BD is #2D6C42. Grayscale: #AAAAAA. Windows color (decimal): -2976835 or 12424146. OLE color: 12424146.
HSL color Cylindrical-coordinate representation of color #D293BD: hue angle of 320º 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 #D293BD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 189 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.18 |
| HSL | 320º | 0.41% | 0.7% | - |
| HSV(B) | 320º | 0.3% | 0.82% | - |
| XYZ | 46.2 | 38.24 | 53.09 | - |
| YUV | 170.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 189 | 0 | 0.30 | 0.10 | 0.18 | 320 | 0.41 | 0.7 |
| Hex | D2 | 93 | BD | 0 | 1E | A | 12 | 140 | 29 | 46 |
| Octal | 322 | 223 | 275 | 0 | 36 | 12 | 22 | 500 | 51 | 106 |
| Binary | 11010010 | 10010011 | 10111101 | 0 | 11110 | 1010 | 10010 | 101000000 | 101001 | 1000110 |
Color Harmonies of #D293BD
Complementary color
Monochromatic Colors of #D293BD
Black with #D293BD
Text Example
Text Example
White with #D293BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293BD; }
p { color: rgb(210,147,189); }
H1.HeaderClassName
{
color: #D293BD;
}
.AnyTagClassName
{
color: #D293BD;
}
</style>
background-color css
<style>
a { background-color: #D293BD; }
a { background-color: rgb(210,147,189); }
div.DivClassName
{
background-color: #D293BD;
}
.BgClassName
{
background-color: #D293BD;
}
</style>
border-color css
<style>
span { border-color: #D293BD; }
span { border-color: rgb(210,147,189); }
td.TdClassName
{
border-color: #D293BD;
}
.TagClassName
{
border-color: #D293BD;
}
</style>