Shades of Lilac #D389C3
Tints of Lilac #D389C3
RGB
CMYK
RGB Variations
Color information
#D389C3 (or 0xD389C3) is known color: Lilac. HEX triplet: D3, 89 and C3. RGB value is (211,137,195). Sum of RGB (Red+Green+Blue) = 211+137+195=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D389C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389C3 is #2C763C. Grayscale: #A5A5A5. Windows color (decimal): -2913853 or 12814803. OLE color: 12814803.
HSL color Cylindrical-coordinate representation of color #D389C3: hue angle of 312.97º 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 #D389C3 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 195 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.17 |
| HSL | 312.97º | 0.46% | 0.68% | - |
| HSV(B) | 312.97º | 0.35% | 0.83% | - |
| XYZ | 45.66 | 35.68 | 56.11 | - |
| YUV | 165.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 195 | 0 | 0.35 | 0.08 | 0.17 | 312.97 | 0.46 | 0.68 |
| Hex | D3 | 89 | C3 | 0 | 23 | 8 | 11 | 139 | 2E | 44 |
| Octal | 323 | 211 | 303 | 0 | 43 | 10 | 21 | 471 | 56 | 104 |
| Binary | 11010011 | 10001001 | 11000011 | 0 | 100011 | 1000 | 10001 | 100111001 | 101110 | 1000100 |
Color Harmonies of #D389C3
Complementary color
Monochromatic Colors of #D389C3
Black with #D389C3
Text Example
Text Example
White with #D389C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389C3; }
p { color: rgb(211,137,195); }
H1.HeaderClassName
{
color: #D389C3;
}
.AnyTagClassName
{
color: #D389C3;
}
</style>
background-color css
<style>
a { background-color: #D389C3; }
a { background-color: rgb(211,137,195); }
div.DivClassName
{
background-color: #D389C3;
}
.BgClassName
{
background-color: #D389C3;
}
</style>
border-color css
<style>
span { border-color: #D389C3; }
span { border-color: rgb(211,137,195); }
td.TdClassName
{
border-color: #D389C3;
}
.TagClassName
{
border-color: #D389C3;
}
</style>