Shades of Psychedelic Purple #DE0FFD
Tints of Psychedelic Purple #DE0FFD
RGB
CMYK
RGB Variations
Color information
#DE0FFD (or 0xDE0FFD) is known color: Psychedelic Purple. HEX triplet: DE, 0F and FD. RGB value is (222,15,253). Sum of RGB (Red+Green+Blue) = 222+15+253=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE0FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0FFD is #21F002. Grayscale: #676767. Windows color (decimal): -2224131 or 16584670. OLE color: 16584670.
HSL color Cylindrical-coordinate representation of color #DE0FFD: hue angle of 292.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0FFD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 15 | 253 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.01 |
| HSL | 292.18º | 0.98% | 0.53% | - |
| HSV(B) | 292.18º | 0.94% | 0.99% | - |
| XYZ | 48.02 | 22.96 | 94.83 | - |
| YUV | 104.03 | 212.08 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 253 | 0.12 | 0.94 | 0 | 0.01 | 292.18 | 0.98 | 0.53 |
| Hex | DE | F | FD | C | 5E | 0 | 1 | 124 | 62 | 35 |
| Octal | 336 | 17 | 375 | 14 | 136 | 0 | 1 | 444 | 142 | 65 |
| Binary | 11011110 | 1111 | 11111101 | 1100 | 1011110 | 0 | 1 | 100100100 | 1100010 | 110101 |
Color Harmonies of #DE0FFD
Complementary color
Monochromatic Colors of #DE0FFD
Black with #DE0FFD
Text Example
Text Example
White with #DE0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0FFD; }
p { color: rgb(222,15,253); }
H1.HeaderClassName
{
color: #DE0FFD;
}
.AnyTagClassName
{
color: #DE0FFD;
}
</style>
background-color css
<style>
a { background-color: #DE0FFD; }
a { background-color: rgb(222,15,253); }
div.DivClassName
{
background-color: #DE0FFD;
}
.BgClassName
{
background-color: #DE0FFD;
}
</style>
border-color css
<style>
span { border-color: #DE0FFD; }
span { border-color: rgb(222,15,253); }
td.TdClassName
{
border-color: #DE0FFD;
}
.TagClassName
{
border-color: #DE0FFD;
}
</style>