Shades of Lilac #D58FCB
Tints of Lilac #D58FCB
RGB
CMYK
RGB Variations
Color information
#D58FCB (or 0xD58FCB) is known color: Lilac. HEX triplet: D5, 8F and CB. RGB value is (213,143,203). Sum of RGB (Red+Green+Blue) = 213+143+203=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FCB is #2A7034. Grayscale: #AAAAAA. Windows color (decimal): -2781237 or 13340629. OLE color: 13340629.
HSL color Cylindrical-coordinate representation of color #D58FCB: hue angle of 308.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 #D58FCB is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 203 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.16 |
| HSL | 308.57º | 0.45% | 0.7% | - |
| HSV(B) | 308.57º | 0.33% | 0.84% | - |
| XYZ | 48.04 | 38.1 | 61.32 | - |
| YUV | 170.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 203 | 0 | 0.33 | 0.05 | 0.16 | 308.57 | 0.45 | 0.7 |
| Hex | D5 | 8F | CB | 0 | 21 | 5 | 10 | 135 | 2D | 46 |
| Octal | 325 | 217 | 313 | 0 | 41 | 5 | 20 | 465 | 55 | 106 |
| Binary | 11010101 | 10001111 | 11001011 | 0 | 100001 | 101 | 10000 | 100110101 | 101101 | 1000110 |
Color Harmonies of #D58FCB
Complementary color
Monochromatic Colors of #D58FCB
Black with #D58FCB
Text Example
Text Example
White with #D58FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FCB; }
p { color: rgb(213,143,203); }
H1.HeaderClassName
{
color: #D58FCB;
}
.AnyTagClassName
{
color: #D58FCB;
}
</style>
background-color css
<style>
a { background-color: #D58FCB; }
a { background-color: rgb(213,143,203); }
div.DivClassName
{
background-color: #D58FCB;
}
.BgClassName
{
background-color: #D58FCB;
}
</style>
border-color css
<style>
span { border-color: #D58FCB; }
span { border-color: rgb(213,143,203); }
td.TdClassName
{
border-color: #D58FCB;
}
.TagClassName
{
border-color: #D58FCB;
}
</style>