Shades of Lilac #D58FC4
Tints of Lilac #D58FC4
RGB
CMYK
RGB Variations
Color information
#D58FC4 (or 0xD58FC4) is known color: Lilac. HEX triplet: D5, 8F and C4. RGB value is (213,143,196). Sum of RGB (Red+Green+Blue) = 213+143+196=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FC4 is #2A703B. Grayscale: #A9A9A9. Windows color (decimal): -2781244 or 12881877. OLE color: 12881877.
HSL color Cylindrical-coordinate representation of color #D58FC4: hue angle of 314.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58FC4 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 196 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.16 |
| HSL | 314.57º | 0.45% | 0.7% | - |
| HSV(B) | 314.57º | 0.33% | 0.84% | - |
| XYZ | 47.23 | 37.78 | 57.03 | - |
| YUV | 169.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 196 | 0 | 0.33 | 0.08 | 0.16 | 314.57 | 0.45 | 0.7 |
| Hex | D5 | 8F | C4 | 0 | 21 | 8 | 10 | 13B | 2D | 46 |
| Octal | 325 | 217 | 304 | 0 | 41 | 10 | 20 | 473 | 55 | 106 |
| Binary | 11010101 | 10001111 | 11000100 | 0 | 100001 | 1000 | 10000 | 100111011 | 101101 | 1000110 |
Color Harmonies of #D58FC4
Complementary color
Monochromatic Colors of #D58FC4
Black with #D58FC4
Text Example
Text Example
White with #D58FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FC4; }
p { color: rgb(213,143,196); }
H1.HeaderClassName
{
color: #D58FC4;
}
.AnyTagClassName
{
color: #D58FC4;
}
</style>
background-color css
<style>
a { background-color: #D58FC4; }
a { background-color: rgb(213,143,196); }
div.DivClassName
{
background-color: #D58FC4;
}
.BgClassName
{
background-color: #D58FC4;
}
</style>
border-color css
<style>
span { border-color: #D58FC4; }
span { border-color: rgb(213,143,196); }
td.TdClassName
{
border-color: #D58FC4;
}
.TagClassName
{
border-color: #D58FC4;
}
</style>