Shades of Heliotrope #DF8CFD
Tints of Heliotrope #DF8CFD
RGB
CMYK
RGB Variations
Color information
#DF8CFD (or 0xDF8CFD) is known color: Heliotrope. HEX triplet: DF, 8C and FD. RGB value is (223,140,253). Sum of RGB (Red+Green+Blue) = 223+140+253=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 140 (55.08% from 255 or 22.73% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF8CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8CFD is #207302. Grayscale: #B1B1B1. Windows color (decimal): -2126595 or 16616671. OLE color: 16616671.
HSL color Cylindrical-coordinate representation of color #DF8CFD: hue angle of 284.07º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF8CFD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 140 | 253 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.01 |
| HSL | 284.07º | 0.97% | 0.77% | - |
| HSV(B) | 284.07º | 0.45% | 0.99% | - |
| XYZ | 57.54 | 41.54 | 97.91 | - |
| YUV | 177.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 253 | 0.12 | 0.45 | 0 | 0.01 | 284.07 | 0.97 | 0.77 |
| Hex | DF | 8C | FD | C | 2D | 0 | 1 | 11C | 61 | 4D |
| Octal | 337 | 214 | 375 | 14 | 55 | 0 | 1 | 434 | 141 | 115 |
| Binary | 11011111 | 10001100 | 11111101 | 1100 | 101101 | 0 | 1 | 100011100 | 1100001 | 1001101 |
Color Harmonies of #DF8CFD
Complementary color
Monochromatic Colors of #DF8CFD
Black with #DF8CFD
Text Example
Text Example
White with #DF8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CFD; }
p { color: rgb(223,140,253); }
H1.HeaderClassName
{
color: #DF8CFD;
}
.AnyTagClassName
{
color: #DF8CFD;
}
</style>
background-color css
<style>
a { background-color: #DF8CFD; }
a { background-color: rgb(223,140,253); }
div.DivClassName
{
background-color: #DF8CFD;
}
.BgClassName
{
background-color: #DF8CFD;
}
</style>
border-color css
<style>
span { border-color: #DF8CFD; }
span { border-color: rgb(223,140,253); }
td.TdClassName
{
border-color: #DF8CFD;
}
.TagClassName
{
border-color: #DF8CFD;
}
</style>