Shades of Psychedelic Purple #D502F9
Tints of Psychedelic Purple #D502F9
RGB
CMYK
RGB Variations
Color information
#D502F9 (or 0xD502F9) is known color: Psychedelic Purple. HEX triplet: D5, 02 and F9. RGB value is (213,2,249). Sum of RGB (Red+Green+Blue) = 213+2+249=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #D502F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502F9 is #2AFD06. Grayscale: #5C5C5C. Windows color (decimal): -2817287 or 16319189. OLE color: 16319189.
HSL color Cylindrical-coordinate representation of color #D502F9: hue angle of 291.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502F9 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 2 | 249 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.02 |
| HSL | 291.26º | 0.98% | 0.49% | - |
| HSV(B) | 291.26º | 0.99% | 0.98% | - |
| XYZ | 44.56 | 21.03 | 91.33 | - |
| YUV | 93.25 | 215.9 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 249 | 0.14 | 0.99 | 0 | 0.02 | 291.26 | 0.98 | 0.49 |
| Hex | D5 | 2 | F9 | E | 63 | 0 | 2 | 123 | 62 | 31 |
| Octal | 325 | 2 | 371 | 16 | 143 | 0 | 2 | 443 | 142 | 61 |
| Binary | 11010101 | 10 | 11111001 | 1110 | 1100011 | 0 | 10 | 100100011 | 1100010 | 110001 |
Color Harmonies of #D502F9
Complementary color
Monochromatic Colors of #D502F9
Black with #D502F9
Text Example
Text Example
White with #D502F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502F9; }
p { color: rgb(213,2,249); }
H1.HeaderClassName
{
color: #D502F9;
}
.AnyTagClassName
{
color: #D502F9;
}
</style>
background-color css
<style>
a { background-color: #D502F9; }
a { background-color: rgb(213,2,249); }
div.DivClassName
{
background-color: #D502F9;
}
.BgClassName
{
background-color: #D502F9;
}
</style>
border-color css
<style>
span { border-color: #D502F9; }
span { border-color: rgb(213,2,249); }
td.TdClassName
{
border-color: #D502F9;
}
.TagClassName
{
border-color: #D502F9;
}
</style>