Shades of Lily #D284B3
Tints of Lily #D284B3
RGB
CMYK
RGB Variations
Color information
#D284B3 (or 0xD284B3) is known color: Lily. HEX triplet: D2, 84 and B3. RGB value is (210,132,179). Sum of RGB (Red+Green+Blue) = 210+132+179=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D284B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284B3 is #2D7B4C. Grayscale: #A0A0A0. Windows color (decimal): -2980685 or 11764946. OLE color: 11764946.
HSL color Cylindrical-coordinate representation of color #D284B3: hue angle of 323.85º 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 #D284B3 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 179 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.18 |
| HSL | 323.85º | 0.46% | 0.67% | - |
| HSV(B) | 323.85º | 0.37% | 0.82% | - |
| XYZ | 42.97 | 33.46 | 46.84 | - |
| YUV | 160.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 179 | 0 | 0.37 | 0.15 | 0.18 | 323.85 | 0.46 | 0.67 |
| Hex | D2 | 84 | B3 | 0 | 25 | F | 12 | 144 | 2E | 43 |
| Octal | 322 | 204 | 263 | 0 | 45 | 17 | 22 | 504 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10110011 | 0 | 100101 | 1111 | 10010 | 101000100 | 101110 | 1000011 |
Color Harmonies of #D284B3
Complementary color
Monochromatic Colors of #D284B3
Black with #D284B3
Text Example
Text Example
White with #D284B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284B3; }
p { color: rgb(210,132,179); }
H1.HeaderClassName
{
color: #D284B3;
}
.AnyTagClassName
{
color: #D284B3;
}
</style>
background-color css
<style>
a { background-color: #D284B3; }
a { background-color: rgb(210,132,179); }
div.DivClassName
{
background-color: #D284B3;
}
.BgClassName
{
background-color: #D284B3;
}
</style>
border-color css
<style>
span { border-color: #D284B3; }
span { border-color: rgb(210,132,179); }
td.TdClassName
{
border-color: #D284B3;
}
.TagClassName
{
border-color: #D284B3;
}
</style>