Shades of Psychedelic Purple #D00EFF
Tints of Psychedelic Purple #D00EFF
RGB
CMYK
RGB Variations
Color information
#D00EFF (or 0xD00EFF) is known color: Psychedelic Purple. HEX triplet: D0, 0E and FF. RGB value is (208,14,255). Sum of RGB (Red+Green+Blue) = 208+14+255=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #D00EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00EFF is #2FF100. Grayscale: #626262. Windows color (decimal): -3141889 or 16715472. OLE color: 16715472.
HSL color Cylindrical-coordinate representation of color #D00EFF: hue angle of 288.3º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00EFF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 14 | 255 | - |
| CMYK | 0.18 | 0.95 | 0 | 0 |
| HSL | 288.3º | 1% | 0.53% | - |
| HSV(B) | 288.3º | 0.95% | 1% | - |
| XYZ | 44.22 | 20.94 | 96.32 | - |
| YUV | 99.48 | 215.77 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 255 | 0.18 | 0.95 | 0 | 0 | 288.3 | 1 | 0.53 |
| Hex | D0 | E | FF | 12 | 5F | 0 | 0 | 120 | 64 | 35 |
| Octal | 320 | 16 | 377 | 22 | 137 | 0 | 0 | 440 | 144 | 65 |
| Binary | 11010000 | 1110 | 11111111 | 10010 | 1011111 | 0 | 0 | 100100000 | 1100100 | 110101 |
Color Harmonies of #D00EFF
Complementary color
Monochromatic Colors of #D00EFF
Black with #D00EFF
Text Example
Text Example
White with #D00EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00EFF; }
p { color: rgb(208,14,255); }
H1.HeaderClassName
{
color: #D00EFF;
}
.AnyTagClassName
{
color: #D00EFF;
}
</style>
background-color css
<style>
a { background-color: #D00EFF; }
a { background-color: rgb(208,14,255); }
div.DivClassName
{
background-color: #D00EFF;
}
.BgClassName
{
background-color: #D00EFF;
}
</style>
border-color css
<style>
span { border-color: #D00EFF; }
span { border-color: rgb(208,14,255); }
td.TdClassName
{
border-color: #D00EFF;
}
.TagClassName
{
border-color: #D00EFF;
}
</style>