Shades of Psychedelic Purple #D30EEA
Tints of Psychedelic Purple #D30EEA
RGB
CMYK
RGB Variations
Color information
#D30EEA (or 0xD30EEA) is known color: Psychedelic Purple. HEX triplet: D3, 0E and EA. RGB value is (211,14,234). Sum of RGB (Red+Green+Blue) = 211+14+234=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #D30EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EEA is #2CF115. Grayscale: #616161. Windows color (decimal): -2945302 or 15339219. OLE color: 15339219.
HSL color Cylindrical-coordinate representation of color #D30EEA: hue angle of 293.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EEA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 14 | 234 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.08 |
| HSL | 293.73º | 0.89% | 0.49% | - |
| HSV(B) | 293.73º | 0.94% | 0.92% | - |
| XYZ | 41.87 | 20.1 | 79.52 | - |
| YUV | 97.98 | 204.77 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 234 | 0.10 | 0.94 | 0 | 0.08 | 293.73 | 0.89 | 0.49 |
| Hex | D3 | E | EA | A | 5E | 0 | 8 | 126 | 59 | 31 |
| Octal | 323 | 16 | 352 | 12 | 136 | 0 | 10 | 446 | 131 | 61 |
| Binary | 11010011 | 1110 | 11101010 | 1010 | 1011110 | 0 | 1000 | 100100110 | 1011001 | 110001 |
Color Harmonies of #D30EEA
Complementary color
Monochromatic Colors of #D30EEA
Black with #D30EEA
Text Example
Text Example
White with #D30EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EEA; }
p { color: rgb(211,14,234); }
H1.HeaderClassName
{
color: #D30EEA;
}
.AnyTagClassName
{
color: #D30EEA;
}
</style>
background-color css
<style>
a { background-color: #D30EEA; }
a { background-color: rgb(211,14,234); }
div.DivClassName
{
background-color: #D30EEA;
}
.BgClassName
{
background-color: #D30EEA;
}
</style>
border-color css
<style>
span { border-color: #D30EEA; }
span { border-color: rgb(211,14,234); }
td.TdClassName
{
border-color: #D30EEA;
}
.TagClassName
{
border-color: #D30EEA;
}
</style>