Shades of Psychedelic Purple #D021FE
Tints of Psychedelic Purple #D021FE
RGB
CMYK
RGB Variations
Color information
#D021FE (or 0xD021FE) is known color: Psychedelic Purple. HEX triplet: D0, 21 and FE. RGB value is (208,33,254). Sum of RGB (Red+Green+Blue) = 208+33+254=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #D021FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D021FE is #2FDE01. Grayscale: #6D6D6D. Windows color (decimal): -3137026 or 16654800. OLE color: 16654800.
HSL color Cylindrical-coordinate representation of color #D021FE: hue angle of 287.51º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D021FE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 33 | 254 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.00 |
| HSL | 287.51º | 0.99% | 0.56% | - |
| HSV(B) | 287.51º | 0.87% | 1% | - |
| XYZ | 44.45 | 21.65 | 95.6 | - |
| YUV | 110.52 | 208.98 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 254 | 0.18 | 0.87 | 0 | 0.00 | 287.51 | 0.99 | 0.56 |
| Hex | D0 | 21 | FE | 12 | 57 | 0 | 0 | 120 | 63 | 38 |
| Octal | 320 | 41 | 376 | 22 | 127 | 0 | 0 | 440 | 143 | 70 |
| Binary | 11010000 | 100001 | 11111110 | 10010 | 1010111 | 0 | 0 | 100100000 | 1100011 | 111000 |
Color Harmonies of #D021FE
Complementary color
Monochromatic Colors of #D021FE
Black with #D021FE
Text Example
Text Example
White with #D021FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D021FE; }
p { color: rgb(208,33,254); }
H1.HeaderClassName
{
color: #D021FE;
}
.AnyTagClassName
{
color: #D021FE;
}
</style>
background-color css
<style>
a { background-color: #D021FE; }
a { background-color: rgb(208,33,254); }
div.DivClassName
{
background-color: #D021FE;
}
.BgClassName
{
background-color: #D021FE;
}
</style>
border-color css
<style>
span { border-color: #D021FE; }
span { border-color: rgb(208,33,254); }
td.TdClassName
{
border-color: #D021FE;
}
.TagClassName
{
border-color: #D021FE;
}
</style>