Shades of Psychedelic Purple #D21AF1
Tints of Psychedelic Purple #D21AF1
RGB
CMYK
RGB Variations
Color information
#D21AF1 (or 0xD21AF1) is known color: Psychedelic Purple. HEX triplet: D2, 1A and F1. RGB value is (210,26,241). Sum of RGB (Red+Green+Blue) = 210+26+241=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #D21AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21AF1 is #2DE50E. Grayscale: #686868. Windows color (decimal): -3007759 or 15801042. OLE color: 15801042.
HSL color Cylindrical-coordinate representation of color #D21AF1: hue angle of 291.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21AF1 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 26 | 241 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.05 |
| HSL | 291.35º | 0.88% | 0.52% | - |
| HSV(B) | 291.35º | 0.89% | 0.95% | - |
| XYZ | 42.82 | 20.79 | 84.98 | - |
| YUV | 105.53 | 204.46 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 241 | 0.13 | 0.89 | 0 | 0.05 | 291.35 | 0.88 | 0.52 |
| Hex | D2 | 1A | F1 | D | 59 | 0 | 5 | 123 | 58 | 34 |
| Octal | 322 | 32 | 361 | 15 | 131 | 0 | 5 | 443 | 130 | 64 |
| Binary | 11010010 | 11010 | 11110001 | 1101 | 1011001 | 0 | 101 | 100100011 | 1011000 | 110100 |
Color Harmonies of #D21AF1
Complementary color
Monochromatic Colors of #D21AF1
Black with #D21AF1
Text Example
Text Example
White with #D21AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AF1; }
p { color: rgb(210,26,241); }
H1.HeaderClassName
{
color: #D21AF1;
}
.AnyTagClassName
{
color: #D21AF1;
}
</style>
background-color css
<style>
a { background-color: #D21AF1; }
a { background-color: rgb(210,26,241); }
div.DivClassName
{
background-color: #D21AF1;
}
.BgClassName
{
background-color: #D21AF1;
}
</style>
border-color css
<style>
span { border-color: #D21AF1; }
span { border-color: rgb(210,26,241); }
td.TdClassName
{
border-color: #D21AF1;
}
.TagClassName
{
border-color: #D21AF1;
}
</style>