Shades of Psychedelic Purple #DE13FA
Tints of Psychedelic Purple #DE13FA
RGB
CMYK
RGB Variations
Color information
#DE13FA (or 0xDE13FA) is known color: Psychedelic Purple. HEX triplet: DE, 13 and FA. RGB value is (222,19,250). Sum of RGB (Red+Green+Blue) = 222+19+250=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 19 (7.81% from 255 or 3.87% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE13FA is #21EC05. Grayscale: #696969. Windows color (decimal): -2223110 or 16389086. OLE color: 16389086.
HSL color Cylindrical-coordinate representation of color #DE13FA: hue angle of 292.73º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE13FA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 19 | 250 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.02 |
| HSL | 292.73º | 0.96% | 0.53% | - |
| HSV(B) | 292.73º | 0.92% | 0.98% | - |
| XYZ | 47.61 | 22.9 | 92.35 | - |
| YUV | 106.03 | 209.25 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 250 | 0.11 | 0.92 | 0 | 0.02 | 292.73 | 0.96 | 0.53 |
| Hex | DE | 13 | FA | B | 5C | 0 | 2 | 125 | 60 | 35 |
| Octal | 336 | 23 | 372 | 13 | 134 | 0 | 2 | 445 | 140 | 65 |
| Binary | 11011110 | 10011 | 11111010 | 1011 | 1011100 | 0 | 10 | 100100101 | 1100000 | 110101 |
Color Harmonies of #DE13FA
Complementary color
Monochromatic Colors of #DE13FA
Black with #DE13FA
Text Example
Text Example
White with #DE13FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE13FA; }
p { color: rgb(222,19,250); }
H1.HeaderClassName
{
color: #DE13FA;
}
.AnyTagClassName
{
color: #DE13FA;
}
</style>
background-color css
<style>
a { background-color: #DE13FA; }
a { background-color: rgb(222,19,250); }
div.DivClassName
{
background-color: #DE13FA;
}
.BgClassName
{
background-color: #DE13FA;
}
</style>
border-color css
<style>
span { border-color: #DE13FA; }
span { border-color: rgb(222,19,250); }
td.TdClassName
{
border-color: #DE13FA;
}
.TagClassName
{
border-color: #DE13FA;
}
</style>