Shades of Psychedelic Purple #D21FFF
Tints of Psychedelic Purple #D21FFF
RGB
CMYK
RGB Variations
Color information
#D21FFF (or 0xD21FFF) is known color: Psychedelic Purple. HEX triplet: D2, 1F and FF. RGB value is (210,31,255). Sum of RGB (Red+Green+Blue) = 210+31+255=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #D21FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FFF is #2DE000. Grayscale: #6D6D6D. Windows color (decimal): -3006465 or 16719826. OLE color: 16719826.
HSL color Cylindrical-coordinate representation of color #D21FFF: hue angle of 287.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21FFF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 31 | 255 | - |
| CMYK | 0.18 | 0.88 | 0 | 0 |
| HSL | 287.95º | 1% | 0.56% | - |
| HSV(B) | 287.95º | 0.88% | 1% | - |
| XYZ | 45.12 | 21.9 | 96.46 | - |
| YUV | 110.06 | 209.8 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 255 | 0.18 | 0.88 | 0 | 0 | 287.95 | 1 | 0.56 |
| Hex | D2 | 1F | FF | 12 | 58 | 0 | 0 | 120 | 64 | 38 |
| Octal | 322 | 37 | 377 | 22 | 130 | 0 | 0 | 440 | 144 | 70 |
| Binary | 11010010 | 11111 | 11111111 | 10010 | 1011000 | 0 | 0 | 100100000 | 1100100 | 111000 |
Color Harmonies of #D21FFF
Complementary color
Monochromatic Colors of #D21FFF
Black with #D21FFF
Text Example
Text Example
White with #D21FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FFF; }
p { color: rgb(210,31,255); }
H1.HeaderClassName
{
color: #D21FFF;
}
.AnyTagClassName
{
color: #D21FFF;
}
</style>
background-color css
<style>
a { background-color: #D21FFF; }
a { background-color: rgb(210,31,255); }
div.DivClassName
{
background-color: #D21FFF;
}
.BgClassName
{
background-color: #D21FFF;
}
</style>
border-color css
<style>
span { border-color: #D21FFF; }
span { border-color: rgb(210,31,255); }
td.TdClassName
{
border-color: #D21FFF;
}
.TagClassName
{
border-color: #D21FFF;
}
</style>