Shades of Psychedelic Purple #D921FC
Tints of Psychedelic Purple #D921FC
RGB
CMYK
RGB Variations
Color information
#D921FC (or 0xD921FC) is known color: Psychedelic Purple. HEX triplet: D9, 21 and FC. RGB value is (217,33,252). Sum of RGB (Red+Green+Blue) = 217+33+252=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 33 (13.28% from 255 or 6.57% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #D921FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921FC is #26DE03. Grayscale: #707070. Windows color (decimal): -2547204 or 16523737. OLE color: 16523737.
HSL color Cylindrical-coordinate representation of color #D921FC: hue angle of 290.41º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D921FC is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 33 | 252 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.01 |
| HSL | 290.41º | 0.97% | 0.56% | - |
| HSV(B) | 290.41º | 0.87% | 0.99% | - |
| XYZ | 46.73 | 22.87 | 94.05 | - |
| YUV | 112.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 252 | 0.14 | 0.87 | 0 | 0.01 | 290.41 | 0.97 | 0.56 |
| Hex | D9 | 21 | FC | E | 57 | 0 | 1 | 122 | 61 | 38 |
| Octal | 331 | 41 | 374 | 16 | 127 | 0 | 1 | 442 | 141 | 70 |
| Binary | 11011001 | 100001 | 11111100 | 1110 | 1010111 | 0 | 1 | 100100010 | 1100001 | 111000 |
Color Harmonies of #D921FC
Complementary color
Monochromatic Colors of #D921FC
Black with #D921FC
Text Example
Text Example
White with #D921FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921FC; }
p { color: rgb(217,33,252); }
H1.HeaderClassName
{
color: #D921FC;
}
.AnyTagClassName
{
color: #D921FC;
}
</style>
background-color css
<style>
a { background-color: #D921FC; }
a { background-color: rgb(217,33,252); }
div.DivClassName
{
background-color: #D921FC;
}
.BgClassName
{
background-color: #D921FC;
}
</style>
border-color css
<style>
span { border-color: #D921FC; }
span { border-color: rgb(217,33,252); }
td.TdClassName
{
border-color: #D921FC;
}
.TagClassName
{
border-color: #D921FC;
}
</style>