Shades of Psychedelic Purple #DF0CF3
Tints of Psychedelic Purple #DF0CF3
RGB
CMYK
RGB Variations
Color information
#DF0CF3 (or 0xDF0CF3) is known color: Psychedelic Purple. HEX triplet: DF, 0C and F3. RGB value is (223,12,243). Sum of RGB (Red+Green+Blue) = 223+12+243=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF0CF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0CF3 is #20F30C. Grayscale: #646464. Windows color (decimal): -2159373 or 15928543. OLE color: 15928543.
HSL color Cylindrical-coordinate representation of color #DF0CF3: hue angle of 294.81º 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 #DF0CF3 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 12 | 243 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.05 |
| HSL | 294.81º | 0.91% | 0.5% | - |
| HSV(B) | 294.81º | 0.95% | 0.95% | - |
| XYZ | 46.74 | 22.42 | 86.66 | - |
| YUV | 101.42 | 207.9 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 243 | 0.08 | 0.95 | 0 | 0.05 | 294.81 | 0.91 | 0.5 |
| Hex | DF | C | F3 | 8 | 5F | 0 | 5 | 127 | 5B | 32 |
| Octal | 337 | 14 | 363 | 10 | 137 | 0 | 5 | 447 | 133 | 62 |
| Binary | 11011111 | 1100 | 11110011 | 1000 | 1011111 | 0 | 101 | 100100111 | 1011011 | 110010 |
Color Harmonies of #DF0CF3
Complementary color
Monochromatic Colors of #DF0CF3
Black with #DF0CF3
Text Example
Text Example
White with #DF0CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CF3; }
p { color: rgb(223,12,243); }
H1.HeaderClassName
{
color: #DF0CF3;
}
.AnyTagClassName
{
color: #DF0CF3;
}
</style>
background-color css
<style>
a { background-color: #DF0CF3; }
a { background-color: rgb(223,12,243); }
div.DivClassName
{
background-color: #DF0CF3;
}
.BgClassName
{
background-color: #DF0CF3;
}
</style>
border-color css
<style>
span { border-color: #DF0CF3; }
span { border-color: rgb(223,12,243); }
td.TdClassName
{
border-color: #DF0CF3;
}
.TagClassName
{
border-color: #DF0CF3;
}
</style>