Shades of Heliotrope #DF5FF5
Tints of Heliotrope #DF5FF5
RGB
CMYK
RGB Variations
Color information
#DF5FF5 (or 0xDF5FF5) is known color: Heliotrope. HEX triplet: DF, 5F and F5. RGB value is (223,95,245). Sum of RGB (Red+Green+Blue) = 223+95+245=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF5FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5FF5 is #20A00A. Grayscale: #959595. Windows color (decimal): -2138123 or 16080863. OLE color: 16080863.
HSL color Cylindrical-coordinate representation of color #DF5FF5: hue angle of 291.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5FF5 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 95 | 245 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.04 |
| HSL | 291.2º | 0.88% | 0.67% | - |
| HSV(B) | 291.2º | 0.61% | 0.96% | - |
| XYZ | 51.01 | 30.46 | 89.58 | - |
| YUV | 150.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 245 | 0.09 | 0.61 | 0 | 0.04 | 291.2 | 0.88 | 0.67 |
| Hex | DF | 5F | F5 | 9 | 3D | 0 | 4 | 123 | 58 | 43 |
| Octal | 337 | 137 | 365 | 11 | 75 | 0 | 4 | 443 | 130 | 103 |
| Binary | 11011111 | 1011111 | 11110101 | 1001 | 111101 | 0 | 100 | 100100011 | 1011000 | 1000011 |
Color Harmonies of #DF5FF5
Complementary color
Monochromatic Colors of #DF5FF5
Black with #DF5FF5
Text Example
Text Example
White with #DF5FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FF5; }
p { color: rgb(223,95,245); }
H1.HeaderClassName
{
color: #DF5FF5;
}
.AnyTagClassName
{
color: #DF5FF5;
}
</style>
background-color css
<style>
a { background-color: #DF5FF5; }
a { background-color: rgb(223,95,245); }
div.DivClassName
{
background-color: #DF5FF5;
}
.BgClassName
{
background-color: #DF5FF5;
}
</style>
border-color css
<style>
span { border-color: #DF5FF5; }
span { border-color: rgb(223,95,245); }
td.TdClassName
{
border-color: #DF5FF5;
}
.TagClassName
{
border-color: #DF5FF5;
}
</style>