Shades of Psychedelic Purple #D021F2
Tints of Psychedelic Purple #D021F2
RGB
CMYK
RGB Variations
Color information
#D021F2 (or 0xD021F2) is known color: Psychedelic Purple. HEX triplet: D0, 21 and F2. RGB value is (208,33,242). Sum of RGB (Red+Green+Blue) = 208+33+242=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #D021F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D021F2 is #2FDE0D. Grayscale: #6C6C6C. Windows color (decimal): -3137038 or 15868368. OLE color: 15868368.
HSL color Cylindrical-coordinate representation of color #D021F2: hue angle of 290.24º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D021F2 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 33 | 242 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.05 |
| HSL | 290.24º | 0.89% | 0.54% | - |
| HSV(B) | 290.24º | 0.86% | 0.95% | - |
| XYZ | 42.58 | 20.91 | 85.8 | - |
| YUV | 109.15 | 202.98 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 242 | 0.14 | 0.86 | 0 | 0.05 | 290.24 | 0.89 | 0.54 |
| Hex | D0 | 21 | F2 | E | 56 | 0 | 5 | 122 | 59 | 36 |
| Octal | 320 | 41 | 362 | 16 | 126 | 0 | 5 | 442 | 131 | 66 |
| Binary | 11010000 | 100001 | 11110010 | 1110 | 1010110 | 0 | 101 | 100100010 | 1011001 | 110110 |
Color Harmonies of #D021F2
Complementary color
Monochromatic Colors of #D021F2
Black with #D021F2
Text Example
Text Example
White with #D021F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D021F2; }
p { color: rgb(208,33,242); }
H1.HeaderClassName
{
color: #D021F2;
}
.AnyTagClassName
{
color: #D021F2;
}
</style>
background-color css
<style>
a { background-color: #D021F2; }
a { background-color: rgb(208,33,242); }
div.DivClassName
{
background-color: #D021F2;
}
.BgClassName
{
background-color: #D021F2;
}
</style>
border-color css
<style>
span { border-color: #D021F2; }
span { border-color: rgb(208,33,242); }
td.TdClassName
{
border-color: #D021F2;
}
.TagClassName
{
border-color: #D021F2;
}
</style>