Shades of Psychedelic Purple #D021FA
Tints of Psychedelic Purple #D021FA
RGB
CMYK
RGB Variations
Color information
#D021FA (or 0xD021FA) is known color: Psychedelic Purple. HEX triplet: D0, 21 and FA. RGB value is (208,33,250). Sum of RGB (Red+Green+Blue) = 208+33+250=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 33 (13.28% from 255 or 6.72% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #D021FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D021FA is #2FDE05. Grayscale: #6D6D6D. Windows color (decimal): -3137030 or 16392656. OLE color: 16392656.
HSL color Cylindrical-coordinate representation of color #D021FA: hue angle of 288.39º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D021FA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 33 | 250 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.02 |
| HSL | 288.39º | 0.96% | 0.55% | - |
| HSV(B) | 288.39º | 0.87% | 0.98% | - |
| XYZ | 43.81 | 21.4 | 92.26 | - |
| YUV | 110.06 | 206.98 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 250 | 0.17 | 0.87 | 0 | 0.02 | 288.39 | 0.96 | 0.55 |
| Hex | D0 | 21 | FA | 11 | 57 | 0 | 2 | 120 | 60 | 37 |
| Octal | 320 | 41 | 372 | 21 | 127 | 0 | 2 | 440 | 140 | 67 |
| Binary | 11010000 | 100001 | 11111010 | 10001 | 1010111 | 0 | 10 | 100100000 | 1100000 | 110111 |
Color Harmonies of #D021FA
Complementary color
Monochromatic Colors of #D021FA
Black with #D021FA
Text Example
Text Example
White with #D021FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D021FA; }
p { color: rgb(208,33,250); }
H1.HeaderClassName
{
color: #D021FA;
}
.AnyTagClassName
{
color: #D021FA;
}
</style>
background-color css
<style>
a { background-color: #D021FA; }
a { background-color: rgb(208,33,250); }
div.DivClassName
{
background-color: #D021FA;
}
.BgClassName
{
background-color: #D021FA;
}
</style>
border-color css
<style>
span { border-color: #D021FA; }
span { border-color: rgb(208,33,250); }
td.TdClassName
{
border-color: #D021FA;
}
.TagClassName
{
border-color: #D021FA;
}
</style>