Shades of Psychedelic Purple #D01EF2
Tints of Psychedelic Purple #D01EF2
RGB
CMYK
RGB Variations
Color information
#D01EF2 (or 0xD01EF2) is known color: Psychedelic Purple. HEX triplet: D0, 1E and F2. RGB value is (208,30,242). Sum of RGB (Red+Green+Blue) = 208+30+242=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 30 (12.11% from 255 or 6.25% 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 #D01EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01EF2 is #2FE10D. Grayscale: #6A6A6A. Windows color (decimal): -3137806 or 15867600. OLE color: 15867600.
HSL color Cylindrical-coordinate representation of color #D01EF2: hue angle of 290.38º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01EF2 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 30 | 242 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.05 |
| HSL | 290.38º | 0.89% | 0.53% | - |
| HSV(B) | 290.38º | 0.88% | 0.95% | - |
| XYZ | 42.5 | 20.75 | 85.77 | - |
| YUV | 107.39 | 203.97 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 242 | 0.14 | 0.88 | 0 | 0.05 | 290.38 | 0.89 | 0.53 |
| Hex | D0 | 1E | F2 | E | 58 | 0 | 5 | 122 | 59 | 35 |
| Octal | 320 | 36 | 362 | 16 | 130 | 0 | 5 | 442 | 131 | 65 |
| Binary | 11010000 | 11110 | 11110010 | 1110 | 1011000 | 0 | 101 | 100100010 | 1011001 | 110101 |
Color Harmonies of #D01EF2
Complementary color
Monochromatic Colors of #D01EF2
Black with #D01EF2
Text Example
Text Example
White with #D01EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EF2; }
p { color: rgb(208,30,242); }
H1.HeaderClassName
{
color: #D01EF2;
}
.AnyTagClassName
{
color: #D01EF2;
}
</style>
background-color css
<style>
a { background-color: #D01EF2; }
a { background-color: rgb(208,30,242); }
div.DivClassName
{
background-color: #D01EF2;
}
.BgClassName
{
background-color: #D01EF2;
}
</style>
border-color css
<style>
span { border-color: #D01EF2; }
span { border-color: rgb(208,30,242); }
td.TdClassName
{
border-color: #D01EF2;
}
.TagClassName
{
border-color: #D01EF2;
}
</style>