Shades of Psychedelic Purple #D502FE
Tints of Psychedelic Purple #D502FE
RGB
CMYK
RGB Variations
Color information
#D502FE (or 0xD502FE) is known color: Psychedelic Purple. HEX triplet: D5, 02 and FE. RGB value is (213,2,254). Sum of RGB (Red+Green+Blue) = 213+2+254=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #D502FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502FE is #2AFD01. Grayscale: #5D5D5D. Windows color (decimal): -2817282 or 16646869. OLE color: 16646869.
HSL color Cylindrical-coordinate representation of color #D502FE: hue angle of 290.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502FE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 2 | 254 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.00 |
| HSL | 290.24º | 0.99% | 0.5% | - |
| HSV(B) | 290.24º | 0.99% | 1% | - |
| XYZ | 45.35 | 21.35 | 95.5 | - |
| YUV | 93.82 | 218.4 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 254 | 0.16 | 0.99 | 0 | 0.00 | 290.24 | 0.99 | 0.5 |
| Hex | D5 | 2 | FE | 10 | 63 | 0 | 0 | 122 | 63 | 32 |
| Octal | 325 | 2 | 376 | 20 | 143 | 0 | 0 | 442 | 143 | 62 |
| Binary | 11010101 | 10 | 11111110 | 10000 | 1100011 | 0 | 0 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D502FE
Complementary color
Monochromatic Colors of #D502FE
Black with #D502FE
Text Example
Text Example
White with #D502FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502FE; }
p { color: rgb(213,2,254); }
H1.HeaderClassName
{
color: #D502FE;
}
.AnyTagClassName
{
color: #D502FE;
}
</style>
background-color css
<style>
a { background-color: #D502FE; }
a { background-color: rgb(213,2,254); }
div.DivClassName
{
background-color: #D502FE;
}
.BgClassName
{
background-color: #D502FE;
}
</style>
border-color css
<style>
span { border-color: #D502FE; }
span { border-color: rgb(213,2,254); }
td.TdClassName
{
border-color: #D502FE;
}
.TagClassName
{
border-color: #D502FE;
}
</style>