Shades of Psychedelic Purple #D502FF
Tints of Psychedelic Purple #D502FF
RGB
CMYK
RGB Variations
Color information
#D502FF (or 0xD502FF) is known color: Psychedelic Purple. HEX triplet: D5, 02 and FF. RGB value is (213,2,255). Sum of RGB (Red+Green+Blue) = 213+2+255=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #D502FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502FF is #2AFD00. Grayscale: #5D5D5D. Windows color (decimal): -2817281 or 16712405. OLE color: 16712405.
HSL color Cylindrical-coordinate representation of color #D502FF: hue angle of 290.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502FF is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 2 | 255 | - |
| CMYK | 0.16 | 0.99 | 0 | 0 |
| HSL | 290.04º | 1% | 0.5% | - |
| HSV(B) | 290.04º | 0.99% | 1% | - |
| XYZ | 45.51 | 21.41 | 96.34 | - |
| YUV | 93.93 | 218.9 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 255 | 0.16 | 0.99 | 0 | 0 | 290.04 | 1 | 0.5 |
| Hex | D5 | 2 | FF | 10 | 63 | 0 | 0 | 122 | 64 | 32 |
| Octal | 325 | 2 | 377 | 20 | 143 | 0 | 0 | 442 | 144 | 62 |
| Binary | 11010101 | 10 | 11111111 | 10000 | 1100011 | 0 | 0 | 100100010 | 1100100 | 110010 |
Color Harmonies of #D502FF
Complementary color
Monochromatic Colors of #D502FF
Black with #D502FF
Text Example
Text Example
White with #D502FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502FF; }
p { color: rgb(213,2,255); }
H1.HeaderClassName
{
color: #D502FF;
}
.AnyTagClassName
{
color: #D502FF;
}
</style>
background-color css
<style>
a { background-color: #D502FF; }
a { background-color: rgb(213,2,255); }
div.DivClassName
{
background-color: #D502FF;
}
.BgClassName
{
background-color: #D502FF;
}
</style>
border-color css
<style>
span { border-color: #D502FF; }
span { border-color: rgb(213,2,255); }
td.TdClassName
{
border-color: #D502FF;
}
.TagClassName
{
border-color: #D502FF;
}
</style>