Shades of Psychedelic Purple #D502FD
Tints of Psychedelic Purple #D502FD
RGB
CMYK
RGB Variations
Color information
#D502FD (or 0xD502FD) is known color: Psychedelic Purple. HEX triplet: D5, 02 and FD. RGB value is (213,2,253). Sum of RGB (Red+Green+Blue) = 213+2+253=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #D502FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502FD is #2AFD02. Grayscale: #5C5C5C. Windows color (decimal): -2817283 or 16581333. OLE color: 16581333.
HSL color Cylindrical-coordinate representation of color #D502FD: hue angle of 290.44º 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 #D502FD is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 2 | 253 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.01 |
| HSL | 290.44º | 0.98% | 0.5% | - |
| HSV(B) | 290.44º | 0.99% | 0.99% | - |
| XYZ | 45.19 | 21.28 | 94.65 | - |
| YUV | 93.7 | 217.9 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 253 | 0.16 | 0.99 | 0 | 0.01 | 290.44 | 0.98 | 0.5 |
| Hex | D5 | 2 | FD | 10 | 63 | 0 | 1 | 122 | 62 | 32 |
| Octal | 325 | 2 | 375 | 20 | 143 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010101 | 10 | 11111101 | 10000 | 1100011 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D502FD
Complementary color
Monochromatic Colors of #D502FD
Black with #D502FD
Text Example
Text Example
White with #D502FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502FD; }
p { color: rgb(213,2,253); }
H1.HeaderClassName
{
color: #D502FD;
}
.AnyTagClassName
{
color: #D502FD;
}
</style>
background-color css
<style>
a { background-color: #D502FD; }
a { background-color: rgb(213,2,253); }
div.DivClassName
{
background-color: #D502FD;
}
.BgClassName
{
background-color: #D502FD;
}
</style>
border-color css
<style>
span { border-color: #D502FD; }
span { border-color: rgb(213,2,253); }
td.TdClassName
{
border-color: #D502FD;
}
.TagClassName
{
border-color: #D502FD;
}
</style>