Shades of Psychedelic Purple #DF0DF6
Tints of Psychedelic Purple #DF0DF6
RGB
CMYK
RGB Variations
Color information
#DF0DF6 (or 0xDF0DF6) is known color: Psychedelic Purple. HEX triplet: DF, 0D and F6. RGB value is (223,13,246). Sum of RGB (Red+Green+Blue) = 223+13+246=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF0DF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0DF6 is #20F209. Grayscale: #656565. Windows color (decimal): -2159114 or 16125407. OLE color: 16125407.
HSL color Cylindrical-coordinate representation of color #DF0DF6: hue angle of 294.08º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0DF6 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 13 | 246 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.04 |
| HSL | 294.08º | 0.93% | 0.51% | - |
| HSV(B) | 294.08º | 0.95% | 0.96% | - |
| XYZ | 47.21 | 22.63 | 89.07 | - |
| YUV | 102.35 | 209.07 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 246 | 0.09 | 0.95 | 0 | 0.04 | 294.08 | 0.93 | 0.51 |
| Hex | DF | D | F6 | 9 | 5F | 0 | 4 | 126 | 5D | 33 |
| Octal | 337 | 15 | 366 | 11 | 137 | 0 | 4 | 446 | 135 | 63 |
| Binary | 11011111 | 1101 | 11110110 | 1001 | 1011111 | 0 | 100 | 100100110 | 1011101 | 110011 |
Color Harmonies of #DF0DF6
Complementary color
Monochromatic Colors of #DF0DF6
Black with #DF0DF6
Text Example
Text Example
White with #DF0DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DF6; }
p { color: rgb(223,13,246); }
H1.HeaderClassName
{
color: #DF0DF6;
}
.AnyTagClassName
{
color: #DF0DF6;
}
</style>
background-color css
<style>
a { background-color: #DF0DF6; }
a { background-color: rgb(223,13,246); }
div.DivClassName
{
background-color: #DF0DF6;
}
.BgClassName
{
background-color: #DF0DF6;
}
</style>
border-color css
<style>
span { border-color: #DF0DF6; }
span { border-color: rgb(223,13,246); }
td.TdClassName
{
border-color: #DF0DF6;
}
.TagClassName
{
border-color: #DF0DF6;
}
</style>