Shades of Psychedelic Purple #D630EE
Tints of Psychedelic Purple #D630EE
RGB
CMYK
RGB Variations
Color information
#D630EE (or 0xD630EE) is known color: Psychedelic Purple. HEX triplet: D6, 30 and EE. RGB value is (214,48,238). Sum of RGB (Red+Green+Blue) = 214+48+238=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #D630EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D630EE is #29CF11. Grayscale: #767676. Windows color (decimal): -2739986 or 15610070. OLE color: 15610070.
HSL color Cylindrical-coordinate representation of color #D630EE: hue angle of 292.42º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D630EE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 48 | 238 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.07 |
| HSL | 292.42º | 0.85% | 0.56% | - |
| HSV(B) | 292.42º | 0.8% | 0.93% | - |
| XYZ | 44.22 | 22.58 | 82.92 | - |
| YUV | 119.29 | 195 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 238 | 0.10 | 0.80 | 0 | 0.07 | 292.42 | 0.85 | 0.56 |
| Hex | D6 | 30 | EE | A | 50 | 0 | 7 | 124 | 55 | 38 |
| Octal | 326 | 60 | 356 | 12 | 120 | 0 | 7 | 444 | 125 | 70 |
| Binary | 11010110 | 110000 | 11101110 | 1010 | 1010000 | 0 | 111 | 100100100 | 1010101 | 111000 |
Color Harmonies of #D630EE
Complementary color
Monochromatic Colors of #D630EE
Black with #D630EE
Text Example
Text Example
White with #D630EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630EE; }
p { color: rgb(214,48,238); }
H1.HeaderClassName
{
color: #D630EE;
}
.AnyTagClassName
{
color: #D630EE;
}
</style>
background-color css
<style>
a { background-color: #D630EE; }
a { background-color: rgb(214,48,238); }
div.DivClassName
{
background-color: #D630EE;
}
.BgClassName
{
background-color: #D630EE;
}
</style>
border-color css
<style>
span { border-color: #D630EE; }
span { border-color: rgb(214,48,238); }
td.TdClassName
{
border-color: #D630EE;
}
.TagClassName
{
border-color: #D630EE;
}
</style>