Shades of Psychedelic Purple #D21AF8
Tints of Psychedelic Purple #D21AF8
RGB
CMYK
RGB Variations
Color information
#D21AF8 (or 0xD21AF8) is known color: Psychedelic Purple. HEX triplet: D2, 1A and F8. RGB value is (210,26,248). Sum of RGB (Red+Green+Blue) = 210+26+248=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #D21AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21AF8 is #2DE507. Grayscale: #696969. Windows color (decimal): -3007752 or 16259794. OLE color: 16259794.
HSL color Cylindrical-coordinate representation of color #D21AF8: hue angle of 289.73º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21AF8 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 26 | 248 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.03 |
| HSL | 289.73º | 0.94% | 0.54% | - |
| HSV(B) | 289.73º | 0.9% | 0.97% | - |
| XYZ | 43.89 | 21.22 | 90.59 | - |
| YUV | 106.32 | 207.96 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 248 | 0.15 | 0.90 | 0 | 0.03 | 289.73 | 0.94 | 0.54 |
| Hex | D2 | 1A | F8 | F | 5A | 0 | 3 | 122 | 5E | 36 |
| Octal | 322 | 32 | 370 | 17 | 132 | 0 | 3 | 442 | 136 | 66 |
| Binary | 11010010 | 11010 | 11111000 | 1111 | 1011010 | 0 | 11 | 100100010 | 1011110 | 110110 |
Color Harmonies of #D21AF8
Complementary color
Monochromatic Colors of #D21AF8
Black with #D21AF8
Text Example
Text Example
White with #D21AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AF8; }
p { color: rgb(210,26,248); }
H1.HeaderClassName
{
color: #D21AF8;
}
.AnyTagClassName
{
color: #D21AF8;
}
</style>
background-color css
<style>
a { background-color: #D21AF8; }
a { background-color: rgb(210,26,248); }
div.DivClassName
{
background-color: #D21AF8;
}
.BgClassName
{
background-color: #D21AF8;
}
</style>
border-color css
<style>
span { border-color: #D21AF8; }
span { border-color: rgb(210,26,248); }
td.TdClassName
{
border-color: #D21AF8;
}
.TagClassName
{
border-color: #D21AF8;
}
</style>