Shades of Lily #D288BC
Tints of Lily #D288BC
RGB
CMYK
RGB Variations
Color information
#D288BC (or 0xD288BC) is known color: Lily. HEX triplet: D2, 88 and BC. RGB value is (210,136,188). Sum of RGB (Red+Green+Blue) = 210+136+188=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D288BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288BC is #2D7743. Grayscale: #A3A3A3. Windows color (decimal): -2979652 or 12355794. OLE color: 12355794.
HSL color Cylindrical-coordinate representation of color #D288BC: hue angle of 317.84º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D288BC is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 188 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.18 |
| HSL | 317.84º | 0.45% | 0.68% | - |
| HSV(B) | 317.84º | 0.35% | 0.82% | - |
| XYZ | 44.46 | 34.94 | 51.98 | - |
| YUV | 164.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 188 | 0 | 0.35 | 0.10 | 0.18 | 317.84 | 0.45 | 0.68 |
| Hex | D2 | 88 | BC | 0 | 23 | A | 12 | 13E | 2D | 44 |
| Octal | 322 | 210 | 274 | 0 | 43 | 12 | 22 | 476 | 55 | 104 |
| Binary | 11010010 | 10001000 | 10111100 | 0 | 100011 | 1010 | 10010 | 100111110 | 101101 | 1000100 |
Color Harmonies of #D288BC
Complementary color
Monochromatic Colors of #D288BC
Black with #D288BC
Text Example
Text Example
White with #D288BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288BC; }
p { color: rgb(210,136,188); }
H1.HeaderClassName
{
color: #D288BC;
}
.AnyTagClassName
{
color: #D288BC;
}
</style>
background-color css
<style>
a { background-color: #D288BC; }
a { background-color: rgb(210,136,188); }
div.DivClassName
{
background-color: #D288BC;
}
.BgClassName
{
background-color: #D288BC;
}
</style>
border-color css
<style>
span { border-color: #D288BC; }
span { border-color: rgb(210,136,188); }
td.TdClassName
{
border-color: #D288BC;
}
.TagClassName
{
border-color: #D288BC;
}
</style>