Shades of Lilac #D391CB
Tints of Lilac #D391CB
RGB
CMYK
RGB Variations
Color information
#D391CB (or 0xD391CB) is known color: Lilac. HEX triplet: D3, 91 and CB. RGB value is (211,145,203). Sum of RGB (Red+Green+Blue) = 211+145+203=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D391CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391CB is #2C6E34. Grayscale: #ABABAB. Windows color (decimal): -2911797 or 13341139. OLE color: 13341139.
HSL color Cylindrical-coordinate representation of color #D391CB: hue angle of 307.27º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D391CB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 203 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.17 |
| HSL | 307.27º | 0.43% | 0.7% | - |
| HSV(B) | 307.27º | 0.31% | 0.83% | - |
| XYZ | 47.77 | 38.41 | 61.4 | - |
| YUV | 171.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 203 | 0 | 0.31 | 0.04 | 0.17 | 307.27 | 0.43 | 0.7 |
| Hex | D3 | 91 | CB | 0 | 1F | 4 | 11 | 133 | 2B | 46 |
| Octal | 323 | 221 | 313 | 0 | 37 | 4 | 21 | 463 | 53 | 106 |
| Binary | 11010011 | 10010001 | 11001011 | 0 | 11111 | 100 | 10001 | 100110011 | 101011 | 1000110 |
Color Harmonies of #D391CB
Complementary color
Monochromatic Colors of #D391CB
Black with #D391CB
Text Example
Text Example
White with #D391CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D391CB; }
p { color: rgb(211,145,203); }
H1.HeaderClassName
{
color: #D391CB;
}
.AnyTagClassName
{
color: #D391CB;
}
</style>
background-color css
<style>
a { background-color: #D391CB; }
a { background-color: rgb(211,145,203); }
div.DivClassName
{
background-color: #D391CB;
}
.BgClassName
{
background-color: #D391CB;
}
</style>
border-color css
<style>
span { border-color: #D391CB; }
span { border-color: rgb(211,145,203); }
td.TdClassName
{
border-color: #D391CB;
}
.TagClassName
{
border-color: #D391CB;
}
</style>