Shades of Psychedelic Purple #D21DF0
Tints of Psychedelic Purple #D21DF0
RGB
CMYK
RGB Variations
Color information
#D21DF0 (or 0xD21DF0) is known color: Psychedelic Purple. HEX triplet: D2, 1D and F0. RGB value is (210,29,240). Sum of RGB (Red+Green+Blue) = 210+29+240=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #D21DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21DF0 is #2DE20F. Grayscale: #6A6A6A. Windows color (decimal): -3006992 or 15736274. OLE color: 15736274.
HSL color Cylindrical-coordinate representation of color #D21DF0: hue angle of 291.47º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21DF0 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 29 | 240 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.06 |
| HSL | 291.47º | 0.88% | 0.53% | - |
| HSV(B) | 291.47º | 0.88% | 0.94% | - |
| XYZ | 42.75 | 20.87 | 84.21 | - |
| YUV | 107.17 | 202.97 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 240 | 0.12 | 0.88 | 0 | 0.06 | 291.47 | 0.88 | 0.53 |
| Hex | D2 | 1D | F0 | C | 58 | 0 | 6 | 123 | 58 | 35 |
| Octal | 322 | 35 | 360 | 14 | 130 | 0 | 6 | 443 | 130 | 65 |
| Binary | 11010010 | 11101 | 11110000 | 1100 | 1011000 | 0 | 110 | 100100011 | 1011000 | 110101 |
Color Harmonies of #D21DF0
Complementary color
Monochromatic Colors of #D21DF0
Black with #D21DF0
Text Example
Text Example
White with #D21DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DF0; }
p { color: rgb(210,29,240); }
H1.HeaderClassName
{
color: #D21DF0;
}
.AnyTagClassName
{
color: #D21DF0;
}
</style>
background-color css
<style>
a { background-color: #D21DF0; }
a { background-color: rgb(210,29,240); }
div.DivClassName
{
background-color: #D21DF0;
}
.BgClassName
{
background-color: #D21DF0;
}
</style>
border-color css
<style>
span { border-color: #D21DF0; }
span { border-color: rgb(210,29,240); }
td.TdClassName
{
border-color: #D21DF0;
}
.TagClassName
{
border-color: #D21DF0;
}
</style>