Shades of Psychedelic Purple #D630EF
Tints of Psychedelic Purple #D630EF
RGB
CMYK
RGB Variations
Color information
#D630EF (or 0xD630EF) is known color: Psychedelic Purple. HEX triplet: D6, 30 and EF. RGB value is (214,48,239). Sum of RGB (Red+Green+Blue) = 214+48+239=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #D630EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D630EF is #29CF10. Grayscale: #767676. Windows color (decimal): -2739985 or 15675606. OLE color: 15675606.
HSL color Cylindrical-coordinate representation of color #D630EF: hue angle of 292.15º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D630EF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 48 | 239 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.06 |
| HSL | 292.15º | 0.86% | 0.56% | - |
| HSV(B) | 292.15º | 0.8% | 0.94% | - |
| XYZ | 44.37 | 22.64 | 83.69 | - |
| YUV | 119.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 239 | 0.10 | 0.80 | 0 | 0.06 | 292.15 | 0.86 | 0.56 |
| Hex | D6 | 30 | EF | A | 50 | 0 | 6 | 124 | 56 | 38 |
| Octal | 326 | 60 | 357 | 12 | 120 | 0 | 6 | 444 | 126 | 70 |
| Binary | 11010110 | 110000 | 11101111 | 1010 | 1010000 | 0 | 110 | 100100100 | 1010110 | 111000 |
Color Harmonies of #D630EF
Complementary color
Monochromatic Colors of #D630EF
Black with #D630EF
Text Example
Text Example
White with #D630EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630EF; }
p { color: rgb(214,48,239); }
H1.HeaderClassName
{
color: #D630EF;
}
.AnyTagClassName
{
color: #D630EF;
}
</style>
background-color css
<style>
a { background-color: #D630EF; }
a { background-color: rgb(214,48,239); }
div.DivClassName
{
background-color: #D630EF;
}
.BgClassName
{
background-color: #D630EF;
}
</style>
border-color css
<style>
span { border-color: #D630EF; }
span { border-color: rgb(214,48,239); }
td.TdClassName
{
border-color: #D630EF;
}
.TagClassName
{
border-color: #D630EF;
}
</style>