Shades of Lily #D28CB3
Tints of Lily #D28CB3
RGB
CMYK
RGB Variations
Color information
#D28CB3 (or 0xD28CB3) is known color: Lily. HEX triplet: D2, 8C and B3. RGB value is (210,140,179). Sum of RGB (Red+Green+Blue) = 210+140+179=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CB3 is #2D734C. Grayscale: #A5A5A5. Windows color (decimal): -2978637 or 11766994. OLE color: 11766994.
HSL color Cylindrical-coordinate representation of color #D28CB3: hue angle of 326.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28CB3 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 179 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.18 |
| HSL | 326.57º | 0.44% | 0.69% | - |
| HSV(B) | 326.57º | 0.33% | 0.82% | - |
| XYZ | 44.09 | 35.71 | 47.22 | - |
| YUV | 165.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 179 | 0 | 0.33 | 0.15 | 0.18 | 326.57 | 0.44 | 0.69 |
| Hex | D2 | 8C | B3 | 0 | 21 | F | 12 | 147 | 2C | 45 |
| Octal | 322 | 214 | 263 | 0 | 41 | 17 | 22 | 507 | 54 | 105 |
| Binary | 11010010 | 10001100 | 10110011 | 0 | 100001 | 1111 | 10010 | 101000111 | 101100 | 1000101 |
Color Harmonies of #D28CB3
Complementary color
Monochromatic Colors of #D28CB3
Black with #D28CB3
Text Example
Text Example
White with #D28CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CB3; }
p { color: rgb(210,140,179); }
H1.HeaderClassName
{
color: #D28CB3;
}
.AnyTagClassName
{
color: #D28CB3;
}
</style>
background-color css
<style>
a { background-color: #D28CB3; }
a { background-color: rgb(210,140,179); }
div.DivClassName
{
background-color: #D28CB3;
}
.BgClassName
{
background-color: #D28CB3;
}
</style>
border-color css
<style>
span { border-color: #D28CB3; }
span { border-color: rgb(210,140,179); }
td.TdClassName
{
border-color: #D28CB3;
}
.TagClassName
{
border-color: #D28CB3;
}
</style>