Shades of Lily #D293B4
Tints of Lily #D293B4
RGB
CMYK
RGB Variations
Color information
#D293B4 (or 0xD293B4) is known color: Lily. HEX triplet: D2, 93 and B4. RGB value is (210,147,180). Sum of RGB (Red+Green+Blue) = 210+147+180=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D293B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293B4 is #2D6C4B. Grayscale: #A9A9A9. Windows color (decimal): -2976844 or 11834322. OLE color: 11834322.
HSL color Cylindrical-coordinate representation of color #D293B4: hue angle of 328.57º 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 #D293B4 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 180 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.18 |
| HSL | 328.57º | 0.41% | 0.7% | - |
| HSV(B) | 328.57º | 0.3% | 0.82% | - |
| XYZ | 45.25 | 37.86 | 48.1 | - |
| YUV | 169.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 180 | 0 | 0.30 | 0.14 | 0.18 | 328.57 | 0.41 | 0.7 |
| Hex | D2 | 93 | B4 | 0 | 1E | E | 12 | 149 | 29 | 46 |
| Octal | 322 | 223 | 264 | 0 | 36 | 16 | 22 | 511 | 51 | 106 |
| Binary | 11010010 | 10010011 | 10110100 | 0 | 11110 | 1110 | 10010 | 101001001 | 101001 | 1000110 |
Color Harmonies of #D293B4
Complementary color
Monochromatic Colors of #D293B4
Black with #D293B4
Text Example
Text Example
White with #D293B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293B4; }
p { color: rgb(210,147,180); }
H1.HeaderClassName
{
color: #D293B4;
}
.AnyTagClassName
{
color: #D293B4;
}
</style>
background-color css
<style>
a { background-color: #D293B4; }
a { background-color: rgb(210,147,180); }
div.DivClassName
{
background-color: #D293B4;
}
.BgClassName
{
background-color: #D293B4;
}
</style>
border-color css
<style>
span { border-color: #D293B4; }
span { border-color: rgb(210,147,180); }
td.TdClassName
{
border-color: #D293B4;
}
.TagClassName
{
border-color: #D293B4;
}
</style>