Shades of Lily #D083BD
Tints of Lily #D083BD
RGB
CMYK
RGB Variations
Color information
#D083BD (or 0xD083BD) is known color: Lily. HEX triplet: D0, 83 and BD. RGB value is (208,131,189). Sum of RGB (Red+Green+Blue) = 208+131+189=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D083BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083BD is #2F7C42. Grayscale: #A0A0A0. Windows color (decimal): -3112003 or 12420048. OLE color: 12420048.
HSL color Cylindrical-coordinate representation of color #D083BD: hue angle of 314.81º 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 #D083BD is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 189 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.18 |
| HSL | 314.81º | 0.45% | 0.66% | - |
| HSV(B) | 314.81º | 0.37% | 0.82% | - |
| XYZ | 43.31 | 33.32 | 52.29 | - |
| YUV | 160.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 189 | 0 | 0.37 | 0.09 | 0.18 | 314.81 | 0.45 | 0.66 |
| Hex | D0 | 83 | BD | 0 | 25 | 9 | 12 | 13B | 2D | 42 |
| Octal | 320 | 203 | 275 | 0 | 45 | 11 | 22 | 473 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10111101 | 0 | 100101 | 1001 | 10010 | 100111011 | 101101 | 1000010 |
Color Harmonies of #D083BD
Complementary color
Monochromatic Colors of #D083BD
Black with #D083BD
Text Example
Text Example
White with #D083BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083BD; }
p { color: rgb(208,131,189); }
H1.HeaderClassName
{
color: #D083BD;
}
.AnyTagClassName
{
color: #D083BD;
}
</style>
background-color css
<style>
a { background-color: #D083BD; }
a { background-color: rgb(208,131,189); }
div.DivClassName
{
background-color: #D083BD;
}
.BgClassName
{
background-color: #D083BD;
}
</style>
border-color css
<style>
span { border-color: #D083BD; }
span { border-color: rgb(208,131,189); }
td.TdClassName
{
border-color: #D083BD;
}
.TagClassName
{
border-color: #D083BD;
}
</style>