Shades of Heliotrope #DF5CF3
Tints of Heliotrope #DF5CF3
RGB
CMYK
RGB Variations
Color information
#DF5CF3 (or 0xDF5CF3) is known color: Heliotrope. HEX triplet: DF, 5C and F3. RGB value is (223,92,243). Sum of RGB (Red+Green+Blue) = 223+92+243=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF5CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5CF3 is #20A30C. Grayscale: #939393. Windows color (decimal): -2138893 or 15949023. OLE color: 15949023.
HSL color Cylindrical-coordinate representation of color #DF5CF3: hue angle of 292.05º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5CF3 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 92 | 243 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.05 |
| HSL | 292.05º | 0.86% | 0.66% | - |
| HSV(B) | 292.05º | 0.62% | 0.95% | - |
| XYZ | 50.44 | 29.81 | 87.89 | - |
| YUV | 148.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 243 | 0.08 | 0.62 | 0 | 0.05 | 292.05 | 0.86 | 0.66 |
| Hex | DF | 5C | F3 | 8 | 3E | 0 | 5 | 124 | 56 | 42 |
| Octal | 337 | 134 | 363 | 10 | 76 | 0 | 5 | 444 | 126 | 102 |
| Binary | 11011111 | 1011100 | 11110011 | 1000 | 111110 | 0 | 101 | 100100100 | 1010110 | 1000010 |
Color Harmonies of #DF5CF3
Complementary color
Monochromatic Colors of #DF5CF3
Black with #DF5CF3
Text Example
Text Example
White with #DF5CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5CF3; }
p { color: rgb(223,92,243); }
H1.HeaderClassName
{
color: #DF5CF3;
}
.AnyTagClassName
{
color: #DF5CF3;
}
</style>
background-color css
<style>
a { background-color: #DF5CF3; }
a { background-color: rgb(223,92,243); }
div.DivClassName
{
background-color: #DF5CF3;
}
.BgClassName
{
background-color: #DF5CF3;
}
</style>
border-color css
<style>
span { border-color: #DF5CF3; }
span { border-color: rgb(223,92,243); }
td.TdClassName
{
border-color: #DF5CF3;
}
.TagClassName
{
border-color: #DF5CF3;
}
</style>