Shades of Psychedelic Purple #D217FD
Tints of Psychedelic Purple #D217FD
RGB
CMYK
RGB Variations
Color information
#D217FD (or 0xD217FD) is known color: Psychedelic Purple. HEX triplet: D2, 17 and FD. RGB value is (210,23,253). Sum of RGB (Red+Green+Blue) = 210+23+253=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #D217FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217FD is #2DE802. Grayscale: #686868. Windows color (decimal): -3008515 or 16586706. OLE color: 16586706.
HSL color Cylindrical-coordinate representation of color #D217FD: hue angle of 288.78º 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 #D217FD is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 23 | 253 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.01 |
| HSL | 288.78º | 0.98% | 0.54% | - |
| HSV(B) | 288.78º | 0.91% | 0.99% | - |
| XYZ | 44.61 | 21.41 | 94.71 | - |
| YUV | 105.13 | 211.45 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 253 | 0.17 | 0.91 | 0 | 0.01 | 288.78 | 0.98 | 0.54 |
| Hex | D2 | 17 | FD | 11 | 5B | 0 | 1 | 121 | 62 | 36 |
| Octal | 322 | 27 | 375 | 21 | 133 | 0 | 1 | 441 | 142 | 66 |
| Binary | 11010010 | 10111 | 11111101 | 10001 | 1011011 | 0 | 1 | 100100001 | 1100010 | 110110 |
Color Harmonies of #D217FD
Complementary color
Monochromatic Colors of #D217FD
Black with #D217FD
Text Example
Text Example
White with #D217FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217FD; }
p { color: rgb(210,23,253); }
H1.HeaderClassName
{
color: #D217FD;
}
.AnyTagClassName
{
color: #D217FD;
}
</style>
background-color css
<style>
a { background-color: #D217FD; }
a { background-color: rgb(210,23,253); }
div.DivClassName
{
background-color: #D217FD;
}
.BgClassName
{
background-color: #D217FD;
}
</style>
border-color css
<style>
span { border-color: #D217FD; }
span { border-color: rgb(210,23,253); }
td.TdClassName
{
border-color: #D217FD;
}
.TagClassName
{
border-color: #D217FD;
}
</style>