Shades of Psychedelic Purple #D901EF
Tints of Psychedelic Purple #D901EF
RGB
CMYK
RGB Variations
Color information
#D901EF (or 0xD901EF) is known color: Psychedelic Purple. HEX triplet: D9, 01 and EF. RGB value is (217,1,239). Sum of RGB (Red+Green+Blue) = 217+1+239=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #D901EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D901EF is #26FE10. Grayscale: #5B5B5B. Windows color (decimal): -2555409 or 15663577. OLE color: 15663577.
HSL color Cylindrical-coordinate representation of color #D901EF: hue angle of 294.45º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901EF is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 1 | 239 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.06 |
| HSL | 294.45º | 0.99% | 0.47% | - |
| HSV(B) | 294.45º | 1% | 0.94% | - |
| XYZ | 44.21 | 21.01 | 83.39 | - |
| YUV | 92.72 | 210.56 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 239 | 0.09 | 1.00 | 0 | 0.06 | 294.45 | 0.99 | 0.47 |
| Hex | D9 | 1 | EF | 9 | 64 | 0 | 6 | 126 | 63 | 2F |
| Octal | 331 | 1 | 357 | 11 | 144 | 0 | 6 | 446 | 143 | 57 |
| Binary | 11011001 | 1 | 11101111 | 1001 | 1100100 | 0 | 110 | 100100110 | 1100011 | 101111 |
Color Harmonies of #D901EF
Complementary color
Monochromatic Colors of #D901EF
Black with #D901EF
Text Example
Text Example
White with #D901EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901EF; }
p { color: rgb(217,1,239); }
H1.HeaderClassName
{
color: #D901EF;
}
.AnyTagClassName
{
color: #D901EF;
}
</style>
background-color css
<style>
a { background-color: #D901EF; }
a { background-color: rgb(217,1,239); }
div.DivClassName
{
background-color: #D901EF;
}
.BgClassName
{
background-color: #D901EF;
}
</style>
border-color css
<style>
span { border-color: #D901EF; }
span { border-color: rgb(217,1,239); }
td.TdClassName
{
border-color: #D901EF;
}
.TagClassName
{
border-color: #D901EF;
}
</style>