Shades of Psychedelic Purple #DF0CF1
Tints of Psychedelic Purple #DF0CF1
RGB
CMYK
RGB Variations
Color information
#DF0CF1 (or 0xDF0CF1) is known color: Psychedelic Purple. HEX triplet: DF, 0C and F1. RGB value is (223,12,241). Sum of RGB (Red+Green+Blue) = 223+12+241=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 12 (5.08% from 255 or 2.52% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF0CF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0CF1 is #20F30E. Grayscale: #646464. Windows color (decimal): -2159375 or 15797471. OLE color: 15797471.
HSL color Cylindrical-coordinate representation of color #DF0CF1: hue angle of 295.28º degrees, saturation: 0.91, 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 #DF0CF1 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 12 | 241 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.05 |
| HSL | 295.28º | 0.91% | 0.5% | - |
| HSV(B) | 295.28º | 0.95% | 0.95% | - |
| XYZ | 46.44 | 22.3 | 85.08 | - |
| YUV | 101.2 | 206.9 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 241 | 0.07 | 0.95 | 0 | 0.05 | 295.28 | 0.91 | 0.5 |
| Hex | DF | C | F1 | 7 | 5F | 0 | 5 | 127 | 5B | 32 |
| Octal | 337 | 14 | 361 | 7 | 137 | 0 | 5 | 447 | 133 | 62 |
| Binary | 11011111 | 1100 | 11110001 | 111 | 1011111 | 0 | 101 | 100100111 | 1011011 | 110010 |
Color Harmonies of #DF0CF1
Complementary color
Monochromatic Colors of #DF0CF1
Black with #DF0CF1
Text Example
Text Example
White with #DF0CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CF1; }
p { color: rgb(223,12,241); }
H1.HeaderClassName
{
color: #DF0CF1;
}
.AnyTagClassName
{
color: #DF0CF1;
}
</style>
background-color css
<style>
a { background-color: #DF0CF1; }
a { background-color: rgb(223,12,241); }
div.DivClassName
{
background-color: #DF0CF1;
}
.BgClassName
{
background-color: #DF0CF1;
}
</style>
border-color css
<style>
span { border-color: #DF0CF1; }
span { border-color: rgb(223,12,241); }
td.TdClassName
{
border-color: #DF0CF1;
}
.TagClassName
{
border-color: #DF0CF1;
}
</style>