Shades of Lily #D38ABC
Tints of Lily #D38ABC
RGB
CMYK
RGB Variations
Color information
#D38ABC (or 0xD38ABC) is known color: Lily. HEX triplet: D3, 8A and BC. RGB value is (211,138,188). Sum of RGB (Red+Green+Blue) = 211+138+188=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ABC is #2C7543. Grayscale: #A5A5A5. Windows color (decimal): -2913604 or 12356307. OLE color: 12356307.
HSL color Cylindrical-coordinate representation of color #D38ABC: hue angle of 318.9º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38ABC is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 188 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.17 |
| HSL | 318.9º | 0.45% | 0.68% | - |
| HSV(B) | 318.9º | 0.35% | 0.83% | - |
| XYZ | 45.03 | 35.66 | 52.09 | - |
| YUV | 165.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 188 | 0 | 0.35 | 0.11 | 0.17 | 318.9 | 0.45 | 0.68 |
| Hex | D3 | 8A | BC | 0 | 23 | B | 11 | 13F | 2D | 44 |
| Octal | 323 | 212 | 274 | 0 | 43 | 13 | 21 | 477 | 55 | 104 |
| Binary | 11010011 | 10001010 | 10111100 | 0 | 100011 | 1011 | 10001 | 100111111 | 101101 | 1000100 |
Color Harmonies of #D38ABC
Complementary color
Monochromatic Colors of #D38ABC
Black with #D38ABC
Text Example
Text Example
White with #D38ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ABC; }
p { color: rgb(211,138,188); }
H1.HeaderClassName
{
color: #D38ABC;
}
.AnyTagClassName
{
color: #D38ABC;
}
</style>
background-color css
<style>
a { background-color: #D38ABC; }
a { background-color: rgb(211,138,188); }
div.DivClassName
{
background-color: #D38ABC;
}
.BgClassName
{
background-color: #D38ABC;
}
</style>
border-color css
<style>
span { border-color: #D38ABC; }
span { border-color: rgb(211,138,188); }
td.TdClassName
{
border-color: #D38ABC;
}
.TagClassName
{
border-color: #D38ABC;
}
</style>