Shades of Psychedelic Purple #D313FC
Tints of Psychedelic Purple #D313FC
RGB
CMYK
RGB Variations
Color information
#D313FC (or 0xD313FC) is known color: Psychedelic Purple. HEX triplet: D3, 13 and FC. RGB value is (211,19,252). Sum of RGB (Red+Green+Blue) = 211+19+252=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #D313FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D313FC is #2CEC03. Grayscale: #666666. Windows color (decimal): -2944004 or 16520147. OLE color: 16520147.
HSL color Cylindrical-coordinate representation of color #D313FC: hue angle of 289.44º 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 #D313FC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 19 | 252 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.01 |
| HSL | 289.44º | 0.97% | 0.53% | - |
| HSV(B) | 289.44º | 0.92% | 0.99% | - |
| XYZ | 44.67 | 21.34 | 93.86 | - |
| YUV | 102.97 | 212.11 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 252 | 0.16 | 0.92 | 0 | 0.01 | 289.44 | 0.97 | 0.53 |
| Hex | D3 | 13 | FC | 10 | 5C | 0 | 1 | 121 | 61 | 35 |
| Octal | 323 | 23 | 374 | 20 | 134 | 0 | 1 | 441 | 141 | 65 |
| Binary | 11010011 | 10011 | 11111100 | 10000 | 1011100 | 0 | 1 | 100100001 | 1100001 | 110101 |
Color Harmonies of #D313FC
Complementary color
Monochromatic Colors of #D313FC
Black with #D313FC
Text Example
Text Example
White with #D313FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313FC; }
p { color: rgb(211,19,252); }
H1.HeaderClassName
{
color: #D313FC;
}
.AnyTagClassName
{
color: #D313FC;
}
</style>
background-color css
<style>
a { background-color: #D313FC; }
a { background-color: rgb(211,19,252); }
div.DivClassName
{
background-color: #D313FC;
}
.BgClassName
{
background-color: #D313FC;
}
</style>
border-color css
<style>
span { border-color: #D313FC; }
span { border-color: rgb(211,19,252); }
td.TdClassName
{
border-color: #D313FC;
}
.TagClassName
{
border-color: #D313FC;
}
</style>