Shades of Psychedelic Purple #D930EE
Tints of Psychedelic Purple #D930EE
RGB
CMYK
RGB Variations
Color information
#D930EE (or 0xD930EE) is known color: Psychedelic Purple. HEX triplet: D9, 30 and EE. RGB value is (217,48,238). Sum of RGB (Red+Green+Blue) = 217+48+238=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #D930EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D930EE is #26CF11. Grayscale: #777777. Windows color (decimal): -2543378 or 15610073. OLE color: 15610073.
HSL color Cylindrical-coordinate representation of color #D930EE: hue angle of 293.37º 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 #D930EE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 48 | 238 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.07 |
| HSL | 293.37º | 0.85% | 0.56% | - |
| HSV(B) | 293.37º | 0.8% | 0.93% | - |
| XYZ | 45.1 | 23.04 | 82.96 | - |
| YUV | 120.19 | 194.49 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 238 | 0.09 | 0.80 | 0 | 0.07 | 293.37 | 0.85 | 0.56 |
| Hex | D9 | 30 | EE | 9 | 50 | 0 | 7 | 125 | 55 | 38 |
| Octal | 331 | 60 | 356 | 11 | 120 | 0 | 7 | 445 | 125 | 70 |
| Binary | 11011001 | 110000 | 11101110 | 1001 | 1010000 | 0 | 111 | 100100101 | 1010101 | 111000 |
Color Harmonies of #D930EE
Complementary color
Monochromatic Colors of #D930EE
Black with #D930EE
Text Example
Text Example
White with #D930EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D930EE; }
p { color: rgb(217,48,238); }
H1.HeaderClassName
{
color: #D930EE;
}
.AnyTagClassName
{
color: #D930EE;
}
</style>
background-color css
<style>
a { background-color: #D930EE; }
a { background-color: rgb(217,48,238); }
div.DivClassName
{
background-color: #D930EE;
}
.BgClassName
{
background-color: #D930EE;
}
</style>
border-color css
<style>
span { border-color: #D930EE; }
span { border-color: rgb(217,48,238); }
td.TdClassName
{
border-color: #D930EE;
}
.TagClassName
{
border-color: #D930EE;
}
</style>