Shades of Lily #D190B3
Tints of Lily #D190B3
RGB
CMYK
RGB Variations
Color information
#D190B3 (or 0xD190B3) is known color: Lily. HEX triplet: D1, 90 and B3. RGB value is (209,144,179). Sum of RGB (Red+Green+Blue) = 209+144+179=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D190B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190B3 is #2E6F4C. Grayscale: #A7A7A7. Windows color (decimal): -3043149 or 11768017. OLE color: 11768017.
HSL color Cylindrical-coordinate representation of color #D190B3: hue angle of 327.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D190B3 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 179 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.18 |
| HSL | 327.69º | 0.41% | 0.69% | - |
| HSV(B) | 327.69º | 0.31% | 0.82% | - |
| XYZ | 44.4 | 36.76 | 47.4 | - |
| YUV | 167.43 | 134.53 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 179 | 0 | 0.31 | 0.14 | 0.18 | 327.69 | 0.41 | 0.69 |
| Hex | D1 | 90 | B3 | 0 | 1F | E | 12 | 148 | 29 | 45 |
| Octal | 321 | 220 | 263 | 0 | 37 | 16 | 22 | 510 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10110011 | 0 | 11111 | 1110 | 10010 | 101001000 | 101001 | 1000101 |
Color Harmonies of #D190B3
Complementary color
Monochromatic Colors of #D190B3
Black with #D190B3
Text Example
Text Example
White with #D190B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190B3; }
p { color: rgb(209,144,179); }
H1.HeaderClassName
{
color: #D190B3;
}
.AnyTagClassName
{
color: #D190B3;
}
</style>
background-color css
<style>
a { background-color: #D190B3; }
a { background-color: rgb(209,144,179); }
div.DivClassName
{
background-color: #D190B3;
}
.BgClassName
{
background-color: #D190B3;
}
</style>
border-color css
<style>
span { border-color: #D190B3; }
span { border-color: rgb(209,144,179); }
td.TdClassName
{
border-color: #D190B3;
}
.TagClassName
{
border-color: #D190B3;
}
</style>