Shades of Lily #D28BB3
Tints of Lily #D28BB3
RGB
CMYK
RGB Variations
Color information
#D28BB3 (or 0xD28BB3) is known color: Lily. HEX triplet: D2, 8B and B3. RGB value is (210,139,179). Sum of RGB (Red+Green+Blue) = 210+139+179=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BB3 is #2D744C. Grayscale: #A4A4A4. Windows color (decimal): -2978893 or 11766738. OLE color: 11766738.
HSL color Cylindrical-coordinate representation of color #D28BB3: hue angle of 326.2º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28BB3 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 179 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.18 |
| HSL | 326.2º | 0.44% | 0.68% | - |
| HSV(B) | 326.2º | 0.34% | 0.82% | - |
| XYZ | 43.95 | 35.42 | 47.17 | - |
| YUV | 164.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 179 | 0 | 0.34 | 0.15 | 0.18 | 326.2 | 0.44 | 0.68 |
| Hex | D2 | 8B | B3 | 0 | 22 | F | 12 | 146 | 2C | 44 |
| Octal | 322 | 213 | 263 | 0 | 42 | 17 | 22 | 506 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10110011 | 0 | 100010 | 1111 | 10010 | 101000110 | 101100 | 1000100 |
Color Harmonies of #D28BB3
Complementary color
Monochromatic Colors of #D28BB3
Black with #D28BB3
Text Example
Text Example
White with #D28BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BB3; }
p { color: rgb(210,139,179); }
H1.HeaderClassName
{
color: #D28BB3;
}
.AnyTagClassName
{
color: #D28BB3;
}
</style>
background-color css
<style>
a { background-color: #D28BB3; }
a { background-color: rgb(210,139,179); }
div.DivClassName
{
background-color: #D28BB3;
}
.BgClassName
{
background-color: #D28BB3;
}
</style>
border-color css
<style>
span { border-color: #D28BB3; }
span { border-color: rgb(210,139,179); }
td.TdClassName
{
border-color: #D28BB3;
}
.TagClassName
{
border-color: #D28BB3;
}
</style>