Shades of Psychedelic Purple #D513FE
Tints of Psychedelic Purple #D513FE
RGB
CMYK
RGB Variations
Color information
#D513FE (or 0xD513FE) is known color: Psychedelic Purple. HEX triplet: D5, 13 and FE. RGB value is (213,19,254). Sum of RGB (Red+Green+Blue) = 213+19+254=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 19 (7.81% from 255 or 3.91% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #D513FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D513FE is #2AEC01. Grayscale: #676767. Windows color (decimal): -2812930 or 16651221. OLE color: 16651221.
HSL color Cylindrical-coordinate representation of color #D513FE: hue angle of 289.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D513FE is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 19 | 254 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.00 |
| HSL | 289.53º | 0.99% | 0.54% | - |
| HSV(B) | 289.53º | 0.93% | 1% | - |
| XYZ | 45.56 | 21.77 | 95.57 | - |
| YUV | 103.8 | 212.77 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 254 | 0.16 | 0.93 | 0 | 0.00 | 289.53 | 0.99 | 0.54 |
| Hex | D5 | 13 | FE | 10 | 5D | 0 | 0 | 122 | 63 | 36 |
| Octal | 325 | 23 | 376 | 20 | 135 | 0 | 0 | 442 | 143 | 66 |
| Binary | 11010101 | 10011 | 11111110 | 10000 | 1011101 | 0 | 0 | 100100010 | 1100011 | 110110 |
Color Harmonies of #D513FE
Complementary color
Monochromatic Colors of #D513FE
Black with #D513FE
Text Example
Text Example
White with #D513FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513FE; }
p { color: rgb(213,19,254); }
H1.HeaderClassName
{
color: #D513FE;
}
.AnyTagClassName
{
color: #D513FE;
}
</style>
background-color css
<style>
a { background-color: #D513FE; }
a { background-color: rgb(213,19,254); }
div.DivClassName
{
background-color: #D513FE;
}
.BgClassName
{
background-color: #D513FE;
}
</style>
border-color css
<style>
span { border-color: #D513FE; }
span { border-color: rgb(213,19,254); }
td.TdClassName
{
border-color: #D513FE;
}
.TagClassName
{
border-color: #D513FE;
}
</style>