Shades of Psychedelic Purple #DF0AEC
Tints of Psychedelic Purple #DF0AEC
RGB
CMYK
RGB Variations
Color information
#DF0AEC (or 0xDF0AEC) is known color: Psychedelic Purple. HEX triplet: DF, 0A and EC. RGB value is (223,10,236). Sum of RGB (Red+Green+Blue) = 223+10+236=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF0AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0AEC is #20F513. Grayscale: #626262. Windows color (decimal): -2159892 or 15469279. OLE color: 15469279.
HSL color Cylindrical-coordinate representation of color #DF0AEC: hue angle of 296.55º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0AEC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 10 | 236 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.07 |
| HSL | 296.55º | 0.92% | 0.48% | - |
| HSV(B) | 296.55º | 0.96% | 0.93% | - |
| XYZ | 45.68 | 21.96 | 81.19 | - |
| YUV | 99.45 | 205.07 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 236 | 0.06 | 0.96 | 0 | 0.07 | 296.55 | 0.92 | 0.48 |
| Hex | DF | A | EC | 6 | 60 | 0 | 7 | 129 | 5C | 30 |
| Octal | 337 | 12 | 354 | 6 | 140 | 0 | 7 | 451 | 134 | 60 |
| Binary | 11011111 | 1010 | 11101100 | 110 | 1100000 | 0 | 111 | 100101001 | 1011100 | 110000 |
Color Harmonies of #DF0AEC
Complementary color
Monochromatic Colors of #DF0AEC
Black with #DF0AEC
Text Example
Text Example
White with #DF0AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0AEC; }
p { color: rgb(223,10,236); }
H1.HeaderClassName
{
color: #DF0AEC;
}
.AnyTagClassName
{
color: #DF0AEC;
}
</style>
background-color css
<style>
a { background-color: #DF0AEC; }
a { background-color: rgb(223,10,236); }
div.DivClassName
{
background-color: #DF0AEC;
}
.BgClassName
{
background-color: #DF0AEC;
}
</style>
border-color css
<style>
span { border-color: #DF0AEC; }
span { border-color: rgb(223,10,236); }
td.TdClassName
{
border-color: #DF0AEC;
}
.TagClassName
{
border-color: #DF0AEC;
}
</style>