Shades of Psychedelic Purple #D01FEC
Tints of Psychedelic Purple #D01FEC
RGB
CMYK
RGB Variations
Color information
#D01FEC (or 0xD01FEC) is known color: Psychedelic Purple. HEX triplet: D0, 1F and EC. RGB value is (208,31,236). Sum of RGB (Red+Green+Blue) = 208+31+236=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #D01FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01FEC is #2FE013. Grayscale: #6A6A6A. Windows color (decimal): -3137556 or 15474640. OLE color: 15474640.
HSL color Cylindrical-coordinate representation of color #D01FEC: hue angle of 291.8º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01FEC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 31 | 236 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.07 |
| HSL | 291.8º | 0.84% | 0.52% | - |
| HSV(B) | 291.8º | 0.87% | 0.93% | - |
| XYZ | 41.64 | 20.45 | 81.11 | - |
| YUV | 107.29 | 200.64 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 236 | 0.12 | 0.87 | 0 | 0.07 | 291.8 | 0.84 | 0.52 |
| Hex | D0 | 1F | EC | C | 57 | 0 | 7 | 124 | 54 | 34 |
| Octal | 320 | 37 | 354 | 14 | 127 | 0 | 7 | 444 | 124 | 64 |
| Binary | 11010000 | 11111 | 11101100 | 1100 | 1010111 | 0 | 111 | 100100100 | 1010100 | 110100 |
Color Harmonies of #D01FEC
Complementary color
Monochromatic Colors of #D01FEC
Black with #D01FEC
Text Example
Text Example
White with #D01FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FEC; }
p { color: rgb(208,31,236); }
H1.HeaderClassName
{
color: #D01FEC;
}
.AnyTagClassName
{
color: #D01FEC;
}
</style>
background-color css
<style>
a { background-color: #D01FEC; }
a { background-color: rgb(208,31,236); }
div.DivClassName
{
background-color: #D01FEC;
}
.BgClassName
{
background-color: #D01FEC;
}
</style>
border-color css
<style>
span { border-color: #D01FEC; }
span { border-color: rgb(208,31,236); }
td.TdClassName
{
border-color: #D01FEC;
}
.TagClassName
{
border-color: #D01FEC;
}
</style>