Shades of Psychedelic Purple #D21AF9
Tints of Psychedelic Purple #D21AF9
RGB
CMYK
RGB Variations
Color information
#D21AF9 (or 0xD21AF9) is known color: Psychedelic Purple. HEX triplet: D2, 1A and F9. RGB value is (210,26,249). Sum of RGB (Red+Green+Blue) = 210+26+249=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #D21AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21AF9 is #2DE506. Grayscale: #696969. Windows color (decimal): -3007751 or 16325330. OLE color: 16325330.
HSL color Cylindrical-coordinate representation of color #D21AF9: hue angle of 289.51º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21AF9 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 26 | 249 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.02 |
| HSL | 289.51º | 0.95% | 0.54% | - |
| HSV(B) | 289.51º | 0.9% | 0.98% | - |
| XYZ | 44.05 | 21.28 | 91.41 | - |
| YUV | 106.44 | 208.46 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 249 | 0.16 | 0.90 | 0 | 0.02 | 289.51 | 0.95 | 0.54 |
| Hex | D2 | 1A | F9 | 10 | 5A | 0 | 2 | 122 | 5F | 36 |
| Octal | 322 | 32 | 371 | 20 | 132 | 0 | 2 | 442 | 137 | 66 |
| Binary | 11010010 | 11010 | 11111001 | 10000 | 1011010 | 0 | 10 | 100100010 | 1011111 | 110110 |
Color Harmonies of #D21AF9
Complementary color
Monochromatic Colors of #D21AF9
Black with #D21AF9
Text Example
Text Example
White with #D21AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AF9; }
p { color: rgb(210,26,249); }
H1.HeaderClassName
{
color: #D21AF9;
}
.AnyTagClassName
{
color: #D21AF9;
}
</style>
background-color css
<style>
a { background-color: #D21AF9; }
a { background-color: rgb(210,26,249); }
div.DivClassName
{
background-color: #D21AF9;
}
.BgClassName
{
background-color: #D21AF9;
}
</style>
border-color css
<style>
span { border-color: #D21AF9; }
span { border-color: rgb(210,26,249); }
td.TdClassName
{
border-color: #D21AF9;
}
.TagClassName
{
border-color: #D21AF9;
}
</style>