Shades of Psychedelic Purple #D508FC
Tints of Psychedelic Purple #D508FC
RGB
CMYK
RGB Variations
Color information
#D508FC (or 0xD508FC) is known color: Psychedelic Purple. HEX triplet: D5, 08 and FC. RGB value is (213,8,252). Sum of RGB (Red+Green+Blue) = 213+8+252=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #D508FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D508FC is #2AF703. Grayscale: #606060. Windows color (decimal): -2815748 or 16517333. OLE color: 16517333.
HSL color Cylindrical-coordinate representation of color #D508FC: hue angle of 290.41º 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 #D508FC is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 8 | 252 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.01 |
| HSL | 290.41º | 0.98% | 0.51% | - |
| HSV(B) | 290.41º | 0.97% | 0.99% | - |
| XYZ | 45.1 | 21.35 | 93.84 | - |
| YUV | 97.11 | 215.42 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 252 | 0.15 | 0.97 | 0 | 0.01 | 290.41 | 0.98 | 0.51 |
| Hex | D5 | 8 | FC | F | 61 | 0 | 1 | 122 | 62 | 33 |
| Octal | 325 | 10 | 374 | 17 | 141 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010101 | 1000 | 11111100 | 1111 | 1100001 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D508FC
Complementary color
Monochromatic Colors of #D508FC
Black with #D508FC
Text Example
Text Example
White with #D508FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508FC; }
p { color: rgb(213,8,252); }
H1.HeaderClassName
{
color: #D508FC;
}
.AnyTagClassName
{
color: #D508FC;
}
</style>
background-color css
<style>
a { background-color: #D508FC; }
a { background-color: rgb(213,8,252); }
div.DivClassName
{
background-color: #D508FC;
}
.BgClassName
{
background-color: #D508FC;
}
</style>
border-color css
<style>
span { border-color: #D508FC; }
span { border-color: rgb(213,8,252); }
td.TdClassName
{
border-color: #D508FC;
}
.TagClassName
{
border-color: #D508FC;
}
</style>