Shades of Lily #D283BA
Tints of Lily #D283BA
RGB
CMYK
RGB Variations
Color information
#D283BA (or 0xD283BA) is known color: Lily. HEX triplet: D2, 83 and BA. RGB value is (210,131,186). Sum of RGB (Red+Green+Blue) = 210+131+186=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D283BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283BA is #2D7C45. Grayscale: #A0A0A0. Windows color (decimal): -2980934 or 12223442. OLE color: 12223442.
HSL color Cylindrical-coordinate representation of color #D283BA: hue angle of 318.23º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283BA is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 186 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.18 |
| HSL | 318.23º | 0.47% | 0.67% | - |
| HSV(B) | 318.23º | 0.38% | 0.82% | - |
| XYZ | 43.56 | 33.48 | 50.62 | - |
| YUV | 160.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 186 | 0 | 0.38 | 0.11 | 0.18 | 318.23 | 0.47 | 0.67 |
| Hex | D2 | 83 | BA | 0 | 26 | B | 12 | 13E | 2F | 43 |
| Octal | 322 | 203 | 272 | 0 | 46 | 13 | 22 | 476 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10111010 | 0 | 100110 | 1011 | 10010 | 100111110 | 101111 | 1000011 |
Color Harmonies of #D283BA
Complementary color
Monochromatic Colors of #D283BA
Black with #D283BA
Text Example
Text Example
White with #D283BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283BA; }
p { color: rgb(210,131,186); }
H1.HeaderClassName
{
color: #D283BA;
}
.AnyTagClassName
{
color: #D283BA;
}
</style>
background-color css
<style>
a { background-color: #D283BA; }
a { background-color: rgb(210,131,186); }
div.DivClassName
{
background-color: #D283BA;
}
.BgClassName
{
background-color: #D283BA;
}
</style>
border-color css
<style>
span { border-color: #D283BA; }
span { border-color: rgb(210,131,186); }
td.TdClassName
{
border-color: #D283BA;
}
.TagClassName
{
border-color: #D283BA;
}
</style>