Shades of Psychedelic Purple #D517FD
Tints of Psychedelic Purple #D517FD
RGB
CMYK
RGB Variations
Color information
#D517FD (or 0xD517FD) is known color: Psychedelic Purple. HEX triplet: D5, 17 and FD. RGB value is (213,23,253). Sum of RGB (Red+Green+Blue) = 213+23+253=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #D517FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D517FD is #2AE802. Grayscale: #696969. Windows color (decimal): -2811907 or 16586709. OLE color: 16586709.
HSL color Cylindrical-coordinate representation of color #D517FD: hue angle of 289.57º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D517FD is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 23 | 253 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.01 |
| HSL | 289.57º | 0.98% | 0.54% | - |
| HSV(B) | 289.57º | 0.91% | 0.99% | - |
| XYZ | 45.48 | 21.85 | 94.75 | - |
| YUV | 106.03 | 210.95 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 253 | 0.16 | 0.91 | 0 | 0.01 | 289.57 | 0.98 | 0.54 |
| Hex | D5 | 17 | FD | 10 | 5B | 0 | 1 | 122 | 62 | 36 |
| Octal | 325 | 27 | 375 | 20 | 133 | 0 | 1 | 442 | 142 | 66 |
| Binary | 11010101 | 10111 | 11111101 | 10000 | 1011011 | 0 | 1 | 100100010 | 1100010 | 110110 |
Color Harmonies of #D517FD
Complementary color
Monochromatic Colors of #D517FD
Black with #D517FD
Text Example
Text Example
White with #D517FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D517FD; }
p { color: rgb(213,23,253); }
H1.HeaderClassName
{
color: #D517FD;
}
.AnyTagClassName
{
color: #D517FD;
}
</style>
background-color css
<style>
a { background-color: #D517FD; }
a { background-color: rgb(213,23,253); }
div.DivClassName
{
background-color: #D517FD;
}
.BgClassName
{
background-color: #D517FD;
}
</style>
border-color css
<style>
span { border-color: #D517FD; }
span { border-color: rgb(213,23,253); }
td.TdClassName
{
border-color: #D517FD;
}
.TagClassName
{
border-color: #D517FD;
}
</style>