Shades of Psychedelic Purple #D905F0
Tints of Psychedelic Purple #D905F0
RGB
CMYK
RGB Variations
Color information
#D905F0 (or 0xD905F0) is known color: Psychedelic Purple. HEX triplet: D9, 05 and F0. RGB value is (217,5,240). Sum of RGB (Red+Green+Blue) = 217+5+240=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #D905F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D905F0 is #26FA0F. Grayscale: #5E5E5E. Windows color (decimal): -2554384 or 15730137. OLE color: 15730137.
HSL color Cylindrical-coordinate representation of color #D905F0: hue angle of 294.13º 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 #D905F0 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 5 | 240 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.06 |
| HSL | 294.13º | 0.96% | 0.48% | - |
| HSV(B) | 294.13º | 0.98% | 0.94% | - |
| XYZ | 44.4 | 21.15 | 84.18 | - |
| YUV | 95.18 | 209.74 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 240 | 0.10 | 0.98 | 0 | 0.06 | 294.13 | 0.96 | 0.48 |
| Hex | D9 | 5 | F0 | A | 62 | 0 | 6 | 126 | 60 | 30 |
| Octal | 331 | 5 | 360 | 12 | 142 | 0 | 6 | 446 | 140 | 60 |
| Binary | 11011001 | 101 | 11110000 | 1010 | 1100010 | 0 | 110 | 100100110 | 1100000 | 110000 |
Color Harmonies of #D905F0
Complementary color
Monochromatic Colors of #D905F0
Black with #D905F0
Text Example
Text Example
White with #D905F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905F0; }
p { color: rgb(217,5,240); }
H1.HeaderClassName
{
color: #D905F0;
}
.AnyTagClassName
{
color: #D905F0;
}
</style>
background-color css
<style>
a { background-color: #D905F0; }
a { background-color: rgb(217,5,240); }
div.DivClassName
{
background-color: #D905F0;
}
.BgClassName
{
background-color: #D905F0;
}
</style>
border-color css
<style>
span { border-color: #D905F0; }
span { border-color: rgb(217,5,240); }
td.TdClassName
{
border-color: #D905F0;
}
.TagClassName
{
border-color: #D905F0;
}
</style>