Shades of Lilac #D389C9
Tints of Lilac #D389C9
RGB
CMYK
RGB Variations
Color information
#D389C9 (or 0xD389C9) is known color: Lilac. HEX triplet: D3, 89 and C9. RGB value is (211,137,201). Sum of RGB (Red+Green+Blue) = 211+137+201=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D389C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389C9 is #2C7636. Grayscale: #A6A6A6. Windows color (decimal): -2913847 or 13208019. OLE color: 13208019.
HSL color Cylindrical-coordinate representation of color #D389C9: hue angle of 308.11º degrees, saturation: 0.46, 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 #D389C9 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 201 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.17 |
| HSL | 308.11º | 0.46% | 0.68% | - |
| HSV(B) | 308.11º | 0.35% | 0.83% | - |
| XYZ | 46.35 | 35.96 | 59.76 | - |
| YUV | 166.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 201 | 0 | 0.35 | 0.05 | 0.17 | 308.11 | 0.46 | 0.68 |
| Hex | D3 | 89 | C9 | 0 | 23 | 5 | 11 | 134 | 2E | 44 |
| Octal | 323 | 211 | 311 | 0 | 43 | 5 | 21 | 464 | 56 | 104 |
| Binary | 11010011 | 10001001 | 11001001 | 0 | 100011 | 101 | 10001 | 100110100 | 101110 | 1000100 |
Color Harmonies of #D389C9
Complementary color
Monochromatic Colors of #D389C9
Black with #D389C9
Text Example
Text Example
White with #D389C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389C9; }
p { color: rgb(211,137,201); }
H1.HeaderClassName
{
color: #D389C9;
}
.AnyTagClassName
{
color: #D389C9;
}
</style>
background-color css
<style>
a { background-color: #D389C9; }
a { background-color: rgb(211,137,201); }
div.DivClassName
{
background-color: #D389C9;
}
.BgClassName
{
background-color: #D389C9;
}
</style>
border-color css
<style>
span { border-color: #D389C9; }
span { border-color: rgb(211,137,201); }
td.TdClassName
{
border-color: #D389C9;
}
.TagClassName
{
border-color: #D389C9;
}
</style>