Shades of Heliotrope #DF5AFD
Tints of Heliotrope #DF5AFD
RGB
CMYK
RGB Variations
Color information
#DF5AFD (or 0xDF5AFD) is known color: Heliotrope. HEX triplet: DF, 5A and FD. RGB value is (223,90,253). Sum of RGB (Red+Green+Blue) = 223+90+253=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF5AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5AFD is #20A502. Grayscale: #939393. Windows color (decimal): -2139395 or 16603871. OLE color: 16603871.
HSL color Cylindrical-coordinate representation of color #DF5AFD: hue angle of 288.96º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5AFD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 90 | 253 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.01 |
| HSL | 288.96º | 0.98% | 0.67% | - |
| HSV(B) | 288.96º | 0.64% | 0.99% | - |
| XYZ | 51.82 | 30.09 | 96.01 | - |
| YUV | 148.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 253 | 0.12 | 0.64 | 0 | 0.01 | 288.96 | 0.98 | 0.67 |
| Hex | DF | 5A | FD | C | 40 | 0 | 1 | 121 | 62 | 43 |
| Octal | 337 | 132 | 375 | 14 | 100 | 0 | 1 | 441 | 142 | 103 |
| Binary | 11011111 | 1011010 | 11111101 | 1100 | 1000000 | 0 | 1 | 100100001 | 1100010 | 1000011 |
Color Harmonies of #DF5AFD
Complementary color
Monochromatic Colors of #DF5AFD
Black with #DF5AFD
Text Example
Text Example
White with #DF5AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AFD; }
p { color: rgb(223,90,253); }
H1.HeaderClassName
{
color: #DF5AFD;
}
.AnyTagClassName
{
color: #DF5AFD;
}
</style>
background-color css
<style>
a { background-color: #DF5AFD; }
a { background-color: rgb(223,90,253); }
div.DivClassName
{
background-color: #DF5AFD;
}
.BgClassName
{
background-color: #DF5AFD;
}
</style>
border-color css
<style>
span { border-color: #DF5AFD; }
span { border-color: rgb(223,90,253); }
td.TdClassName
{
border-color: #DF5AFD;
}
.TagClassName
{
border-color: #DF5AFD;
}
</style>