Shades of Psychedelic Purple #D21DFF
Tints of Psychedelic Purple #D21DFF
RGB
CMYK
RGB Variations
Color information
#D21DFF (or 0xD21DFF) is known color: Psychedelic Purple. HEX triplet: D2, 1D and FF. RGB value is (210,29,255). Sum of RGB (Red+Green+Blue) = 210+29+255=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #D21DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21DFF is #2DE200. Grayscale: #6C6C6C. Windows color (decimal): -3006977 or 16719314. OLE color: 16719314.
HSL color Cylindrical-coordinate representation of color #D21DFF: hue angle of 288.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21DFF is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 29 | 255 | - |
| CMYK | 0.18 | 0.89 | 0 | 0 |
| HSL | 288.05º | 1% | 0.56% | - |
| HSV(B) | 288.05º | 0.89% | 1% | - |
| XYZ | 45.07 | 21.8 | 96.44 | - |
| YUV | 108.88 | 210.47 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 255 | 0.18 | 0.89 | 0 | 0 | 288.05 | 1 | 0.56 |
| Hex | D2 | 1D | FF | 12 | 59 | 0 | 0 | 120 | 64 | 38 |
| Octal | 322 | 35 | 377 | 22 | 131 | 0 | 0 | 440 | 144 | 70 |
| Binary | 11010010 | 11101 | 11111111 | 10010 | 1011001 | 0 | 0 | 100100000 | 1100100 | 111000 |
Color Harmonies of #D21DFF
Complementary color
Monochromatic Colors of #D21DFF
Black with #D21DFF
Text Example
Text Example
White with #D21DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DFF; }
p { color: rgb(210,29,255); }
H1.HeaderClassName
{
color: #D21DFF;
}
.AnyTagClassName
{
color: #D21DFF;
}
</style>
background-color css
<style>
a { background-color: #D21DFF; }
a { background-color: rgb(210,29,255); }
div.DivClassName
{
background-color: #D21DFF;
}
.BgClassName
{
background-color: #D21DFF;
}
</style>
border-color css
<style>
span { border-color: #D21DFF; }
span { border-color: rgb(210,29,255); }
td.TdClassName
{
border-color: #D21DFF;
}
.TagClassName
{
border-color: #D21DFF;
}
</style>