Shades of Psychedelic Purple #D722FF
Tints of Psychedelic Purple #D722FF
RGB
CMYK
RGB Variations
Color information
#D722FF (or 0xD722FF) is known color: Psychedelic Purple. HEX triplet: D7, 22 and FF. RGB value is (215,34,255). Sum of RGB (Red+Green+Blue) = 215+34+255=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 34 (13.67% from 255 or 6.75% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #D722FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D722FF is #28DD00. Grayscale: #707070. Windows color (decimal): -2678017 or 16720599. OLE color: 16720599.
HSL color Cylindrical-coordinate representation of color #D722FF: hue angle of 289.14º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D722FF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 34 | 255 | - |
| CMYK | 0.16 | 0.87 | 0 | 0 |
| HSL | 289.14º | 1% | 0.57% | - |
| HSV(B) | 289.14º | 0.87% | 1% | - |
| XYZ | 46.65 | 22.81 | 96.55 | - |
| YUV | 113.31 | 207.97 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 255 | 0.16 | 0.87 | 0 | 0 | 289.14 | 1 | 0.57 |
| Hex | D7 | 22 | FF | 10 | 57 | 0 | 0 | 121 | 64 | 39 |
| Octal | 327 | 42 | 377 | 20 | 127 | 0 | 0 | 441 | 144 | 71 |
| Binary | 11010111 | 100010 | 11111111 | 10000 | 1010111 | 0 | 0 | 100100001 | 1100100 | 111001 |
Color Harmonies of #D722FF
Complementary color
Monochromatic Colors of #D722FF
Black with #D722FF
Text Example
Text Example
White with #D722FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D722FF; }
p { color: rgb(215,34,255); }
H1.HeaderClassName
{
color: #D722FF;
}
.AnyTagClassName
{
color: #D722FF;
}
</style>
background-color css
<style>
a { background-color: #D722FF; }
a { background-color: rgb(215,34,255); }
div.DivClassName
{
background-color: #D722FF;
}
.BgClassName
{
background-color: #D722FF;
}
</style>
border-color css
<style>
span { border-color: #D722FF; }
span { border-color: rgb(215,34,255); }
td.TdClassName
{
border-color: #D722FF;
}
.TagClassName
{
border-color: #D722FF;
}
</style>