Shades of Psychedelic Purple #D921F5
Tints of Psychedelic Purple #D921F5
RGB
CMYK
RGB Variations
Color information
#D921F5 (or 0xD921F5) is known color: Psychedelic Purple. HEX triplet: D9, 21 and F5. RGB value is (217,33,245). Sum of RGB (Red+Green+Blue) = 217+33+245=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #D921F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921F5 is #26DE0A. Grayscale: #6F6F6F. Windows color (decimal): -2547211 or 16064985. OLE color: 16064985.
HSL color Cylindrical-coordinate representation of color #D921F5: hue angle of 292.08º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D921F5 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 33 | 245 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.04 |
| HSL | 292.08º | 0.91% | 0.55% | - |
| HSV(B) | 292.08º | 0.87% | 0.96% | - |
| XYZ | 45.64 | 22.43 | 88.31 | - |
| YUV | 112.18 | 202.96 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 245 | 0.11 | 0.87 | 0 | 0.04 | 292.08 | 0.91 | 0.55 |
| Hex | D9 | 21 | F5 | B | 57 | 0 | 4 | 124 | 5B | 37 |
| Octal | 331 | 41 | 365 | 13 | 127 | 0 | 4 | 444 | 133 | 67 |
| Binary | 11011001 | 100001 | 11110101 | 1011 | 1010111 | 0 | 100 | 100100100 | 1011011 | 110111 |
Color Harmonies of #D921F5
Complementary color
Monochromatic Colors of #D921F5
Black with #D921F5
Text Example
Text Example
White with #D921F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921F5; }
p { color: rgb(217,33,245); }
H1.HeaderClassName
{
color: #D921F5;
}
.AnyTagClassName
{
color: #D921F5;
}
</style>
background-color css
<style>
a { background-color: #D921F5; }
a { background-color: rgb(217,33,245); }
div.DivClassName
{
background-color: #D921F5;
}
.BgClassName
{
background-color: #D921F5;
}
</style>
border-color css
<style>
span { border-color: #D921F5; }
span { border-color: rgb(217,33,245); }
td.TdClassName
{
border-color: #D921F5;
}
.TagClassName
{
border-color: #D921F5;
}
</style>