Shades of Psychedelic Purple #D905F7
Tints of Psychedelic Purple #D905F7
RGB
CMYK
RGB Variations
Color information
#D905F7 (or 0xD905F7) is known color: Psychedelic Purple. HEX triplet: D9, 05 and F7. RGB value is (217,5,247). Sum of RGB (Red+Green+Blue) = 217+5+247=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #D905F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D905F7 is #26FA08. Grayscale: #5F5F5F. Windows color (decimal): -2554377 or 16188889. OLE color: 16188889.
HSL color Cylindrical-coordinate representation of color #D905F7: hue angle of 292.56º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905F7 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 5 | 247 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.03 |
| HSL | 292.56º | 0.96% | 0.49% | - |
| HSV(B) | 292.56º | 0.98% | 0.97% | - |
| XYZ | 45.46 | 21.58 | 89.76 | - |
| YUV | 95.98 | 213.24 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 247 | 0.12 | 0.98 | 0 | 0.03 | 292.56 | 0.96 | 0.49 |
| Hex | D9 | 5 | F7 | C | 62 | 0 | 3 | 125 | 60 | 31 |
| Octal | 331 | 5 | 367 | 14 | 142 | 0 | 3 | 445 | 140 | 61 |
| Binary | 11011001 | 101 | 11110111 | 1100 | 1100010 | 0 | 11 | 100100101 | 1100000 | 110001 |
Color Harmonies of #D905F7
Complementary color
Monochromatic Colors of #D905F7
Black with #D905F7
Text Example
Text Example
White with #D905F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905F7; }
p { color: rgb(217,5,247); }
H1.HeaderClassName
{
color: #D905F7;
}
.AnyTagClassName
{
color: #D905F7;
}
</style>
background-color css
<style>
a { background-color: #D905F7; }
a { background-color: rgb(217,5,247); }
div.DivClassName
{
background-color: #D905F7;
}
.BgClassName
{
background-color: #D905F7;
}
</style>
border-color css
<style>
span { border-color: #D905F7; }
span { border-color: rgb(217,5,247); }
td.TdClassName
{
border-color: #D905F7;
}
.TagClassName
{
border-color: #D905F7;
}
</style>