Shades of Psychedelic Purple #D905F1
Tints of Psychedelic Purple #D905F1
RGB
CMYK
RGB Variations
Color information
#D905F1 (or 0xD905F1) is known color: Psychedelic Purple. HEX triplet: D9, 05 and F1. RGB value is (217,5,241). Sum of RGB (Red+Green+Blue) = 217+5+241=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #D905F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D905F1 is #26FA0E. Grayscale: #5E5E5E. Windows color (decimal): -2554383 or 15795673. OLE color: 15795673.
HSL color Cylindrical-coordinate representation of color #D905F1: hue angle of 293.9º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905F1 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 5 | 241 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.05 |
| HSL | 293.9º | 0.96% | 0.48% | - |
| HSV(B) | 293.9º | 0.98% | 0.95% | - |
| XYZ | 44.55 | 21.21 | 84.97 | - |
| YUV | 95.29 | 210.24 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 241 | 0.10 | 0.98 | 0 | 0.05 | 293.9 | 0.96 | 0.48 |
| Hex | D9 | 5 | F1 | A | 62 | 0 | 5 | 126 | 60 | 30 |
| Octal | 331 | 5 | 361 | 12 | 142 | 0 | 5 | 446 | 140 | 60 |
| Binary | 11011001 | 101 | 11110001 | 1010 | 1100010 | 0 | 101 | 100100110 | 1100000 | 110000 |
Color Harmonies of #D905F1
Complementary color
Monochromatic Colors of #D905F1
Black with #D905F1
Text Example
Text Example
White with #D905F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905F1; }
p { color: rgb(217,5,241); }
H1.HeaderClassName
{
color: #D905F1;
}
.AnyTagClassName
{
color: #D905F1;
}
</style>
background-color css
<style>
a { background-color: #D905F1; }
a { background-color: rgb(217,5,241); }
div.DivClassName
{
background-color: #D905F1;
}
.BgClassName
{
background-color: #D905F1;
}
</style>
border-color css
<style>
span { border-color: #D905F1; }
span { border-color: rgb(217,5,241); }
td.TdClassName
{
border-color: #D905F1;
}
.TagClassName
{
border-color: #D905F1;
}
</style>