Shades of Psychedelic Purple #DE25F7
Tints of Psychedelic Purple #DE25F7
RGB
CMYK
RGB Variations
Color information
#DE25F7 (or 0xDE25F7) is known color: Psychedelic Purple. HEX triplet: DE, 25 and F7. RGB value is (222,37,247). Sum of RGB (Red+Green+Blue) = 222+37+247=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #DE25F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE25F7 is #21DA08. Grayscale: #737373. Windows color (decimal): -2218505 or 16197086. OLE color: 16197086.
HSL color Cylindrical-coordinate representation of color #DE25F7: hue angle of 292.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE25F7 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 37 | 247 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.03 |
| HSL | 292.86º | 0.93% | 0.56% | - |
| HSV(B) | 292.86º | 0.85% | 0.97% | - |
| XYZ | 47.57 | 23.57 | 90.04 | - |
| YUV | 116.26 | 201.79 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 247 | 0.10 | 0.85 | 0 | 0.03 | 292.86 | 0.93 | 0.56 |
| Hex | DE | 25 | F7 | A | 55 | 0 | 3 | 125 | 5D | 38 |
| Octal | 336 | 45 | 367 | 12 | 125 | 0 | 3 | 445 | 135 | 70 |
| Binary | 11011110 | 100101 | 11110111 | 1010 | 1010101 | 0 | 11 | 100100101 | 1011101 | 111000 |
Color Harmonies of #DE25F7
Complementary color
Monochromatic Colors of #DE25F7
Black with #DE25F7
Text Example
Text Example
White with #DE25F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE25F7; }
p { color: rgb(222,37,247); }
H1.HeaderClassName
{
color: #DE25F7;
}
.AnyTagClassName
{
color: #DE25F7;
}
</style>
background-color css
<style>
a { background-color: #DE25F7; }
a { background-color: rgb(222,37,247); }
div.DivClassName
{
background-color: #DE25F7;
}
.BgClassName
{
background-color: #DE25F7;
}
</style>
border-color css
<style>
span { border-color: #DE25F7; }
span { border-color: rgb(222,37,247); }
td.TdClassName
{
border-color: #DE25F7;
}
.TagClassName
{
border-color: #DE25F7;
}
</style>