Shades of Lilac #D58CCD
Tints of Lilac #D58CCD
RGB
CMYK
RGB Variations
Color information
#D58CCD (or 0xD58CCD) is known color: Lilac. HEX triplet: D5, 8C and CD. RGB value is (213,140,205). Sum of RGB (Red+Green+Blue) = 213+140+205=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CCD is #2A7332. Grayscale: #A9A9A9. Windows color (decimal): -2782003 or 13470933. OLE color: 13470933.
HSL color Cylindrical-coordinate representation of color #D58CCD: hue angle of 306.58º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58CCD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 140 | 205 | - |
CMYK | 0 | 0.34 | 0.04 | 0.16 |
HSL | 306.58º | 0.46% | 0.69% | - |
HSV(B) | 306.58º | 0.34% | 0.84% | - |
XYZ | 47.84 | 37.31 | 62.44 | - |
YUV | 169.24 | 148.18 | 159.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 140 | 205 | 0 | 0.34 | 0.04 | 0.16 | 306.58 | 0.46 | 0.69 |
Hex | D5 | 8C | CD | 0 | 22 | 4 | 10 | 133 | 2E | 45 |
Octal | 325 | 214 | 315 | 0 | 42 | 4 | 20 | 463 | 56 | 105 |
Binary | 11010101 | 10001100 | 11001101 | 0 | 100010 | 100 | 10000 | 100110011 | 101110 | 1000101 |
Color Harmonies of #D58CCD
Complementary color
Monochromatic Colors of #D58CCD
Black with #D58CCD
Text Example
Text Example
White with #D58CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CCD; }
p { color: rgb(213,140,205); }
H1.HeaderClassName
{
color: #D58CCD;
}
.AnyTagClassName
{
color: #D58CCD;
}
</style>
background-color css
<style>
a { background-color: #D58CCD; }
a { background-color: rgb(213,140,205); }
div.DivClassName
{
background-color: #D58CCD;
}
.BgClassName
{
background-color: #D58CCD;
}
</style>
border-color css
<style>
span { border-color: #D58CCD; }
span { border-color: rgb(213,140,205); }
td.TdClassName
{
border-color: #D58CCD;
}
.TagClassName
{
border-color: #D58CCD;
}
</style>