Shades of Psychedelic Purple #D621FF
Tints of Psychedelic Purple #D621FF
RGB
CMYK
RGB Variations
Color information
#D621FF (or 0xD621FF) is known color: Psychedelic Purple. HEX triplet: D6, 21 and FF. RGB value is (214,33,255). Sum of RGB (Red+Green+Blue) = 214+33+255=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 33 (13.28% from 255 or 6.57% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #D621FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D621FF is #29DE00. Grayscale: #6F6F6F. Windows color (decimal): -2743809 or 16720342. OLE color: 16720342.
HSL color Cylindrical-coordinate representation of color #D621FF: hue angle of 288.92º 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 #D621FF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 33 | 255 | - |
| CMYK | 0.16 | 0.87 | 0 | 0 |
| HSL | 288.92º | 1% | 0.56% | - |
| HSV(B) | 288.92º | 0.87% | 1% | - |
| XYZ | 46.33 | 22.6 | 96.53 | - |
| YUV | 112.43 | 208.47 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 255 | 0.16 | 0.87 | 0 | 0 | 288.92 | 1 | 0.56 |
| Hex | D6 | 21 | FF | 10 | 57 | 0 | 0 | 121 | 64 | 38 |
| Octal | 326 | 41 | 377 | 20 | 127 | 0 | 0 | 441 | 144 | 70 |
| Binary | 11010110 | 100001 | 11111111 | 10000 | 1010111 | 0 | 0 | 100100001 | 1100100 | 111000 |
Color Harmonies of #D621FF
Complementary color
Monochromatic Colors of #D621FF
Black with #D621FF
Text Example
Text Example
White with #D621FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D621FF; }
p { color: rgb(214,33,255); }
H1.HeaderClassName
{
color: #D621FF;
}
.AnyTagClassName
{
color: #D621FF;
}
</style>
background-color css
<style>
a { background-color: #D621FF; }
a { background-color: rgb(214,33,255); }
div.DivClassName
{
background-color: #D621FF;
}
.BgClassName
{
background-color: #D621FF;
}
</style>
border-color css
<style>
span { border-color: #D621FF; }
span { border-color: rgb(214,33,255); }
td.TdClassName
{
border-color: #D621FF;
}
.TagClassName
{
border-color: #D621FF;
}
</style>