Shades of Lilac #D38CCD
Tints of Lilac #D38CCD
RGB
CMYK
RGB Variations
Color information
#D38CCD (or 0xD38CCD) is known color: Lilac. HEX triplet: D3, 8C and CD. RGB value is (211,140,205). Sum of RGB (Red+Green+Blue) = 211+140+205=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CCD is #2C7332. Grayscale: #A8A8A8. Windows color (decimal): -2913075 or 13470931. OLE color: 13470931.
HSL color Cylindrical-coordinate representation of color #D38CCD: hue angle of 305.07º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38CCD is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 205 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.17 |
| HSL | 305.07º | 0.45% | 0.69% | - |
| HSV(B) | 305.07º | 0.34% | 0.83% | - |
| XYZ | 47.26 | 37.01 | 62.41 | - |
| YUV | 168.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 205 | 0 | 0.34 | 0.03 | 0.17 | 305.07 | 0.45 | 0.69 |
| Hex | D3 | 8C | CD | 0 | 22 | 3 | 11 | 131 | 2D | 45 |
| Octal | 323 | 214 | 315 | 0 | 42 | 3 | 21 | 461 | 55 | 105 |
| Binary | 11010011 | 10001100 | 11001101 | 0 | 100010 | 11 | 10001 | 100110001 | 101101 | 1000101 |
Color Harmonies of #D38CCD
Complementary color
Monochromatic Colors of #D38CCD
Black with #D38CCD
Text Example
Text Example
White with #D38CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CCD; }
p { color: rgb(211,140,205); }
H1.HeaderClassName
{
color: #D38CCD;
}
.AnyTagClassName
{
color: #D38CCD;
}
</style>
background-color css
<style>
a { background-color: #D38CCD; }
a { background-color: rgb(211,140,205); }
div.DivClassName
{
background-color: #D38CCD;
}
.BgClassName
{
background-color: #D38CCD;
}
</style>
border-color css
<style>
span { border-color: #D38CCD; }
span { border-color: rgb(211,140,205); }
td.TdClassName
{
border-color: #D38CCD;
}
.TagClassName
{
border-color: #D38CCD;
}
</style>