Shades of Psychedelic Purple #D921FA
Tints of Psychedelic Purple #D921FA
RGB
CMYK
RGB Variations
Color information
#D921FA (or 0xD921FA) is known color: Psychedelic Purple. HEX triplet: D9, 21 and FA. RGB value is (217,33,250). Sum of RGB (Red+Green+Blue) = 217+33+250=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #D921FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921FA is #26DE05. Grayscale: #707070. Windows color (decimal): -2547206 or 16392665. OLE color: 16392665.
HSL color Cylindrical-coordinate representation of color #D921FA: hue angle of 290.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D921FA is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 33 | 250 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.02 |
| HSL | 290.88º | 0.96% | 0.55% | - |
| HSV(B) | 290.88º | 0.87% | 0.98% | - |
| XYZ | 46.41 | 22.74 | 92.39 | - |
| YUV | 112.75 | 205.46 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 250 | 0.13 | 0.87 | 0 | 0.02 | 290.88 | 0.96 | 0.55 |
| Hex | D9 | 21 | FA | D | 57 | 0 | 2 | 123 | 60 | 37 |
| Octal | 331 | 41 | 372 | 15 | 127 | 0 | 2 | 443 | 140 | 67 |
| Binary | 11011001 | 100001 | 11111010 | 1101 | 1010111 | 0 | 10 | 100100011 | 1100000 | 110111 |
Color Harmonies of #D921FA
Complementary color
Monochromatic Colors of #D921FA
Black with #D921FA
Text Example
Text Example
White with #D921FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921FA; }
p { color: rgb(217,33,250); }
H1.HeaderClassName
{
color: #D921FA;
}
.AnyTagClassName
{
color: #D921FA;
}
</style>
background-color css
<style>
a { background-color: #D921FA; }
a { background-color: rgb(217,33,250); }
div.DivClassName
{
background-color: #D921FA;
}
.BgClassName
{
background-color: #D921FA;
}
</style>
border-color css
<style>
span { border-color: #D921FA; }
span { border-color: rgb(217,33,250); }
td.TdClassName
{
border-color: #D921FA;
}
.TagClassName
{
border-color: #D921FA;
}
</style>