Shades of Psychedelic Purple #D20FFE
Tints of Psychedelic Purple #D20FFE
RGB
CMYK
RGB Variations
Color information
#D20FFE (or 0xD20FFE) is known color: Psychedelic Purple. HEX triplet: D2, 0F and FE. RGB value is (210,15,254). Sum of RGB (Red+Green+Blue) = 210+15+254=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #D20FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FFE is #2DF001. Grayscale: #636363. Windows color (decimal): -3010562 or 16650194. OLE color: 16650194.
HSL color Cylindrical-coordinate representation of color #D20FFE: hue angle of 288.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20FFE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 15 | 254 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.00 |
| HSL | 288.95º | 0.99% | 0.53% | - |
| HSV(B) | 288.95º | 0.94% | 1% | - |
| XYZ | 44.64 | 21.2 | 95.51 | - |
| YUV | 100.55 | 214.6 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 254 | 0.17 | 0.94 | 0 | 0.00 | 288.95 | 0.99 | 0.53 |
| Hex | D2 | F | FE | 11 | 5E | 0 | 0 | 121 | 63 | 35 |
| Octal | 322 | 17 | 376 | 21 | 136 | 0 | 0 | 441 | 143 | 65 |
| Binary | 11010010 | 1111 | 11111110 | 10001 | 1011110 | 0 | 0 | 100100001 | 1100011 | 110101 |
Color Harmonies of #D20FFE
Complementary color
Monochromatic Colors of #D20FFE
Black with #D20FFE
Text Example
Text Example
White with #D20FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FFE; }
p { color: rgb(210,15,254); }
H1.HeaderClassName
{
color: #D20FFE;
}
.AnyTagClassName
{
color: #D20FFE;
}
</style>
background-color css
<style>
a { background-color: #D20FFE; }
a { background-color: rgb(210,15,254); }
div.DivClassName
{
background-color: #D20FFE;
}
.BgClassName
{
background-color: #D20FFE;
}
</style>
border-color css
<style>
span { border-color: #D20FFE; }
span { border-color: rgb(210,15,254); }
td.TdClassName
{
border-color: #D20FFE;
}
.TagClassName
{
border-color: #D20FFE;
}
</style>