Shades of Lilac #D38CCB
Tints of Lilac #D38CCB
RGB
CMYK
RGB Variations
Color information
#D38CCB (or 0xD38CCB) is known color: Lilac. HEX triplet: D3, 8C and CB. RGB value is (211,140,203). Sum of RGB (Red+Green+Blue) = 211+140+203=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CCB is #2C7334. Grayscale: #A8A8A8. Windows color (decimal): -2913077 or 13339859. OLE color: 13339859.
HSL color Cylindrical-coordinate representation of color #D38CCB: hue angle of 306.76º 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 #D38CCB is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 203 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.17 |
| HSL | 306.76º | 0.45% | 0.69% | - |
| HSV(B) | 306.76º | 0.34% | 0.83% | - |
| XYZ | 47.02 | 36.92 | 61.15 | - |
| YUV | 168.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 203 | 0 | 0.34 | 0.04 | 0.17 | 306.76 | 0.45 | 0.69 |
| Hex | D3 | 8C | CB | 0 | 22 | 4 | 11 | 133 | 2D | 45 |
| Octal | 323 | 214 | 313 | 0 | 42 | 4 | 21 | 463 | 55 | 105 |
| Binary | 11010011 | 10001100 | 11001011 | 0 | 100010 | 100 | 10001 | 100110011 | 101101 | 1000101 |
Color Harmonies of #D38CCB
Complementary color
Monochromatic Colors of #D38CCB
Black with #D38CCB
Text Example
Text Example
White with #D38CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CCB; }
p { color: rgb(211,140,203); }
H1.HeaderClassName
{
color: #D38CCB;
}
.AnyTagClassName
{
color: #D38CCB;
}
</style>
background-color css
<style>
a { background-color: #D38CCB; }
a { background-color: rgb(211,140,203); }
div.DivClassName
{
background-color: #D38CCB;
}
.BgClassName
{
background-color: #D38CCB;
}
</style>
border-color css
<style>
span { border-color: #D38CCB; }
span { border-color: rgb(211,140,203); }
td.TdClassName
{
border-color: #D38CCB;
}
.TagClassName
{
border-color: #D38CCB;
}
</style>