Shades of Heliotrope #DF8BFD
Tints of Heliotrope #DF8BFD
RGB
CMYK
RGB Variations
Color information
#DF8BFD (or 0xDF8BFD) is known color: Heliotrope. HEX triplet: DF, 8B and FD. RGB value is (223,139,253). Sum of RGB (Red+Green+Blue) = 223+139+253=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 139 (54.69% from 255 or 22.60% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8BFD is #207402. Grayscale: #B0B0B0. Windows color (decimal): -2126851 or 16616415. OLE color: 16616415.
HSL color Cylindrical-coordinate representation of color #DF8BFD: hue angle of 284.21º 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 #DF8BFD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 139 | 253 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.01 |
| HSL | 284.21º | 0.97% | 0.77% | - |
| HSV(B) | 284.21º | 0.45% | 0.99% | - |
| XYZ | 57.39 | 41.25 | 97.86 | - |
| YUV | 177.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 253 | 0.12 | 0.45 | 0 | 0.01 | 284.21 | 0.97 | 0.77 |
| Hex | DF | 8B | FD | C | 2D | 0 | 1 | 11C | 61 | 4D |
| Octal | 337 | 213 | 375 | 14 | 55 | 0 | 1 | 434 | 141 | 115 |
| Binary | 11011111 | 10001011 | 11111101 | 1100 | 101101 | 0 | 1 | 100011100 | 1100001 | 1001101 |
Color Harmonies of #DF8BFD
Complementary color
Monochromatic Colors of #DF8BFD
Black with #DF8BFD
Text Example
Text Example
White with #DF8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BFD; }
p { color: rgb(223,139,253); }
H1.HeaderClassName
{
color: #DF8BFD;
}
.AnyTagClassName
{
color: #DF8BFD;
}
</style>
background-color css
<style>
a { background-color: #DF8BFD; }
a { background-color: rgb(223,139,253); }
div.DivClassName
{
background-color: #DF8BFD;
}
.BgClassName
{
background-color: #DF8BFD;
}
</style>
border-color css
<style>
span { border-color: #DF8BFD; }
span { border-color: rgb(223,139,253); }
td.TdClassName
{
border-color: #DF8BFD;
}
.TagClassName
{
border-color: #DF8BFD;
}
</style>