Shades of Lily #D083B5
Tints of Lily #D083B5
RGB
CMYK
RGB Variations
Color information
#D083B5 (or 0xD083B5) is known color: Lily. HEX triplet: D0, 83 and B5. RGB value is (208,131,181). Sum of RGB (Red+Green+Blue) = 208+131+181=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D083B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083B5 is #2F7C4A. Grayscale: #9F9F9F. Windows color (decimal): -3112011 or 11895760. OLE color: 11895760.
HSL color Cylindrical-coordinate representation of color #D083B5: hue angle of 321.04º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083B5 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 181 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.18 |
| HSL | 321.04º | 0.45% | 0.66% | - |
| HSV(B) | 321.04º | 0.37% | 0.82% | - |
| XYZ | 42.47 | 32.98 | 47.84 | - |
| YUV | 159.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 181 | 0 | 0.37 | 0.13 | 0.18 | 321.04 | 0.45 | 0.66 |
| Hex | D0 | 83 | B5 | 0 | 25 | D | 12 | 141 | 2D | 42 |
| Octal | 320 | 203 | 265 | 0 | 45 | 15 | 22 | 501 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10110101 | 0 | 100101 | 1101 | 10010 | 101000001 | 101101 | 1000010 |
Color Harmonies of #D083B5
Complementary color
Monochromatic Colors of #D083B5
Black with #D083B5
Text Example
Text Example
White with #D083B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083B5; }
p { color: rgb(208,131,181); }
H1.HeaderClassName
{
color: #D083B5;
}
.AnyTagClassName
{
color: #D083B5;
}
</style>
background-color css
<style>
a { background-color: #D083B5; }
a { background-color: rgb(208,131,181); }
div.DivClassName
{
background-color: #D083B5;
}
.BgClassName
{
background-color: #D083B5;
}
</style>
border-color css
<style>
span { border-color: #D083B5; }
span { border-color: rgb(208,131,181); }
td.TdClassName
{
border-color: #D083B5;
}
.TagClassName
{
border-color: #D083B5;
}
</style>