Shades of Lily #D283B6
Tints of Lily #D283B6
RGB
CMYK
RGB Variations
Color information
#D283B6 (or 0xD283B6) is known color: Lily. HEX triplet: D2, 83 and B6. RGB value is (210,131,182). Sum of RGB (Red+Green+Blue) = 210+131+182=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D283B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283B6 is #2D7C49. Grayscale: #A0A0A0. Windows color (decimal): -2980938 or 11961298. OLE color: 11961298.
HSL color Cylindrical-coordinate representation of color #D283B6: hue angle of 321.27º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283B6 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 182 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.18 |
| HSL | 321.27º | 0.47% | 0.67% | - |
| HSV(B) | 321.27º | 0.38% | 0.82% | - |
| XYZ | 43.14 | 33.31 | 48.41 | - |
| YUV | 160.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 182 | 0 | 0.38 | 0.13 | 0.18 | 321.27 | 0.47 | 0.67 |
| Hex | D2 | 83 | B6 | 0 | 26 | D | 12 | 141 | 2F | 43 |
| Octal | 322 | 203 | 266 | 0 | 46 | 15 | 22 | 501 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10110110 | 0 | 100110 | 1101 | 10010 | 101000001 | 101111 | 1000011 |
Color Harmonies of #D283B6
Complementary color
Monochromatic Colors of #D283B6
Black with #D283B6
Text Example
Text Example
White with #D283B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283B6; }
p { color: rgb(210,131,182); }
H1.HeaderClassName
{
color: #D283B6;
}
.AnyTagClassName
{
color: #D283B6;
}
</style>
background-color css
<style>
a { background-color: #D283B6; }
a { background-color: rgb(210,131,182); }
div.DivClassName
{
background-color: #D283B6;
}
.BgClassName
{
background-color: #D283B6;
}
</style>
border-color css
<style>
span { border-color: #D283B6; }
span { border-color: rgb(210,131,182); }
td.TdClassName
{
border-color: #D283B6;
}
.TagClassName
{
border-color: #D283B6;
}
</style>