Shades of Lily #D39AC1
Tints of Lily #D39AC1
RGB
CMYK
RGB Variations
Color information
#D39AC1 (or 0xD39AC1) is known color: Lily. HEX triplet: D3, 9A and C1. RGB value is (211,154,193). Sum of RGB (Red+Green+Blue) = 211+154+193=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D39AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AC1 is #2C653E. Grayscale: #AFAFAF. Windows color (decimal): -2909503 or 12688083. OLE color: 12688083.
HSL color Cylindrical-coordinate representation of color #D39AC1: hue angle of 318.95º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39AC1 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 193 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.17 |
| HSL | 318.95º | 0.39% | 0.72% | - |
| HSV(B) | 318.95º | 0.27% | 0.83% | - |
| XYZ | 48.05 | 40.81 | 55.8 | - |
| YUV | 175.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 193 | 0 | 0.27 | 0.09 | 0.17 | 318.95 | 0.39 | 0.72 |
| Hex | D3 | 9A | C1 | 0 | 1B | 9 | 11 | 13F | 27 | 48 |
| Octal | 323 | 232 | 301 | 0 | 33 | 11 | 21 | 477 | 47 | 110 |
| Binary | 11010011 | 10011010 | 11000001 | 0 | 11011 | 1001 | 10001 | 100111111 | 100111 | 1001000 |
Color Harmonies of #D39AC1
Complementary color
Monochromatic Colors of #D39AC1
Black with #D39AC1
Text Example
Text Example
White with #D39AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AC1; }
p { color: rgb(211,154,193); }
H1.HeaderClassName
{
color: #D39AC1;
}
.AnyTagClassName
{
color: #D39AC1;
}
</style>
background-color css
<style>
a { background-color: #D39AC1; }
a { background-color: rgb(211,154,193); }
div.DivClassName
{
background-color: #D39AC1;
}
.BgClassName
{
background-color: #D39AC1;
}
</style>
border-color css
<style>
span { border-color: #D39AC1; }
span { border-color: rgb(211,154,193); }
td.TdClassName
{
border-color: #D39AC1;
}
.TagClassName
{
border-color: #D39AC1;
}
</style>