Shades of Lily #D28AB4
Tints of Lily #D28AB4
RGB
CMYK
RGB Variations
Color information
#D28AB4 (or 0xD28AB4) is known color: Lily. HEX triplet: D2, 8A and B4. RGB value is (210,138,180). Sum of RGB (Red+Green+Blue) = 210+138+180=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AB4 is #2D754B. Grayscale: #A4A4A4. Windows color (decimal): -2979148 or 11832018. OLE color: 11832018.
HSL color Cylindrical-coordinate representation of color #D28AB4: hue angle of 325º 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 #D28AB4 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 180 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.18 |
| HSL | 325º | 0.44% | 0.68% | - |
| HSV(B) | 325º | 0.34% | 0.82% | - |
| XYZ | 43.91 | 35.17 | 47.66 | - |
| YUV | 164.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 180 | 0 | 0.34 | 0.14 | 0.18 | 325 | 0.44 | 0.68 |
| Hex | D2 | 8A | B4 | 0 | 22 | E | 12 | 145 | 2C | 44 |
| Octal | 322 | 212 | 264 | 0 | 42 | 16 | 22 | 505 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10110100 | 0 | 100010 | 1110 | 10010 | 101000101 | 101100 | 1000100 |
Color Harmonies of #D28AB4
Complementary color
Monochromatic Colors of #D28AB4
Black with #D28AB4
Text Example
Text Example
White with #D28AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AB4; }
p { color: rgb(210,138,180); }
H1.HeaderClassName
{
color: #D28AB4;
}
.AnyTagClassName
{
color: #D28AB4;
}
</style>
background-color css
<style>
a { background-color: #D28AB4; }
a { background-color: rgb(210,138,180); }
div.DivClassName
{
background-color: #D28AB4;
}
.BgClassName
{
background-color: #D28AB4;
}
</style>
border-color css
<style>
span { border-color: #D28AB4; }
span { border-color: rgb(210,138,180); }
td.TdClassName
{
border-color: #D28AB4;
}
.TagClassName
{
border-color: #D28AB4;
}
</style>