Shades of Psychedelic Purple #D30EFE
Tints of Psychedelic Purple #D30EFE
RGB
CMYK
RGB Variations
Color information
#D30EFE (or 0xD30EFE) is known color: Psychedelic Purple. HEX triplet: D3, 0E and FE. RGB value is (211,14,254). Sum of RGB (Red+Green+Blue) = 211+14+254=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #D30EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EFE is #2CF101. Grayscale: #636363. Windows color (decimal): -2945282 or 16649939. OLE color: 16649939.
HSL color Cylindrical-coordinate representation of color #D30EFE: hue angle of 289.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EFE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 14 | 254 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.00 |
| HSL | 289.25º | 0.99% | 0.53% | - |
| HSV(B) | 289.25º | 0.94% | 1% | - |
| XYZ | 44.91 | 21.32 | 95.51 | - |
| YUV | 100.26 | 214.77 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 254 | 0.17 | 0.94 | 0 | 0.00 | 289.25 | 0.99 | 0.53 |
| Hex | D3 | E | FE | 11 | 5E | 0 | 0 | 121 | 63 | 35 |
| Octal | 323 | 16 | 376 | 21 | 136 | 0 | 0 | 441 | 143 | 65 |
| Binary | 11010011 | 1110 | 11111110 | 10001 | 1011110 | 0 | 0 | 100100001 | 1100011 | 110101 |
Color Harmonies of #D30EFE
Complementary color
Monochromatic Colors of #D30EFE
Black with #D30EFE
Text Example
Text Example
White with #D30EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EFE; }
p { color: rgb(211,14,254); }
H1.HeaderClassName
{
color: #D30EFE;
}
.AnyTagClassName
{
color: #D30EFE;
}
</style>
background-color css
<style>
a { background-color: #D30EFE; }
a { background-color: rgb(211,14,254); }
div.DivClassName
{
background-color: #D30EFE;
}
.BgClassName
{
background-color: #D30EFE;
}
</style>
border-color css
<style>
span { border-color: #D30EFE; }
span { border-color: rgb(211,14,254); }
td.TdClassName
{
border-color: #D30EFE;
}
.TagClassName
{
border-color: #D30EFE;
}
</style>