Shades of Psychedelic Purple #DF0FF5
Tints of Psychedelic Purple #DF0FF5
RGB
CMYK
RGB Variations
Color information
#DF0FF5 (or 0xDF0FF5) is known color: Psychedelic Purple. HEX triplet: DF, 0F and F5. RGB value is (223,15,245). Sum of RGB (Red+Green+Blue) = 223+15+245=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF0FF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FF5 is #20F00A. Grayscale: #666666. Windows color (decimal): -2158603 or 16060383. OLE color: 16060383.
HSL color Cylindrical-coordinate representation of color #DF0FF5: hue angle of 294.26º degrees, saturation: 0.92, 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 #DF0FF5 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 15 | 245 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.04 |
| HSL | 294.26º | 0.92% | 0.51% | - |
| HSV(B) | 294.26º | 0.94% | 0.96% | - |
| XYZ | 47.08 | 22.62 | 88.27 | - |
| YUV | 103.41 | 207.91 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 245 | 0.09 | 0.94 | 0 | 0.04 | 294.26 | 0.92 | 0.51 |
| Hex | DF | F | F5 | 9 | 5E | 0 | 4 | 126 | 5C | 33 |
| Octal | 337 | 17 | 365 | 11 | 136 | 0 | 4 | 446 | 134 | 63 |
| Binary | 11011111 | 1111 | 11110101 | 1001 | 1011110 | 0 | 100 | 100100110 | 1011100 | 110011 |
Color Harmonies of #DF0FF5
Complementary color
Monochromatic Colors of #DF0FF5
Black with #DF0FF5
Text Example
Text Example
White with #DF0FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FF5; }
p { color: rgb(223,15,245); }
H1.HeaderClassName
{
color: #DF0FF5;
}
.AnyTagClassName
{
color: #DF0FF5;
}
</style>
background-color css
<style>
a { background-color: #DF0FF5; }
a { background-color: rgb(223,15,245); }
div.DivClassName
{
background-color: #DF0FF5;
}
.BgClassName
{
background-color: #DF0FF5;
}
</style>
border-color css
<style>
span { border-color: #DF0FF5; }
span { border-color: rgb(223,15,245); }
td.TdClassName
{
border-color: #DF0FF5;
}
.TagClassName
{
border-color: #DF0FF5;
}
</style>