Shades of Psychedelic Purple #D721FF
Tints of Psychedelic Purple #D721FF
RGB
CMYK
RGB Variations
Color information
#D721FF (or 0xD721FF) is known color: Psychedelic Purple. HEX triplet: D7, 21 and FF. RGB value is (215,33,255). Sum of RGB (Red+Green+Blue) = 215+33+255=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #D721FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D721FF is #28DE00. Grayscale: #707070. Windows color (decimal): -2678273 or 16720343. OLE color: 16720343.
HSL color Cylindrical-coordinate representation of color #D721FF: hue angle of 289.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D721FF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 33 | 255 | - |
| CMYK | 0.16 | 0.87 | 0 | 0 |
| HSL | 289.19º | 1% | 0.56% | - |
| HSV(B) | 289.19º | 0.87% | 1% | - |
| XYZ | 46.62 | 22.75 | 96.54 | - |
| YUV | 112.73 | 208.3 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 255 | 0.16 | 0.87 | 0 | 0 | 289.19 | 1 | 0.56 |
| Hex | D7 | 21 | FF | 10 | 57 | 0 | 0 | 121 | 64 | 38 |
| Octal | 327 | 41 | 377 | 20 | 127 | 0 | 0 | 441 | 144 | 70 |
| Binary | 11010111 | 100001 | 11111111 | 10000 | 1010111 | 0 | 0 | 100100001 | 1100100 | 111000 |
Color Harmonies of #D721FF
Complementary color
Monochromatic Colors of #D721FF
Black with #D721FF
Text Example
Text Example
White with #D721FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D721FF; }
p { color: rgb(215,33,255); }
H1.HeaderClassName
{
color: #D721FF;
}
.AnyTagClassName
{
color: #D721FF;
}
</style>
background-color css
<style>
a { background-color: #D721FF; }
a { background-color: rgb(215,33,255); }
div.DivClassName
{
background-color: #D721FF;
}
.BgClassName
{
background-color: #D721FF;
}
</style>
border-color css
<style>
span { border-color: #D721FF; }
span { border-color: rgb(215,33,255); }
td.TdClassName
{
border-color: #D721FF;
}
.TagClassName
{
border-color: #D721FF;
}
</style>