Shades of Psychedelic Purple #DF0FF2
Tints of Psychedelic Purple #DF0FF2
RGB
CMYK
RGB Variations
Color information
#DF0FF2 (or 0xDF0FF2) is known color: Psychedelic Purple. HEX triplet: DF, 0F and F2. RGB value is (223,15,242). Sum of RGB (Red+Green+Blue) = 223+15+242=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF0FF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FF2 is #20F00D. Grayscale: #666666. Windows color (decimal): -2158606 or 15863775. OLE color: 15863775.
HSL color Cylindrical-coordinate representation of color #DF0FF2: hue angle of 294.98º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0FF2 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 15 | 242 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.05 |
| HSL | 294.98º | 0.9% | 0.5% | - |
| HSV(B) | 294.98º | 0.94% | 0.95% | - |
| XYZ | 46.63 | 22.44 | 85.88 | - |
| YUV | 103.07 | 206.41 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 242 | 0.08 | 0.94 | 0 | 0.05 | 294.98 | 0.9 | 0.5 |
| Hex | DF | F | F2 | 8 | 5E | 0 | 5 | 127 | 5A | 32 |
| Octal | 337 | 17 | 362 | 10 | 136 | 0 | 5 | 447 | 132 | 62 |
| Binary | 11011111 | 1111 | 11110010 | 1000 | 1011110 | 0 | 101 | 100100111 | 1011010 | 110010 |
Color Harmonies of #DF0FF2
Complementary color
Monochromatic Colors of #DF0FF2
Black with #DF0FF2
Text Example
Text Example
White with #DF0FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FF2; }
p { color: rgb(223,15,242); }
H1.HeaderClassName
{
color: #DF0FF2;
}
.AnyTagClassName
{
color: #DF0FF2;
}
</style>
background-color css
<style>
a { background-color: #DF0FF2; }
a { background-color: rgb(223,15,242); }
div.DivClassName
{
background-color: #DF0FF2;
}
.BgClassName
{
background-color: #DF0FF2;
}
</style>
border-color css
<style>
span { border-color: #DF0FF2; }
span { border-color: rgb(223,15,242); }
td.TdClassName
{
border-color: #DF0FF2;
}
.TagClassName
{
border-color: #DF0FF2;
}
</style>