Shades of Psychedelic Purple #D905EF
Tints of Psychedelic Purple #D905EF
RGB
CMYK
RGB Variations
Color information
#D905EF (or 0xD905EF) is known color: Psychedelic Purple. HEX triplet: D9, 05 and EF. RGB value is (217,5,239). Sum of RGB (Red+Green+Blue) = 217+5+239=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #D905EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D905EF is #26FA10. Grayscale: #5E5E5E. Windows color (decimal): -2554385 or 15664601. OLE color: 15664601.
HSL color Cylindrical-coordinate representation of color #D905EF: hue angle of 294.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905EF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 5 | 239 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.06 |
| HSL | 294.36º | 0.96% | 0.48% | - |
| HSV(B) | 294.36º | 0.98% | 0.94% | - |
| XYZ | 44.25 | 21.09 | 83.4 | - |
| YUV | 95.06 | 209.24 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 239 | 0.09 | 0.98 | 0 | 0.06 | 294.36 | 0.96 | 0.48 |
| Hex | D9 | 5 | EF | 9 | 62 | 0 | 6 | 126 | 60 | 30 |
| Octal | 331 | 5 | 357 | 11 | 142 | 0 | 6 | 446 | 140 | 60 |
| Binary | 11011001 | 101 | 11101111 | 1001 | 1100010 | 0 | 110 | 100100110 | 1100000 | 110000 |
Color Harmonies of #D905EF
Complementary color
Monochromatic Colors of #D905EF
Black with #D905EF
Text Example
Text Example
White with #D905EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905EF; }
p { color: rgb(217,5,239); }
H1.HeaderClassName
{
color: #D905EF;
}
.AnyTagClassName
{
color: #D905EF;
}
</style>
background-color css
<style>
a { background-color: #D905EF; }
a { background-color: rgb(217,5,239); }
div.DivClassName
{
background-color: #D905EF;
}
.BgClassName
{
background-color: #D905EF;
}
</style>
border-color css
<style>
span { border-color: #D905EF; }
span { border-color: rgb(217,5,239); }
td.TdClassName
{
border-color: #D905EF;
}
.TagClassName
{
border-color: #D905EF;
}
</style>