Shades of Psychedelic Purple #D621FC
Tints of Psychedelic Purple #D621FC
RGB
CMYK
RGB Variations
Color information
#D621FC (or 0xD621FC) is known color: Psychedelic Purple. HEX triplet: D6, 21 and FC. RGB value is (214,33,252). Sum of RGB (Red+Green+Blue) = 214+33+252=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #D621FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D621FC is #29DE03. Grayscale: #6F6F6F. Windows color (decimal): -2743812 or 16523734. OLE color: 16523734.
HSL color Cylindrical-coordinate representation of color #D621FC: hue angle of 289.59º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D621FC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 33 | 252 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.01 |
| HSL | 289.59º | 0.97% | 0.56% | - |
| HSV(B) | 289.59º | 0.87% | 0.99% | - |
| XYZ | 45.85 | 22.41 | 94.01 | - |
| YUV | 112.09 | 206.97 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 252 | 0.15 | 0.87 | 0 | 0.01 | 289.59 | 0.97 | 0.56 |
| Hex | D6 | 21 | FC | F | 57 | 0 | 1 | 122 | 61 | 38 |
| Octal | 326 | 41 | 374 | 17 | 127 | 0 | 1 | 442 | 141 | 70 |
| Binary | 11010110 | 100001 | 11111100 | 1111 | 1010111 | 0 | 1 | 100100010 | 1100001 | 111000 |
Color Harmonies of #D621FC
Complementary color
Monochromatic Colors of #D621FC
Black with #D621FC
Text Example
Text Example
White with #D621FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D621FC; }
p { color: rgb(214,33,252); }
H1.HeaderClassName
{
color: #D621FC;
}
.AnyTagClassName
{
color: #D621FC;
}
</style>
background-color css
<style>
a { background-color: #D621FC; }
a { background-color: rgb(214,33,252); }
div.DivClassName
{
background-color: #D621FC;
}
.BgClassName
{
background-color: #D621FC;
}
</style>
border-color css
<style>
span { border-color: #D621FC; }
span { border-color: rgb(214,33,252); }
td.TdClassName
{
border-color: #D621FC;
}
.TagClassName
{
border-color: #D621FC;
}
</style>