Shades of Psychedelic Purple #D922FA
Tints of Psychedelic Purple #D922FA
RGB
CMYK
RGB Variations
Color information
#D922FA (or 0xD922FA) is known color: Psychedelic Purple. HEX triplet: D9, 22 and FA. RGB value is (217,34,250). Sum of RGB (Red+Green+Blue) = 217+34+250=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 34 (13.67% from 255 or 6.79% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #D922FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D922FA is #26DD05. Grayscale: #707070. Windows color (decimal): -2546950 or 16392921. OLE color: 16392921.
HSL color Cylindrical-coordinate representation of color #D922FA: hue angle of 290.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D922FA is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 34 | 250 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.02 |
| HSL | 290.83º | 0.96% | 0.56% | - |
| HSV(B) | 290.83º | 0.86% | 0.98% | - |
| XYZ | 46.44 | 22.8 | 92.4 | - |
| YUV | 113.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 250 | 0.13 | 0.86 | 0 | 0.02 | 290.83 | 0.96 | 0.56 |
| Hex | D9 | 22 | FA | D | 56 | 0 | 2 | 123 | 60 | 38 |
| Octal | 331 | 42 | 372 | 15 | 126 | 0 | 2 | 443 | 140 | 70 |
| Binary | 11011001 | 100010 | 11111010 | 1101 | 1010110 | 0 | 10 | 100100011 | 1100000 | 111000 |
Color Harmonies of #D922FA
Complementary color
Monochromatic Colors of #D922FA
Black with #D922FA
Text Example
Text Example
White with #D922FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D922FA; }
p { color: rgb(217,34,250); }
H1.HeaderClassName
{
color: #D922FA;
}
.AnyTagClassName
{
color: #D922FA;
}
</style>
background-color css
<style>
a { background-color: #D922FA; }
a { background-color: rgb(217,34,250); }
div.DivClassName
{
background-color: #D922FA;
}
.BgClassName
{
background-color: #D922FA;
}
</style>
border-color css
<style>
span { border-color: #D922FA; }
span { border-color: rgb(217,34,250); }
td.TdClassName
{
border-color: #D922FA;
}
.TagClassName
{
border-color: #D922FA;
}
</style>