Shades of Psychedelic Purple #D21AFE
Tints of Psychedelic Purple #D21AFE
RGB
CMYK
RGB Variations
Color information
#D21AFE (or 0xD21AFE) is known color: Psychedelic Purple. HEX triplet: D2, 1A and FE. RGB value is (210,26,254). Sum of RGB (Red+Green+Blue) = 210+26+254=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #D21AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21AFE is #2DE501. Grayscale: #6A6A6A. Windows color (decimal): -3007746 or 16653010. OLE color: 16653010.
HSL color Cylindrical-coordinate representation of color #D21AFE: hue angle of 288.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21AFE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 26 | 254 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.00 |
| HSL | 288.42º | 0.99% | 0.55% | - |
| HSV(B) | 288.42º | 0.9% | 1% | - |
| XYZ | 44.84 | 21.6 | 95.57 | - |
| YUV | 107.01 | 210.96 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 254 | 0.17 | 0.90 | 0 | 0.00 | 288.42 | 0.99 | 0.55 |
| Hex | D2 | 1A | FE | 11 | 5A | 0 | 0 | 120 | 63 | 37 |
| Octal | 322 | 32 | 376 | 21 | 132 | 0 | 0 | 440 | 143 | 67 |
| Binary | 11010010 | 11010 | 11111110 | 10001 | 1011010 | 0 | 0 | 100100000 | 1100011 | 110111 |
Color Harmonies of #D21AFE
Complementary color
Monochromatic Colors of #D21AFE
Black with #D21AFE
Text Example
Text Example
White with #D21AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AFE; }
p { color: rgb(210,26,254); }
H1.HeaderClassName
{
color: #D21AFE;
}
.AnyTagClassName
{
color: #D21AFE;
}
</style>
background-color css
<style>
a { background-color: #D21AFE; }
a { background-color: rgb(210,26,254); }
div.DivClassName
{
background-color: #D21AFE;
}
.BgClassName
{
background-color: #D21AFE;
}
</style>
border-color css
<style>
span { border-color: #D21AFE; }
span { border-color: rgb(210,26,254); }
td.TdClassName
{
border-color: #D21AFE;
}
.TagClassName
{
border-color: #D21AFE;
}
</style>