Shades of Psychedelic Purple #D921F7
Tints of Psychedelic Purple #D921F7
RGB
CMYK
RGB Variations
Color information
#D921F7 (or 0xD921F7) is known color: Psychedelic Purple. HEX triplet: D9, 21 and F7. RGB value is (217,33,247). Sum of RGB (Red+Green+Blue) = 217+33+247=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 33 (13.28% from 255 or 6.64% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #D921F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921F7 is #26DE08. Grayscale: #6F6F6F. Windows color (decimal): -2547209 or 16196057. OLE color: 16196057.
HSL color Cylindrical-coordinate representation of color #D921F7: hue angle of 291.59º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D921F7 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 33 | 247 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.03 |
| HSL | 291.59º | 0.93% | 0.55% | - |
| HSV(B) | 291.59º | 0.87% | 0.97% | - |
| XYZ | 45.95 | 22.55 | 89.93 | - |
| YUV | 112.41 | 203.96 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 247 | 0.12 | 0.87 | 0 | 0.03 | 291.59 | 0.93 | 0.55 |
| Hex | D9 | 21 | F7 | C | 57 | 0 | 3 | 124 | 5D | 37 |
| Octal | 331 | 41 | 367 | 14 | 127 | 0 | 3 | 444 | 135 | 67 |
| Binary | 11011001 | 100001 | 11110111 | 1100 | 1010111 | 0 | 11 | 100100100 | 1011101 | 110111 |
Color Harmonies of #D921F7
Complementary color
Monochromatic Colors of #D921F7
Black with #D921F7
Text Example
Text Example
White with #D921F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921F7; }
p { color: rgb(217,33,247); }
H1.HeaderClassName
{
color: #D921F7;
}
.AnyTagClassName
{
color: #D921F7;
}
</style>
background-color css
<style>
a { background-color: #D921F7; }
a { background-color: rgb(217,33,247); }
div.DivClassName
{
background-color: #D921F7;
}
.BgClassName
{
background-color: #D921F7;
}
</style>
border-color css
<style>
span { border-color: #D921F7; }
span { border-color: rgb(217,33,247); }
td.TdClassName
{
border-color: #D921F7;
}
.TagClassName
{
border-color: #D921F7;
}
</style>