Shades of Lily #D081B4
Tints of Lily #D081B4
RGB
CMYK
RGB Variations
Color information
#D081B4 (or 0xD081B4) is known color: Lily. HEX triplet: D0, 81 and B4. RGB value is (208,129,180). Sum of RGB (Red+Green+Blue) = 208+129+180=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D081B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081B4 is #2F7E4B. Grayscale: #9E9E9E. Windows color (decimal): -3112524 or 11829712. OLE color: 11829712.
HSL color Cylindrical-coordinate representation of color #D081B4: hue angle of 321.27º degrees, saturation: 0.46, 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 #D081B4 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 180 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.18 |
| HSL | 321.27º | 0.46% | 0.66% | - |
| HSV(B) | 321.27º | 0.38% | 0.82% | - |
| XYZ | 42.1 | 32.41 | 47.22 | - |
| YUV | 158.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 180 | 0 | 0.38 | 0.13 | 0.18 | 321.27 | 0.46 | 0.66 |
| Hex | D0 | 81 | B4 | 0 | 26 | D | 12 | 141 | 2E | 42 |
| Octal | 320 | 201 | 264 | 0 | 46 | 15 | 22 | 501 | 56 | 102 |
| Binary | 11010000 | 10000001 | 10110100 | 0 | 100110 | 1101 | 10010 | 101000001 | 101110 | 1000010 |
Color Harmonies of #D081B4
Complementary color
Monochromatic Colors of #D081B4
Black with #D081B4
Text Example
Text Example
White with #D081B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081B4; }
p { color: rgb(208,129,180); }
H1.HeaderClassName
{
color: #D081B4;
}
.AnyTagClassName
{
color: #D081B4;
}
</style>
background-color css
<style>
a { background-color: #D081B4; }
a { background-color: rgb(208,129,180); }
div.DivClassName
{
background-color: #D081B4;
}
.BgClassName
{
background-color: #D081B4;
}
</style>
border-color css
<style>
span { border-color: #D081B4; }
span { border-color: rgb(208,129,180); }
td.TdClassName
{
border-color: #D081B4;
}
.TagClassName
{
border-color: #D081B4;
}
</style>