Shades of Psychedelic Purple #D01EED
Tints of Psychedelic Purple #D01EED
RGB
CMYK
RGB Variations
Color information
#D01EED (or 0xD01EED) is known color: Psychedelic Purple. HEX triplet: D0, 1E and ED. RGB value is (208,30,237). Sum of RGB (Red+Green+Blue) = 208+30+237=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #D01EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01EED is #2FE112. Grayscale: #6A6A6A. Windows color (decimal): -3137811 or 15539920. OLE color: 15539920.
HSL color Cylindrical-coordinate representation of color #D01EED: hue angle of 291.59º degrees, saturation: 0.85, 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 #D01EED is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 30 | 237 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.07 |
| HSL | 291.59º | 0.85% | 0.52% | - |
| HSV(B) | 291.59º | 0.87% | 0.93% | - |
| XYZ | 41.76 | 20.45 | 81.87 | - |
| YUV | 106.82 | 201.47 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 237 | 0.12 | 0.87 | 0 | 0.07 | 291.59 | 0.85 | 0.52 |
| Hex | D0 | 1E | ED | C | 57 | 0 | 7 | 124 | 55 | 34 |
| Octal | 320 | 36 | 355 | 14 | 127 | 0 | 7 | 444 | 125 | 64 |
| Binary | 11010000 | 11110 | 11101101 | 1100 | 1010111 | 0 | 111 | 100100100 | 1010101 | 110100 |
Color Harmonies of #D01EED
Complementary color
Monochromatic Colors of #D01EED
Black with #D01EED
Text Example
Text Example
White with #D01EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EED; }
p { color: rgb(208,30,237); }
H1.HeaderClassName
{
color: #D01EED;
}
.AnyTagClassName
{
color: #D01EED;
}
</style>
background-color css
<style>
a { background-color: #D01EED; }
a { background-color: rgb(208,30,237); }
div.DivClassName
{
background-color: #D01EED;
}
.BgClassName
{
background-color: #D01EED;
}
</style>
border-color css
<style>
span { border-color: #D01EED; }
span { border-color: rgb(208,30,237); }
td.TdClassName
{
border-color: #D01EED;
}
.TagClassName
{
border-color: #D01EED;
}
</style>