Shades of Psychedelic Purple #D901EE
Tints of Psychedelic Purple #D901EE
RGB
CMYK
RGB Variations
Color information
#D901EE (or 0xD901EE) is known color: Psychedelic Purple. HEX triplet: D9, 01 and EE. RGB value is (217,1,238). Sum of RGB (Red+Green+Blue) = 217+1+238=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #D901EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D901EE is #26FE11. Grayscale: #5B5B5B. Windows color (decimal): -2555410 or 15598041. OLE color: 15598041.
HSL color Cylindrical-coordinate representation of color #D901EE: hue angle of 294.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901EE is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 1 | 238 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.07 |
| HSL | 294.68º | 0.99% | 0.47% | - |
| HSV(B) | 294.68º | 1% | 0.93% | - |
| XYZ | 44.06 | 20.95 | 82.61 | - |
| YUV | 92.6 | 210.06 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 238 | 0.09 | 1.00 | 0 | 0.07 | 294.68 | 0.99 | 0.47 |
| Hex | D9 | 1 | EE | 9 | 64 | 0 | 7 | 127 | 63 | 2F |
| Octal | 331 | 1 | 356 | 11 | 144 | 0 | 7 | 447 | 143 | 57 |
| Binary | 11011001 | 1 | 11101110 | 1001 | 1100100 | 0 | 111 | 100100111 | 1100011 | 101111 |
Color Harmonies of #D901EE
Complementary color
Monochromatic Colors of #D901EE
Black with #D901EE
Text Example
Text Example
White with #D901EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901EE; }
p { color: rgb(217,1,238); }
H1.HeaderClassName
{
color: #D901EE;
}
.AnyTagClassName
{
color: #D901EE;
}
</style>
background-color css
<style>
a { background-color: #D901EE; }
a { background-color: rgb(217,1,238); }
div.DivClassName
{
background-color: #D901EE;
}
.BgClassName
{
background-color: #D901EE;
}
</style>
border-color css
<style>
span { border-color: #D901EE; }
span { border-color: rgb(217,1,238); }
td.TdClassName
{
border-color: #D901EE;
}
.TagClassName
{
border-color: #D901EE;
}
</style>