Shades of Psychedelic Purple #D21BFE
Tints of Psychedelic Purple #D21BFE
RGB
CMYK
RGB Variations
Color information
#D21BFE (or 0xD21BFE) is known color: Psychedelic Purple. HEX triplet: D2, 1B and FE. RGB value is (210,27,254). Sum of RGB (Red+Green+Blue) = 210+27+254=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #D21BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21BFE is #2DE401. Grayscale: #6A6A6A. Windows color (decimal): -3007490 or 16653266. OLE color: 16653266.
HSL color Cylindrical-coordinate representation of color #D21BFE: hue angle of 288.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21BFE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 27 | 254 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.00 |
| HSL | 288.37º | 0.99% | 0.55% | - |
| HSV(B) | 288.37º | 0.89% | 1% | - |
| XYZ | 44.86 | 21.64 | 95.58 | - |
| YUV | 107.6 | 210.63 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 254 | 0.17 | 0.89 | 0 | 0.00 | 288.37 | 0.99 | 0.55 |
| Hex | D2 | 1B | FE | 11 | 59 | 0 | 0 | 120 | 63 | 37 |
| Octal | 322 | 33 | 376 | 21 | 131 | 0 | 0 | 440 | 143 | 67 |
| Binary | 11010010 | 11011 | 11111110 | 10001 | 1011001 | 0 | 0 | 100100000 | 1100011 | 110111 |
Color Harmonies of #D21BFE
Complementary color
Monochromatic Colors of #D21BFE
Black with #D21BFE
Text Example
Text Example
White with #D21BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BFE; }
p { color: rgb(210,27,254); }
H1.HeaderClassName
{
color: #D21BFE;
}
.AnyTagClassName
{
color: #D21BFE;
}
</style>
background-color css
<style>
a { background-color: #D21BFE; }
a { background-color: rgb(210,27,254); }
div.DivClassName
{
background-color: #D21BFE;
}
.BgClassName
{
background-color: #D21BFE;
}
</style>
border-color css
<style>
span { border-color: #D21BFE; }
span { border-color: rgb(210,27,254); }
td.TdClassName
{
border-color: #D21BFE;
}
.TagClassName
{
border-color: #D21BFE;
}
</style>