Shades of Lily #D082B3
Tints of Lily #D082B3
RGB
CMYK
RGB Variations
Color information
#D082B3 (or 0xD082B3) is known color: Lily. HEX triplet: D0, 82 and B3. RGB value is (208,130,179). Sum of RGB (Red+Green+Blue) = 208+130+179=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D082B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082B3 is #2F7D4C. Grayscale: #9E9E9E. Windows color (decimal): -3112269 or 11764432. OLE color: 11764432.
HSL color Cylindrical-coordinate representation of color #D082B3: hue angle of 322.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D082B3 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 179 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.18 |
| HSL | 322.31º | 0.45% | 0.66% | - |
| HSV(B) | 322.31º | 0.38% | 0.82% | - |
| XYZ | 42.13 | 32.63 | 46.73 | - |
| YUV | 158.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 179 | 0 | 0.38 | 0.14 | 0.18 | 322.31 | 0.45 | 0.66 |
| Hex | D0 | 82 | B3 | 0 | 26 | E | 12 | 142 | 2D | 42 |
| Octal | 320 | 202 | 263 | 0 | 46 | 16 | 22 | 502 | 55 | 102 |
| Binary | 11010000 | 10000010 | 10110011 | 0 | 100110 | 1110 | 10010 | 101000010 | 101101 | 1000010 |
Color Harmonies of #D082B3
Complementary color
Monochromatic Colors of #D082B3
Black with #D082B3
Text Example
Text Example
White with #D082B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082B3; }
p { color: rgb(208,130,179); }
H1.HeaderClassName
{
color: #D082B3;
}
.AnyTagClassName
{
color: #D082B3;
}
</style>
background-color css
<style>
a { background-color: #D082B3; }
a { background-color: rgb(208,130,179); }
div.DivClassName
{
background-color: #D082B3;
}
.BgClassName
{
background-color: #D082B3;
}
</style>
border-color css
<style>
span { border-color: #D082B3; }
span { border-color: rgb(208,130,179); }
td.TdClassName
{
border-color: #D082B3;
}
.TagClassName
{
border-color: #D082B3;
}
</style>