Shades of Psychedelic Purple #DE10F2
Tints of Psychedelic Purple #DE10F2
RGB
CMYK
RGB Variations
Color information
#DE10F2 (or 0xDE10F2) is known color: Psychedelic Purple. HEX triplet: DE, 10 and F2. RGB value is (222,16,242). Sum of RGB (Red+Green+Blue) = 222+16+242=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 16 (6.64% from 255 or 3.33% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE10F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE10F2 is #21EF0D. Grayscale: #666666. Windows color (decimal): -2223886 or 15864030. OLE color: 15864030.
HSL color Cylindrical-coordinate representation of color #DE10F2: hue angle of 294.69º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE10F2 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 16 | 242 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.05 |
| HSL | 294.69º | 0.9% | 0.51% | - |
| HSV(B) | 294.69º | 0.93% | 0.95% | - |
| XYZ | 46.34 | 22.31 | 85.87 | - |
| YUV | 103.36 | 206.25 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 242 | 0.08 | 0.93 | 0 | 0.05 | 294.69 | 0.9 | 0.51 |
| Hex | DE | 10 | F2 | 8 | 5D | 0 | 5 | 127 | 5A | 33 |
| Octal | 336 | 20 | 362 | 10 | 135 | 0 | 5 | 447 | 132 | 63 |
| Binary | 11011110 | 10000 | 11110010 | 1000 | 1011101 | 0 | 101 | 100100111 | 1011010 | 110011 |
Color Harmonies of #DE10F2
Complementary color
Monochromatic Colors of #DE10F2
Black with #DE10F2
Text Example
Text Example
White with #DE10F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE10F2; }
p { color: rgb(222,16,242); }
H1.HeaderClassName
{
color: #DE10F2;
}
.AnyTagClassName
{
color: #DE10F2;
}
</style>
background-color css
<style>
a { background-color: #DE10F2; }
a { background-color: rgb(222,16,242); }
div.DivClassName
{
background-color: #DE10F2;
}
.BgClassName
{
background-color: #DE10F2;
}
</style>
border-color css
<style>
span { border-color: #DE10F2; }
span { border-color: rgb(222,16,242); }
td.TdClassName
{
border-color: #DE10F2;
}
.TagClassName
{
border-color: #DE10F2;
}
</style>