Shades of Psychedelic Purple #D921F4
Tints of Psychedelic Purple #D921F4
RGB
CMYK
RGB Variations
Color information
#D921F4 (or 0xD921F4) is known color: Psychedelic Purple. HEX triplet: D9, 21 and F4. RGB value is (217,33,244). Sum of RGB (Red+Green+Blue) = 217+33+244=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #D921F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921F4 is #26DE0B. Grayscale: #6F6F6F. Windows color (decimal): -2547212 or 15999449. OLE color: 15999449.
HSL color Cylindrical-coordinate representation of color #D921F4: hue angle of 292.32º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D921F4 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 33 | 244 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.04 |
| HSL | 292.32º | 0.91% | 0.54% | - |
| HSV(B) | 292.32º | 0.86% | 0.96% | - |
| XYZ | 45.49 | 22.37 | 87.51 | - |
| YUV | 112.07 | 202.46 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 244 | 0.11 | 0.86 | 0 | 0.04 | 292.32 | 0.91 | 0.54 |
| Hex | D9 | 21 | F4 | B | 56 | 0 | 4 | 124 | 5B | 36 |
| Octal | 331 | 41 | 364 | 13 | 126 | 0 | 4 | 444 | 133 | 66 |
| Binary | 11011001 | 100001 | 11110100 | 1011 | 1010110 | 0 | 100 | 100100100 | 1011011 | 110110 |
Color Harmonies of #D921F4
Complementary color
Monochromatic Colors of #D921F4
Black with #D921F4
Text Example
Text Example
White with #D921F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921F4; }
p { color: rgb(217,33,244); }
H1.HeaderClassName
{
color: #D921F4;
}
.AnyTagClassName
{
color: #D921F4;
}
</style>
background-color css
<style>
a { background-color: #D921F4; }
a { background-color: rgb(217,33,244); }
div.DivClassName
{
background-color: #D921F4;
}
.BgClassName
{
background-color: #D921F4;
}
</style>
border-color css
<style>
span { border-color: #D921F4; }
span { border-color: rgb(217,33,244); }
td.TdClassName
{
border-color: #D921F4;
}
.TagClassName
{
border-color: #D921F4;
}
</style>