Shades of Psychedelic Purple #D913FC
Tints of Psychedelic Purple #D913FC
RGB
CMYK
RGB Variations
Color information
#D913FC (or 0xD913FC) is known color: Psychedelic Purple. HEX triplet: D9, 13 and FC. RGB value is (217,19,252). Sum of RGB (Red+Green+Blue) = 217+19+252=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 19 (7.81% from 255 or 3.89% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #D913FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D913FC is #26EC03. Grayscale: #686868. Windows color (decimal): -2550788 or 16520153. OLE color: 16520153.
HSL color Cylindrical-coordinate representation of color #D913FC: hue angle of 290.99º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D913FC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 19 | 252 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.01 |
| HSL | 290.99º | 0.97% | 0.53% | - |
| HSV(B) | 290.99º | 0.92% | 0.99% | - |
| XYZ | 46.42 | 22.25 | 93.94 | - |
| YUV | 104.76 | 211.1 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 252 | 0.14 | 0.92 | 0 | 0.01 | 290.99 | 0.97 | 0.53 |
| Hex | D9 | 13 | FC | E | 5C | 0 | 1 | 123 | 61 | 35 |
| Octal | 331 | 23 | 374 | 16 | 134 | 0 | 1 | 443 | 141 | 65 |
| Binary | 11011001 | 10011 | 11111100 | 1110 | 1011100 | 0 | 1 | 100100011 | 1100001 | 110101 |
Color Harmonies of #D913FC
Complementary color
Monochromatic Colors of #D913FC
Black with #D913FC
Text Example
Text Example
White with #D913FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913FC; }
p { color: rgb(217,19,252); }
H1.HeaderClassName
{
color: #D913FC;
}
.AnyTagClassName
{
color: #D913FC;
}
</style>
background-color css
<style>
a { background-color: #D913FC; }
a { background-color: rgb(217,19,252); }
div.DivClassName
{
background-color: #D913FC;
}
.BgClassName
{
background-color: #D913FC;
}
</style>
border-color css
<style>
span { border-color: #D913FC; }
span { border-color: rgb(217,19,252); }
td.TdClassName
{
border-color: #D913FC;
}
.TagClassName
{
border-color: #D913FC;
}
</style>