Shades of Psychedelic Purple #D211FE
Tints of Psychedelic Purple #D211FE
RGB
CMYK
RGB Variations
Color information
#D211FE (or 0xD211FE) is known color: Psychedelic Purple. HEX triplet: D2, 11 and FE. RGB value is (210,17,254). Sum of RGB (Red+Green+Blue) = 210+17+254=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #D211FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211FE is #2DEE01. Grayscale: #646464. Windows color (decimal): -3010050 or 16650706. OLE color: 16650706.
HSL color Cylindrical-coordinate representation of color #D211FE: hue angle of 288.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D211FE is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 17 | 254 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.00 |
| HSL | 288.86º | 0.99% | 0.53% | - |
| HSV(B) | 288.86º | 0.93% | 1% | - |
| XYZ | 44.67 | 21.26 | 95.51 | - |
| YUV | 101.73 | 213.94 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 254 | 0.17 | 0.93 | 0 | 0.00 | 288.86 | 0.99 | 0.53 |
| Hex | D2 | 11 | FE | 11 | 5D | 0 | 0 | 121 | 63 | 35 |
| Octal | 322 | 21 | 376 | 21 | 135 | 0 | 0 | 441 | 143 | 65 |
| Binary | 11010010 | 10001 | 11111110 | 10001 | 1011101 | 0 | 0 | 100100001 | 1100011 | 110101 |
Color Harmonies of #D211FE
Complementary color
Monochromatic Colors of #D211FE
Black with #D211FE
Text Example
Text Example
White with #D211FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211FE; }
p { color: rgb(210,17,254); }
H1.HeaderClassName
{
color: #D211FE;
}
.AnyTagClassName
{
color: #D211FE;
}
</style>
background-color css
<style>
a { background-color: #D211FE; }
a { background-color: rgb(210,17,254); }
div.DivClassName
{
background-color: #D211FE;
}
.BgClassName
{
background-color: #D211FE;
}
</style>
border-color css
<style>
span { border-color: #D211FE; }
span { border-color: rgb(210,17,254); }
td.TdClassName
{
border-color: #D211FE;
}
.TagClassName
{
border-color: #D211FE;
}
</style>