Shades of Psychedelic Purple #D30EE8
Tints of Psychedelic Purple #D30EE8
RGB
CMYK
RGB Variations
Color information
#D30EE8 (or 0xD30EE8) is known color: Psychedelic Purple. HEX triplet: D3, 0E and E8. RGB value is (211,14,232). Sum of RGB (Red+Green+Blue) = 211+14+232=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #D30EE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EE8 is #2CF117. Grayscale: #616161. Windows color (decimal): -2945304 or 15208147. OLE color: 15208147.
HSL color Cylindrical-coordinate representation of color #D30EE8: hue angle of 294.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EE8 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 14 | 232 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.09 |
| HSL | 294.22º | 0.89% | 0.48% | - |
| HSV(B) | 294.22º | 0.94% | 0.91% | - |
| XYZ | 41.59 | 19.99 | 78.01 | - |
| YUV | 97.76 | 203.77 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 232 | 0.09 | 0.94 | 0 | 0.09 | 294.22 | 0.89 | 0.48 |
| Hex | D3 | E | E8 | 9 | 5E | 0 | 9 | 126 | 59 | 30 |
| Octal | 323 | 16 | 350 | 11 | 136 | 0 | 11 | 446 | 131 | 60 |
| Binary | 11010011 | 1110 | 11101000 | 1001 | 1011110 | 0 | 1001 | 100100110 | 1011001 | 110000 |
Color Harmonies of #D30EE8
Complementary color
Monochromatic Colors of #D30EE8
Black with #D30EE8
Text Example
Text Example
White with #D30EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EE8; }
p { color: rgb(211,14,232); }
H1.HeaderClassName
{
color: #D30EE8;
}
.AnyTagClassName
{
color: #D30EE8;
}
</style>
background-color css
<style>
a { background-color: #D30EE8; }
a { background-color: rgb(211,14,232); }
div.DivClassName
{
background-color: #D30EE8;
}
.BgClassName
{
background-color: #D30EE8;
}
</style>
border-color css
<style>
span { border-color: #D30EE8; }
span { border-color: rgb(211,14,232); }
td.TdClassName
{
border-color: #D30EE8;
}
.TagClassName
{
border-color: #D30EE8;
}
</style>