Shades of Psychedelic Purple #D30EEB
Tints of Psychedelic Purple #D30EEB
RGB
CMYK
RGB Variations
Color information
#D30EEB (or 0xD30EEB) is known color: Psychedelic Purple. HEX triplet: D3, 0E and EB. RGB value is (211,14,235). Sum of RGB (Red+Green+Blue) = 211+14+235=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #D30EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EEB is #2CF114. Grayscale: #616161. Windows color (decimal): -2945301 or 15404755. OLE color: 15404755.
HSL color Cylindrical-coordinate representation of color #D30EEB: hue angle of 293.48º 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 #D30EEB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 14 | 235 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.08 |
| HSL | 293.48º | 0.89% | 0.49% | - |
| HSV(B) | 293.48º | 0.94% | 0.92% | - |
| XYZ | 42.02 | 20.16 | 80.27 | - |
| YUV | 98.1 | 205.27 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 235 | 0.10 | 0.94 | 0 | 0.08 | 293.48 | 0.89 | 0.49 |
| Hex | D3 | E | EB | A | 5E | 0 | 8 | 125 | 59 | 31 |
| Octal | 323 | 16 | 353 | 12 | 136 | 0 | 10 | 445 | 131 | 61 |
| Binary | 11010011 | 1110 | 11101011 | 1010 | 1011110 | 0 | 1000 | 100100101 | 1011001 | 110001 |
Color Harmonies of #D30EEB
Complementary color
Monochromatic Colors of #D30EEB
Black with #D30EEB
Text Example
Text Example
White with #D30EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EEB; }
p { color: rgb(211,14,235); }
H1.HeaderClassName
{
color: #D30EEB;
}
.AnyTagClassName
{
color: #D30EEB;
}
</style>
background-color css
<style>
a { background-color: #D30EEB; }
a { background-color: rgb(211,14,235); }
div.DivClassName
{
background-color: #D30EEB;
}
.BgClassName
{
background-color: #D30EEB;
}
</style>
border-color css
<style>
span { border-color: #D30EEB; }
span { border-color: rgb(211,14,235); }
td.TdClassName
{
border-color: #D30EEB;
}
.TagClassName
{
border-color: #D30EEB;
}
</style>