Shades of Lily #D292B3
Tints of Lily #D292B3
RGB
CMYK
RGB Variations
Color information
#D292B3 (or 0xD292B3) is known color: Lily. HEX triplet: D2, 92 and B3. RGB value is (210,146,179). Sum of RGB (Red+Green+Blue) = 210+146+179=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D292B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292B3 is #2D6D4C. Grayscale: #A8A8A8. Windows color (decimal): -2977101 or 11768530. OLE color: 11768530.
HSL color Cylindrical-coordinate representation of color #D292B3: hue angle of 329.06º degrees, saturation: 0.42, 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 #D292B3 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 179 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.18 |
| HSL | 329.06º | 0.42% | 0.7% | - |
| HSV(B) | 329.06º | 0.3% | 0.82% | - |
| XYZ | 44.99 | 37.51 | 47.52 | - |
| YUV | 168.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 179 | 0 | 0.30 | 0.15 | 0.18 | 329.06 | 0.42 | 0.7 |
| Hex | D2 | 92 | B3 | 0 | 1E | F | 12 | 149 | 2A | 46 |
| Octal | 322 | 222 | 263 | 0 | 36 | 17 | 22 | 511 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10110011 | 0 | 11110 | 1111 | 10010 | 101001001 | 101010 | 1000110 |
Color Harmonies of #D292B3
Complementary color
Monochromatic Colors of #D292B3
Black with #D292B3
Text Example
Text Example
White with #D292B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292B3; }
p { color: rgb(210,146,179); }
H1.HeaderClassName
{
color: #D292B3;
}
.AnyTagClassName
{
color: #D292B3;
}
</style>
background-color css
<style>
a { background-color: #D292B3; }
a { background-color: rgb(210,146,179); }
div.DivClassName
{
background-color: #D292B3;
}
.BgClassName
{
background-color: #D292B3;
}
</style>
border-color css
<style>
span { border-color: #D292B3; }
span { border-color: rgb(210,146,179); }
td.TdClassName
{
border-color: #D292B3;
}
.TagClassName
{
border-color: #D292B3;
}
</style>