Shades of Psychedelic Purple #D507FC
Tints of Psychedelic Purple #D507FC
RGB
CMYK
RGB Variations
Color information
#D507FC (or 0xD507FC) is known color: Psychedelic Purple. HEX triplet: D5, 07 and FC. RGB value is (213,7,252). Sum of RGB (Red+Green+Blue) = 213+7+252=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #D507FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507FC is #2AF803. Grayscale: #5F5F5F. Windows color (decimal): -2816004 or 16517077. OLE color: 16517077.
HSL color Cylindrical-coordinate representation of color #D507FC: hue angle of 290.45º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507FC is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 7 | 252 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.01 |
| HSL | 290.45º | 0.98% | 0.51% | - |
| HSV(B) | 290.45º | 0.97% | 0.99% | - |
| XYZ | 45.09 | 21.33 | 93.84 | - |
| YUV | 96.52 | 215.75 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 252 | 0.15 | 0.97 | 0 | 0.01 | 290.45 | 0.98 | 0.51 |
| Hex | D5 | 7 | FC | F | 61 | 0 | 1 | 122 | 62 | 33 |
| Octal | 325 | 7 | 374 | 17 | 141 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010101 | 111 | 11111100 | 1111 | 1100001 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D507FC
Complementary color
Monochromatic Colors of #D507FC
Black with #D507FC
Text Example
Text Example
White with #D507FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507FC; }
p { color: rgb(213,7,252); }
H1.HeaderClassName
{
color: #D507FC;
}
.AnyTagClassName
{
color: #D507FC;
}
</style>
background-color css
<style>
a { background-color: #D507FC; }
a { background-color: rgb(213,7,252); }
div.DivClassName
{
background-color: #D507FC;
}
.BgClassName
{
background-color: #D507FC;
}
</style>
border-color css
<style>
span { border-color: #D507FC; }
span { border-color: rgb(213,7,252); }
td.TdClassName
{
border-color: #D507FC;
}
.TagClassName
{
border-color: #D507FC;
}
</style>