Shades of Psychedelic Purple #D905FE
Tints of Psychedelic Purple #D905FE
RGB
CMYK
RGB Variations
Color information
#D905FE (or 0xD905FE) is known color: Psychedelic Purple. HEX triplet: D9, 05 and FE. RGB value is (217,5,254). Sum of RGB (Red+Green+Blue) = 217+5+254=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #D905FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D905FE is #26FA01. Grayscale: #5F5F5F. Windows color (decimal): -2554370 or 16647641. OLE color: 16647641.
HSL color Cylindrical-coordinate representation of color #D905FE: hue angle of 291.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905FE is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 5 | 254 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.00 |
| HSL | 291.08º | 0.99% | 0.51% | - |
| HSV(B) | 291.08º | 0.98% | 1% | - |
| XYZ | 46.56 | 22.02 | 95.56 | - |
| YUV | 96.77 | 216.74 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 254 | 0.15 | 0.98 | 0 | 0.00 | 291.08 | 0.99 | 0.51 |
| Hex | D9 | 5 | FE | F | 62 | 0 | 0 | 123 | 63 | 33 |
| Octal | 331 | 5 | 376 | 17 | 142 | 0 | 0 | 443 | 143 | 63 |
| Binary | 11011001 | 101 | 11111110 | 1111 | 1100010 | 0 | 0 | 100100011 | 1100011 | 110011 |
Color Harmonies of #D905FE
Complementary color
Monochromatic Colors of #D905FE
Black with #D905FE
Text Example
Text Example
White with #D905FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905FE; }
p { color: rgb(217,5,254); }
H1.HeaderClassName
{
color: #D905FE;
}
.AnyTagClassName
{
color: #D905FE;
}
</style>
background-color css
<style>
a { background-color: #D905FE; }
a { background-color: rgb(217,5,254); }
div.DivClassName
{
background-color: #D905FE;
}
.BgClassName
{
background-color: #D905FE;
}
</style>
border-color css
<style>
span { border-color: #D905FE; }
span { border-color: rgb(217,5,254); }
td.TdClassName
{
border-color: #D905FE;
}
.TagClassName
{
border-color: #D905FE;
}
</style>