Shades of Psychedelic Purple #DF0DEC
Tints of Psychedelic Purple #DF0DEC
RGB
CMYK
RGB Variations
Color information
#DF0DEC (or 0xDF0DEC) is known color: Psychedelic Purple. HEX triplet: DF, 0D and EC. RGB value is (223,13,236). Sum of RGB (Red+Green+Blue) = 223+13+236=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF0DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0DEC is #20F213. Grayscale: #646464. Windows color (decimal): -2159124 or 15470047. OLE color: 15470047.
HSL color Cylindrical-coordinate representation of color #DF0DEC: hue angle of 296.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DEC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 13 | 236 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.07 |
| HSL | 296.5º | 0.9% | 0.49% | - |
| HSV(B) | 296.5º | 0.94% | 0.93% | - |
| XYZ | 45.72 | 22.03 | 81.2 | - |
| YUV | 101.21 | 204.07 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 236 | 0.06 | 0.94 | 0 | 0.07 | 296.5 | 0.9 | 0.49 |
| Hex | DF | D | EC | 6 | 5E | 0 | 7 | 129 | 5A | 31 |
| Octal | 337 | 15 | 354 | 6 | 136 | 0 | 7 | 451 | 132 | 61 |
| Binary | 11011111 | 1101 | 11101100 | 110 | 1011110 | 0 | 111 | 100101001 | 1011010 | 110001 |
Color Harmonies of #DF0DEC
Complementary color
Monochromatic Colors of #DF0DEC
Black with #DF0DEC
Text Example
Text Example
White with #DF0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DEC; }
p { color: rgb(223,13,236); }
H1.HeaderClassName
{
color: #DF0DEC;
}
.AnyTagClassName
{
color: #DF0DEC;
}
</style>
background-color css
<style>
a { background-color: #DF0DEC; }
a { background-color: rgb(223,13,236); }
div.DivClassName
{
background-color: #DF0DEC;
}
.BgClassName
{
background-color: #DF0DEC;
}
</style>
border-color css
<style>
span { border-color: #DF0DEC; }
span { border-color: rgb(223,13,236); }
td.TdClassName
{
border-color: #DF0DEC;
}
.TagClassName
{
border-color: #DF0DEC;
}
</style>