Shades of Psychedelic Purple #DE0CFF
Tints of Psychedelic Purple #DE0CFF
RGB
CMYK
RGB Variations
Color information
#DE0CFF (or 0xDE0CFF) is known color: Psychedelic Purple. HEX triplet: DE, 0C and FF. RGB value is (222,12,255). Sum of RGB (Red+Green+Blue) = 222+12+255=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0CFF is #21F300. Grayscale: #656565. Windows color (decimal): -2224897 or 16714974. OLE color: 16714974.
HSL color Cylindrical-coordinate representation of color #DE0CFF: hue angle of 291.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0CFF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 12 | 255 | - |
| CMYK | 0.13 | 0.95 | 0 | 0 |
| HSL | 291.85º | 1% | 0.52% | - |
| HSV(B) | 291.85º | 0.95% | 1% | - |
| XYZ | 48.31 | 23.01 | 96.5 | - |
| YUV | 102.49 | 214.07 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 255 | 0.13 | 0.95 | 0 | 0 | 291.85 | 1 | 0.52 |
| Hex | DE | C | FF | D | 5F | 0 | 0 | 124 | 64 | 34 |
| Octal | 336 | 14 | 377 | 15 | 137 | 0 | 0 | 444 | 144 | 64 |
| Binary | 11011110 | 1100 | 11111111 | 1101 | 1011111 | 0 | 0 | 100100100 | 1100100 | 110100 |
Color Harmonies of #DE0CFF
Complementary color
Monochromatic Colors of #DE0CFF
Black with #DE0CFF
Text Example
Text Example
White with #DE0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CFF; }
p { color: rgb(222,12,255); }
H1.HeaderClassName
{
color: #DE0CFF;
}
.AnyTagClassName
{
color: #DE0CFF;
}
</style>
background-color css
<style>
a { background-color: #DE0CFF; }
a { background-color: rgb(222,12,255); }
div.DivClassName
{
background-color: #DE0CFF;
}
.BgClassName
{
background-color: #DE0CFF;
}
</style>
border-color css
<style>
span { border-color: #DE0CFF; }
span { border-color: rgb(222,12,255); }
td.TdClassName
{
border-color: #DE0CFF;
}
.TagClassName
{
border-color: #DE0CFF;
}
</style>