Shades of Lily #D284B2
Tints of Lily #D284B2
RGB
CMYK
RGB Variations
Color information
#D284B2 (or 0xD284B2) is known color: Lily. HEX triplet: D2, 84 and B2. RGB value is (210,132,178). Sum of RGB (Red+Green+Blue) = 210+132+178=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D284B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D284B2 is #2D7B4D. Grayscale: #A0A0A0. Windows color (decimal): -2980686 or 11699410. OLE color: 11699410.
HSL color Cylindrical-coordinate representation of color #D284B2: hue angle of 324.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284B2 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 178 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.18 |
| HSL | 324.62º | 0.46% | 0.67% | - |
| HSV(B) | 324.62º | 0.37% | 0.82% | - |
| XYZ | 42.87 | 33.42 | 46.31 | - |
| YUV | 160.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 178 | 0 | 0.37 | 0.15 | 0.18 | 324.62 | 0.46 | 0.67 |
| Hex | D2 | 84 | B2 | 0 | 25 | F | 12 | 145 | 2E | 43 |
| Octal | 322 | 204 | 262 | 0 | 45 | 17 | 22 | 505 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10110010 | 0 | 100101 | 1111 | 10010 | 101000101 | 101110 | 1000011 |
Color Harmonies of #D284B2
Complementary color
Monochromatic Colors of #D284B2
Black with #D284B2
Text Example
Text Example
White with #D284B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284B2; }
p { color: rgb(210,132,178); }
H1.HeaderClassName
{
color: #D284B2;
}
.AnyTagClassName
{
color: #D284B2;
}
</style>
background-color css
<style>
a { background-color: #D284B2; }
a { background-color: rgb(210,132,178); }
div.DivClassName
{
background-color: #D284B2;
}
.BgClassName
{
background-color: #D284B2;
}
</style>
border-color css
<style>
span { border-color: #D284B2; }
span { border-color: rgb(210,132,178); }
td.TdClassName
{
border-color: #D284B2;
}
.TagClassName
{
border-color: #D284B2;
}
</style>