Shades of Psychedelic Purple #DF1FFC
Tints of Psychedelic Purple #DF1FFC
RGB
CMYK
RGB Variations
Color information
#DF1FFC (or 0xDF1FFC) is known color: Psychedelic Purple. HEX triplet: DF, 1F and FC. RGB value is (223,31,252). Sum of RGB (Red+Green+Blue) = 223+31+252=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 31 (12.5% from 255 or 6.13% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF1FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1FFC is #20E003. Grayscale: #707070. Windows color (decimal): -2154500 or 16523231. OLE color: 16523231.
HSL color Cylindrical-coordinate representation of color #DF1FFC: hue angle of 292.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1FFC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 31 | 252 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.01 |
| HSL | 292.13º | 0.97% | 0.55% | - |
| HSV(B) | 292.13º | 0.88% | 0.99% | - |
| XYZ | 48.49 | 23.7 | 94.11 | - |
| YUV | 113.6 | 206.11 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 252 | 0.12 | 0.88 | 0 | 0.01 | 292.13 | 0.97 | 0.55 |
| Hex | DF | 1F | FC | C | 58 | 0 | 1 | 124 | 61 | 37 |
| Octal | 337 | 37 | 374 | 14 | 130 | 0 | 1 | 444 | 141 | 67 |
| Binary | 11011111 | 11111 | 11111100 | 1100 | 1011000 | 0 | 1 | 100100100 | 1100001 | 110111 |
Color Harmonies of #DF1FFC
Complementary color
Monochromatic Colors of #DF1FFC
Black with #DF1FFC
Text Example
Text Example
White with #DF1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FFC; }
p { color: rgb(223,31,252); }
H1.HeaderClassName
{
color: #DF1FFC;
}
.AnyTagClassName
{
color: #DF1FFC;
}
</style>
background-color css
<style>
a { background-color: #DF1FFC; }
a { background-color: rgb(223,31,252); }
div.DivClassName
{
background-color: #DF1FFC;
}
.BgClassName
{
background-color: #DF1FFC;
}
</style>
border-color css
<style>
span { border-color: #DF1FFC; }
span { border-color: rgb(223,31,252); }
td.TdClassName
{
border-color: #DF1FFC;
}
.TagClassName
{
border-color: #DF1FFC;
}
</style>