Shades of Lily #D383BD
Tints of Lily #D383BD
RGB
CMYK
RGB Variations
Color information
#D383BD (or 0xD383BD) is known color: Lily. HEX triplet: D3, 83 and BD. RGB value is (211,131,189). Sum of RGB (Red+Green+Blue) = 211+131+189=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D383BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383BD is #2C7C42. Grayscale: #A1A1A1. Windows color (decimal): -2915395 or 12420051. OLE color: 12420051.
HSL color Cylindrical-coordinate representation of color #D383BD: hue angle of 316.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D383BD is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 189 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.17 |
| HSL | 316.5º | 0.48% | 0.67% | - |
| HSV(B) | 316.5º | 0.38% | 0.83% | - |
| XYZ | 44.17 | 33.76 | 52.33 | - |
| YUV | 161.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 189 | 0 | 0.38 | 0.10 | 0.17 | 316.5 | 0.48 | 0.67 |
| Hex | D3 | 83 | BD | 0 | 26 | A | 11 | 13C | 30 | 43 |
| Octal | 323 | 203 | 275 | 0 | 46 | 12 | 21 | 474 | 60 | 103 |
| Binary | 11010011 | 10000011 | 10111101 | 0 | 100110 | 1010 | 10001 | 100111100 | 110000 | 1000011 |
Color Harmonies of #D383BD
Complementary color
Monochromatic Colors of #D383BD
Black with #D383BD
Text Example
Text Example
White with #D383BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383BD; }
p { color: rgb(211,131,189); }
H1.HeaderClassName
{
color: #D383BD;
}
.AnyTagClassName
{
color: #D383BD;
}
</style>
background-color css
<style>
a { background-color: #D383BD; }
a { background-color: rgb(211,131,189); }
div.DivClassName
{
background-color: #D383BD;
}
.BgClassName
{
background-color: #D383BD;
}
</style>
border-color css
<style>
span { border-color: #D383BD; }
span { border-color: rgb(211,131,189); }
td.TdClassName
{
border-color: #D383BD;
}
.TagClassName
{
border-color: #D383BD;
}
</style>