Shades of Psychedelic Purple #DF0FFC
Tints of Psychedelic Purple #DF0FFC
RGB
CMYK
RGB Variations
Color information
#DF0FFC (or 0xDF0FFC) is known color: Psychedelic Purple. HEX triplet: DF, 0F and FC. RGB value is (223,15,252). Sum of RGB (Red+Green+Blue) = 223+15+252=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF0FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FFC is #20F003. Grayscale: #676767. Windows color (decimal): -2158596 or 16519135. OLE color: 16519135.
HSL color Cylindrical-coordinate representation of color #DF0FFC: hue angle of 292.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0FFC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 15 | 252 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.01 |
| HSL | 292.66º | 0.98% | 0.52% | - |
| HSV(B) | 292.66º | 0.94% | 0.99% | - |
| XYZ | 48.17 | 23.06 | 94.01 | - |
| YUV | 104.21 | 211.41 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 252 | 0.12 | 0.94 | 0 | 0.01 | 292.66 | 0.98 | 0.52 |
| Hex | DF | F | FC | C | 5E | 0 | 1 | 125 | 62 | 34 |
| Octal | 337 | 17 | 374 | 14 | 136 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11011111 | 1111 | 11111100 | 1100 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #DF0FFC
Complementary color
Monochromatic Colors of #DF0FFC
Black with #DF0FFC
Text Example
Text Example
White with #DF0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FFC; }
p { color: rgb(223,15,252); }
H1.HeaderClassName
{
color: #DF0FFC;
}
.AnyTagClassName
{
color: #DF0FFC;
}
</style>
background-color css
<style>
a { background-color: #DF0FFC; }
a { background-color: rgb(223,15,252); }
div.DivClassName
{
background-color: #DF0FFC;
}
.BgClassName
{
background-color: #DF0FFC;
}
</style>
border-color css
<style>
span { border-color: #DF0FFC; }
span { border-color: rgb(223,15,252); }
td.TdClassName
{
border-color: #DF0FFC;
}
.TagClassName
{
border-color: #DF0FFC;
}
</style>