Shades of Psychedelic Purple #D502FC
Tints of Psychedelic Purple #D502FC
RGB
CMYK
RGB Variations
Color information
#D502FC (or 0xD502FC) is known color: Psychedelic Purple. HEX triplet: D5, 02 and FC. RGB value is (213,2,252). Sum of RGB (Red+Green+Blue) = 213+2+252=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #D502FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502FC is #2AFD03. Grayscale: #5C5C5C. Windows color (decimal): -2817284 or 16515797. OLE color: 16515797.
HSL color Cylindrical-coordinate representation of color #D502FC: hue angle of 290.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502FC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 2 | 252 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.01 |
| HSL | 290.64º | 0.98% | 0.5% | - |
| HSV(B) | 290.64º | 0.99% | 0.99% | - |
| XYZ | 45.03 | 21.22 | 93.82 | - |
| YUV | 93.59 | 217.4 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 252 | 0.15 | 0.99 | 0 | 0.01 | 290.64 | 0.98 | 0.5 |
| Hex | D5 | 2 | FC | F | 63 | 0 | 1 | 123 | 62 | 32 |
| Octal | 325 | 2 | 374 | 17 | 143 | 0 | 1 | 443 | 142 | 62 |
| Binary | 11010101 | 10 | 11111100 | 1111 | 1100011 | 0 | 1 | 100100011 | 1100010 | 110010 |
Color Harmonies of #D502FC
Complementary color
Monochromatic Colors of #D502FC
Black with #D502FC
Text Example
Text Example
White with #D502FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502FC; }
p { color: rgb(213,2,252); }
H1.HeaderClassName
{
color: #D502FC;
}
.AnyTagClassName
{
color: #D502FC;
}
</style>
background-color css
<style>
a { background-color: #D502FC; }
a { background-color: rgb(213,2,252); }
div.DivClassName
{
background-color: #D502FC;
}
.BgClassName
{
background-color: #D502FC;
}
</style>
border-color css
<style>
span { border-color: #D502FC; }
span { border-color: rgb(213,2,252); }
td.TdClassName
{
border-color: #D502FC;
}
.TagClassName
{
border-color: #D502FC;
}
</style>