Shades of Psychedelic Purple #D21FF2
Tints of Psychedelic Purple #D21FF2
RGB
CMYK
RGB Variations
Color information
#D21FF2 (or 0xD21FF2) is known color: Psychedelic Purple. HEX triplet: D2, 1F and F2. RGB value is (210,31,242). Sum of RGB (Red+Green+Blue) = 210+31+242=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 31 (12.5% from 255 or 6.42% 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 #D21FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FF2 is #2DE00D. Grayscale: #6B6B6B. Windows color (decimal): -3006478 or 15867858. OLE color: 15867858.
HSL color Cylindrical-coordinate representation of color #D21FF2: hue angle of 290.9º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21FF2 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 31 | 242 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.05 |
| HSL | 290.9º | 0.89% | 0.54% | - |
| HSV(B) | 290.9º | 0.87% | 0.95% | - |
| XYZ | 43.1 | 21.09 | 85.8 | - |
| YUV | 108.58 | 203.3 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 242 | 0.13 | 0.87 | 0 | 0.05 | 290.9 | 0.89 | 0.54 |
| Hex | D2 | 1F | F2 | D | 57 | 0 | 5 | 123 | 59 | 36 |
| Octal | 322 | 37 | 362 | 15 | 127 | 0 | 5 | 443 | 131 | 66 |
| Binary | 11010010 | 11111 | 11110010 | 1101 | 1010111 | 0 | 101 | 100100011 | 1011001 | 110110 |
Color Harmonies of #D21FF2
Complementary color
Monochromatic Colors of #D21FF2
Black with #D21FF2
Text Example
Text Example
White with #D21FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FF2; }
p { color: rgb(210,31,242); }
H1.HeaderClassName
{
color: #D21FF2;
}
.AnyTagClassName
{
color: #D21FF2;
}
</style>
background-color css
<style>
a { background-color: #D21FF2; }
a { background-color: rgb(210,31,242); }
div.DivClassName
{
background-color: #D21FF2;
}
.BgClassName
{
background-color: #D21FF2;
}
</style>
border-color css
<style>
span { border-color: #D21FF2; }
span { border-color: rgb(210,31,242); }
td.TdClassName
{
border-color: #D21FF2;
}
.TagClassName
{
border-color: #D21FF2;
}
</style>