Shades of Psychedelic Purple #DF0CEF
Tints of Psychedelic Purple #DF0CEF
RGB
CMYK
RGB Variations
Color information
#DF0CEF (or 0xDF0CEF) is known color: Psychedelic Purple. HEX triplet: DF, 0C and EF. RGB value is (223,12,239). Sum of RGB (Red+Green+Blue) = 223+12+239=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF0CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0CEF is #20F310. Grayscale: #646464. Windows color (decimal): -2159377 or 15666399. OLE color: 15666399.
HSL color Cylindrical-coordinate representation of color #DF0CEF: hue angle of 295.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CEF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 12 | 239 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.06 |
| HSL | 295.77º | 0.9% | 0.49% | - |
| HSV(B) | 295.77º | 0.95% | 0.94% | - |
| XYZ | 46.14 | 22.18 | 83.51 | - |
| YUV | 100.97 | 205.9 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 239 | 0.07 | 0.95 | 0 | 0.06 | 295.77 | 0.9 | 0.49 |
| Hex | DF | C | EF | 7 | 5F | 0 | 6 | 128 | 5A | 31 |
| Octal | 337 | 14 | 357 | 7 | 137 | 0 | 6 | 450 | 132 | 61 |
| Binary | 11011111 | 1100 | 11101111 | 111 | 1011111 | 0 | 110 | 100101000 | 1011010 | 110001 |
Color Harmonies of #DF0CEF
Complementary color
Monochromatic Colors of #DF0CEF
Black with #DF0CEF
Text Example
Text Example
White with #DF0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CEF; }
p { color: rgb(223,12,239); }
H1.HeaderClassName
{
color: #DF0CEF;
}
.AnyTagClassName
{
color: #DF0CEF;
}
</style>
background-color css
<style>
a { background-color: #DF0CEF; }
a { background-color: rgb(223,12,239); }
div.DivClassName
{
background-color: #DF0CEF;
}
.BgClassName
{
background-color: #DF0CEF;
}
</style>
border-color css
<style>
span { border-color: #DF0CEF; }
span { border-color: rgb(223,12,239); }
td.TdClassName
{
border-color: #DF0CEF;
}
.TagClassName
{
border-color: #DF0CEF;
}
</style>