Shades of Lily #D28AB3
Tints of Lily #D28AB3
RGB
CMYK
RGB Variations
Color information
#D28AB3 (or 0xD28AB3) is known color: Lily. HEX triplet: D2, 8A and B3. RGB value is (210,138,179). Sum of RGB (Red+Green+Blue) = 210+138+179=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AB3 is #2D754C. Grayscale: #A4A4A4. Windows color (decimal): -2979149 or 11766482. OLE color: 11766482.
HSL color Cylindrical-coordinate representation of color #D28AB3: hue angle of 325.83º 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 #D28AB3 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 179 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.18 |
| HSL | 325.83º | 0.44% | 0.68% | - |
| HSV(B) | 325.83º | 0.34% | 0.82% | - |
| XYZ | 43.8 | 35.13 | 47.12 | - |
| YUV | 164.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 179 | 0 | 0.34 | 0.15 | 0.18 | 325.83 | 0.44 | 0.68 |
| Hex | D2 | 8A | B3 | 0 | 22 | F | 12 | 146 | 2C | 44 |
| Octal | 322 | 212 | 263 | 0 | 42 | 17 | 22 | 506 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10110011 | 0 | 100010 | 1111 | 10010 | 101000110 | 101100 | 1000100 |
Color Harmonies of #D28AB3
Complementary color
Monochromatic Colors of #D28AB3
Black with #D28AB3
Text Example
Text Example
White with #D28AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AB3; }
p { color: rgb(210,138,179); }
H1.HeaderClassName
{
color: #D28AB3;
}
.AnyTagClassName
{
color: #D28AB3;
}
</style>
background-color css
<style>
a { background-color: #D28AB3; }
a { background-color: rgb(210,138,179); }
div.DivClassName
{
background-color: #D28AB3;
}
.BgClassName
{
background-color: #D28AB3;
}
</style>
border-color css
<style>
span { border-color: #D28AB3; }
span { border-color: rgb(210,138,179); }
td.TdClassName
{
border-color: #D28AB3;
}
.TagClassName
{
border-color: #D28AB3;
}
</style>