Shades of Psychedelic Purple #D01FEF
Tints of Psychedelic Purple #D01FEF
RGB
CMYK
RGB Variations
Color information
#D01FEF (or 0xD01FEF) is known color: Psychedelic Purple. HEX triplet: D0, 1F and EF. RGB value is (208,31,239). Sum of RGB (Red+Green+Blue) = 208+31+239=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #D01FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01FEF is #2FE010. Grayscale: #6A6A6A. Windows color (decimal): -3137553 or 15671248. OLE color: 15671248.
HSL color Cylindrical-coordinate representation of color #D01FEF: hue angle of 291.06º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01FEF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 31 | 239 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.06 |
| HSL | 291.06º | 0.87% | 0.53% | - |
| HSV(B) | 291.06º | 0.87% | 0.94% | - |
| XYZ | 42.08 | 20.62 | 83.42 | - |
| YUV | 107.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 239 | 0.13 | 0.87 | 0 | 0.06 | 291.06 | 0.87 | 0.53 |
| Hex | D0 | 1F | EF | D | 57 | 0 | 6 | 123 | 57 | 35 |
| Octal | 320 | 37 | 357 | 15 | 127 | 0 | 6 | 443 | 127 | 65 |
| Binary | 11010000 | 11111 | 11101111 | 1101 | 1010111 | 0 | 110 | 100100011 | 1010111 | 110101 |
Color Harmonies of #D01FEF
Complementary color
Monochromatic Colors of #D01FEF
Black with #D01FEF
Text Example
Text Example
White with #D01FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FEF; }
p { color: rgb(208,31,239); }
H1.HeaderClassName
{
color: #D01FEF;
}
.AnyTagClassName
{
color: #D01FEF;
}
</style>
background-color css
<style>
a { background-color: #D01FEF; }
a { background-color: rgb(208,31,239); }
div.DivClassName
{
background-color: #D01FEF;
}
.BgClassName
{
background-color: #D01FEF;
}
</style>
border-color css
<style>
span { border-color: #D01FEF; }
span { border-color: rgb(208,31,239); }
td.TdClassName
{
border-color: #D01FEF;
}
.TagClassName
{
border-color: #D01FEF;
}
</style>