Shades of Psychedelic Purple #DF0FF6
Tints of Psychedelic Purple #DF0FF6
RGB
CMYK
RGB Variations
Color information
#DF0FF6 (or 0xDF0FF6) is known color: Psychedelic Purple. HEX triplet: DF, 0F and F6. RGB value is (223,15,246). Sum of RGB (Red+Green+Blue) = 223+15+246=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF0FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FF6 is #20F009. Grayscale: #666666. Windows color (decimal): -2158602 or 16125919. OLE color: 16125919.
HSL color Cylindrical-coordinate representation of color #DF0FF6: hue angle of 294.03º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0FF6 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 15 | 246 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.04 |
| HSL | 294.03º | 0.93% | 0.51% | - |
| HSV(B) | 294.03º | 0.94% | 0.96% | - |
| XYZ | 47.24 | 22.68 | 89.08 | - |
| YUV | 103.53 | 208.41 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 246 | 0.09 | 0.94 | 0 | 0.04 | 294.03 | 0.93 | 0.51 |
| Hex | DF | F | F6 | 9 | 5E | 0 | 4 | 126 | 5D | 33 |
| Octal | 337 | 17 | 366 | 11 | 136 | 0 | 4 | 446 | 135 | 63 |
| Binary | 11011111 | 1111 | 11110110 | 1001 | 1011110 | 0 | 100 | 100100110 | 1011101 | 110011 |
Color Harmonies of #DF0FF6
Complementary color
Monochromatic Colors of #DF0FF6
Black with #DF0FF6
Text Example
Text Example
White with #DF0FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FF6; }
p { color: rgb(223,15,246); }
H1.HeaderClassName
{
color: #DF0FF6;
}
.AnyTagClassName
{
color: #DF0FF6;
}
</style>
background-color css
<style>
a { background-color: #DF0FF6; }
a { background-color: rgb(223,15,246); }
div.DivClassName
{
background-color: #DF0FF6;
}
.BgClassName
{
background-color: #DF0FF6;
}
</style>
border-color css
<style>
span { border-color: #DF0FF6; }
span { border-color: rgb(223,15,246); }
td.TdClassName
{
border-color: #DF0FF6;
}
.TagClassName
{
border-color: #DF0FF6;
}
</style>