Shades of Psychedelic Purple #D506FC
Tints of Psychedelic Purple #D506FC
RGB
CMYK
RGB Variations
Color information
#D506FC (or 0xD506FC) is known color: Psychedelic Purple. HEX triplet: D5, 06 and FC. RGB value is (213,6,252). Sum of RGB (Red+Green+Blue) = 213+6+252=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #D506FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D506FC is #2AF903. Grayscale: #5F5F5F. Windows color (decimal): -2816260 or 16516821. OLE color: 16516821.
HSL color Cylindrical-coordinate representation of color #D506FC: hue angle of 290.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D506FC is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 6 | 252 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.01 |
| HSL | 290.49º | 0.98% | 0.51% | - |
| HSV(B) | 290.49º | 0.98% | 0.99% | - |
| XYZ | 45.08 | 21.3 | 93.83 | - |
| YUV | 95.94 | 216.08 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 252 | 0.15 | 0.98 | 0 | 0.01 | 290.49 | 0.98 | 0.51 |
| Hex | D5 | 6 | FC | F | 62 | 0 | 1 | 122 | 62 | 33 |
| Octal | 325 | 6 | 374 | 17 | 142 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010101 | 110 | 11111100 | 1111 | 1100010 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D506FC
Complementary color
Monochromatic Colors of #D506FC
Black with #D506FC
Text Example
Text Example
White with #D506FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D506FC; }
p { color: rgb(213,6,252); }
H1.HeaderClassName
{
color: #D506FC;
}
.AnyTagClassName
{
color: #D506FC;
}
</style>
background-color css
<style>
a { background-color: #D506FC; }
a { background-color: rgb(213,6,252); }
div.DivClassName
{
background-color: #D506FC;
}
.BgClassName
{
background-color: #D506FC;
}
</style>
border-color css
<style>
span { border-color: #D506FC; }
span { border-color: rgb(213,6,252); }
td.TdClassName
{
border-color: #D506FC;
}
.TagClassName
{
border-color: #D506FC;
}
</style>