Shades of Psychedelic Purple #D01EFF
Tints of Psychedelic Purple #D01EFF
RGB
CMYK
RGB Variations
Color information
#D01EFF (or 0xD01EFF) is known color: Psychedelic Purple. HEX triplet: D0, 1E and FF. RGB value is (208,30,255). Sum of RGB (Red+Green+Blue) = 208+30+255=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #D01EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01EFF is #2FE100. Grayscale: #6C6C6C. Windows color (decimal): -3137793 or 16719568. OLE color: 16719568.
HSL color Cylindrical-coordinate representation of color #D01EFF: hue angle of 287.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01EFF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 30 | 255 | - |
| CMYK | 0.18 | 0.88 | 0 | 0 |
| HSL | 287.47º | 1% | 0.56% | - |
| HSV(B) | 287.47º | 0.88% | 1% | - |
| XYZ | 44.53 | 21.56 | 96.42 | - |
| YUV | 108.87 | 210.47 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 255 | 0.18 | 0.88 | 0 | 0 | 287.47 | 1 | 0.56 |
| Hex | D0 | 1E | FF | 12 | 58 | 0 | 0 | 11F | 64 | 38 |
| Octal | 320 | 36 | 377 | 22 | 130 | 0 | 0 | 437 | 144 | 70 |
| Binary | 11010000 | 11110 | 11111111 | 10010 | 1011000 | 0 | 0 | 100011111 | 1100100 | 111000 |
Color Harmonies of #D01EFF
Complementary color
Monochromatic Colors of #D01EFF
Black with #D01EFF
Text Example
Text Example
White with #D01EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EFF; }
p { color: rgb(208,30,255); }
H1.HeaderClassName
{
color: #D01EFF;
}
.AnyTagClassName
{
color: #D01EFF;
}
</style>
background-color css
<style>
a { background-color: #D01EFF; }
a { background-color: rgb(208,30,255); }
div.DivClassName
{
background-color: #D01EFF;
}
.BgClassName
{
background-color: #D01EFF;
}
</style>
border-color css
<style>
span { border-color: #D01EFF; }
span { border-color: rgb(208,30,255); }
td.TdClassName
{
border-color: #D01EFF;
}
.TagClassName
{
border-color: #D01EFF;
}
</style>