Shades of Psychedelic Purple #D507FE
Tints of Psychedelic Purple #D507FE
RGB
CMYK
RGB Variations
Color information
#D507FE (or 0xD507FE) is known color: Psychedelic Purple. HEX triplet: D5, 07 and FE. RGB value is (213,7,254). Sum of RGB (Red+Green+Blue) = 213+7+254=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #D507FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507FE is #2AF801. Grayscale: #5F5F5F. Windows color (decimal): -2816002 or 16648149. OLE color: 16648149.
HSL color Cylindrical-coordinate representation of color #D507FE: hue angle of 290.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507FE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 7 | 254 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.00 |
| HSL | 290.04º | 0.99% | 0.51% | - |
| HSV(B) | 290.04º | 0.97% | 1% | - |
| XYZ | 45.41 | 21.45 | 95.51 | - |
| YUV | 96.75 | 216.75 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 254 | 0.16 | 0.97 | 0 | 0.00 | 290.04 | 0.99 | 0.51 |
| Hex | D5 | 7 | FE | 10 | 61 | 0 | 0 | 122 | 63 | 33 |
| Octal | 325 | 7 | 376 | 20 | 141 | 0 | 0 | 442 | 143 | 63 |
| Binary | 11010101 | 111 | 11111110 | 10000 | 1100001 | 0 | 0 | 100100010 | 1100011 | 110011 |
Color Harmonies of #D507FE
Complementary color
Monochromatic Colors of #D507FE
Black with #D507FE
Text Example
Text Example
White with #D507FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507FE; }
p { color: rgb(213,7,254); }
H1.HeaderClassName
{
color: #D507FE;
}
.AnyTagClassName
{
color: #D507FE;
}
</style>
background-color css
<style>
a { background-color: #D507FE; }
a { background-color: rgb(213,7,254); }
div.DivClassName
{
background-color: #D507FE;
}
.BgClassName
{
background-color: #D507FE;
}
</style>
border-color css
<style>
span { border-color: #D507FE; }
span { border-color: rgb(213,7,254); }
td.TdClassName
{
border-color: #D507FE;
}
.TagClassName
{
border-color: #D507FE;
}
</style>