Shades of Psychedelic Purple #D900FE
Tints of Psychedelic Purple #D900FE
RGB
CMYK
RGB Variations
Color information
#D900FE (or 0xD900FE) is known color: Psychedelic Purple. HEX triplet: D9, 00 and FE. RGB value is (217,0,254). Sum of RGB (Red+Green+Blue) = 217+0+254=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #D900FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D900FE is #26FF01. Grayscale: #5D5D5D. Windows color (decimal): -2555650 or 16646361. OLE color: 16646361.
HSL color Cylindrical-coordinate representation of color #D900FE: hue angle of 291.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900FE is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 0 | 254 | - |
| CMYK | 0.15 | 1 | 0 | 0.00 |
| HSL | 291.26º | 1% | 0.5% | - |
| HSV(B) | 291.26º | 1% | 1% | - |
| XYZ | 46.5 | 21.91 | 95.54 | - |
| YUV | 93.84 | 218.39 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 254 | 0.15 | 1 | 0 | 0.00 | 291.26 | 1 | 0.5 |
| Hex | D9 | 0 | FE | F | 64 | 0 | 0 | 123 | 64 | 32 |
| Octal | 331 | 0 | 376 | 17 | 144 | 0 | 0 | 443 | 144 | 62 |
| Binary | 11011001 | 0 | 11111110 | 1111 | 1100100 | 0 | 0 | 100100011 | 1100100 | 110010 |
Color Harmonies of #D900FE
Complementary color
Monochromatic Colors of #D900FE
Black with #D900FE
Text Example
Text Example
White with #D900FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900FE; }
p { color: rgb(217,0,254); }
H1.HeaderClassName
{
color: #D900FE;
}
.AnyTagClassName
{
color: #D900FE;
}
</style>
background-color css
<style>
a { background-color: #D900FE; }
a { background-color: rgb(217,0,254); }
div.DivClassName
{
background-color: #D900FE;
}
.BgClassName
{
background-color: #D900FE;
}
</style>
border-color css
<style>
span { border-color: #D900FE; }
span { border-color: rgb(217,0,254); }
td.TdClassName
{
border-color: #D900FE;
}
.TagClassName
{
border-color: #D900FE;
}
</style>