Shades of Psychedelic Purple #D921FE
Tints of Psychedelic Purple #D921FE
RGB
CMYK
RGB Variations
Color information
#D921FE (or 0xD921FE) is known color: Psychedelic Purple. HEX triplet: D9, 21 and FE. RGB value is (217,33,254). Sum of RGB (Red+Green+Blue) = 217+33+254=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #D921FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921FE is #26DE01. Grayscale: #707070. Windows color (decimal): -2547202 or 16654809. OLE color: 16654809.
HSL color Cylindrical-coordinate representation of color #D921FE: hue angle of 289.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D921FE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 33 | 254 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.00 |
| HSL | 289.95º | 0.99% | 0.56% | - |
| HSV(B) | 289.95º | 0.87% | 1% | - |
| XYZ | 47.05 | 23 | 95.72 | - |
| YUV | 113.21 | 207.46 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 254 | 0.15 | 0.87 | 0 | 0.00 | 289.95 | 0.99 | 0.56 |
| Hex | D9 | 21 | FE | F | 57 | 0 | 0 | 122 | 63 | 38 |
| Octal | 331 | 41 | 376 | 17 | 127 | 0 | 0 | 442 | 143 | 70 |
| Binary | 11011001 | 100001 | 11111110 | 1111 | 1010111 | 0 | 0 | 100100010 | 1100011 | 111000 |
Color Harmonies of #D921FE
Complementary color
Monochromatic Colors of #D921FE
Black with #D921FE
Text Example
Text Example
White with #D921FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921FE; }
p { color: rgb(217,33,254); }
H1.HeaderClassName
{
color: #D921FE;
}
.AnyTagClassName
{
color: #D921FE;
}
</style>
background-color css
<style>
a { background-color: #D921FE; }
a { background-color: rgb(217,33,254); }
div.DivClassName
{
background-color: #D921FE;
}
.BgClassName
{
background-color: #D921FE;
}
</style>
border-color css
<style>
span { border-color: #D921FE; }
span { border-color: rgb(217,33,254); }
td.TdClassName
{
border-color: #D921FE;
}
.TagClassName
{
border-color: #D921FE;
}
</style>