Shades of Psychedelic Purple #DF0DF1
Tints of Psychedelic Purple #DF0DF1
RGB
CMYK
RGB Variations
Color information
#DF0DF1 (or 0xDF0DF1) is known color: Psychedelic Purple. HEX triplet: DF, 0D and F1. RGB value is (223,13,241). Sum of RGB (Red+Green+Blue) = 223+13+241=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF0DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0DF1 is #20F20E. Grayscale: #656565. Windows color (decimal): -2159119 or 15797727. OLE color: 15797727.
HSL color Cylindrical-coordinate representation of color #DF0DF1: hue angle of 295.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0DF1 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 13 | 241 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.05 |
| HSL | 295.26º | 0.9% | 0.5% | - |
| HSV(B) | 295.26º | 0.95% | 0.95% | - |
| XYZ | 46.45 | 22.33 | 85.08 | - |
| YUV | 101.78 | 206.57 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 241 | 0.07 | 0.95 | 0 | 0.05 | 295.26 | 0.9 | 0.5 |
| Hex | DF | D | F1 | 7 | 5F | 0 | 5 | 127 | 5A | 32 |
| Octal | 337 | 15 | 361 | 7 | 137 | 0 | 5 | 447 | 132 | 62 |
| Binary | 11011111 | 1101 | 11110001 | 111 | 1011111 | 0 | 101 | 100100111 | 1011010 | 110010 |
Color Harmonies of #DF0DF1
Complementary color
Monochromatic Colors of #DF0DF1
Black with #DF0DF1
Text Example
Text Example
White with #DF0DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DF1; }
p { color: rgb(223,13,241); }
H1.HeaderClassName
{
color: #DF0DF1;
}
.AnyTagClassName
{
color: #DF0DF1;
}
</style>
background-color css
<style>
a { background-color: #DF0DF1; }
a { background-color: rgb(223,13,241); }
div.DivClassName
{
background-color: #DF0DF1;
}
.BgClassName
{
background-color: #DF0DF1;
}
</style>
border-color css
<style>
span { border-color: #DF0DF1; }
span { border-color: rgb(223,13,241); }
td.TdClassName
{
border-color: #DF0DF1;
}
.TagClassName
{
border-color: #DF0DF1;
}
</style>