Shades of Psychedelic Purple #D615FE
Tints of Psychedelic Purple #D615FE
RGB
CMYK
RGB Variations
Color information
#D615FE (or 0xD615FE) is known color: Psychedelic Purple. HEX triplet: D6, 15 and FE. RGB value is (214,21,254). Sum of RGB (Red+Green+Blue) = 214+21+254=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #D615FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615FE is #29EA01. Grayscale: #686868. Windows color (decimal): -2746882 or 16651734. OLE color: 16651734.
HSL color Cylindrical-coordinate representation of color #D615FE: hue angle of 289.7º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D615FE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 21 | 254 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.00 |
| HSL | 289.7º | 0.99% | 0.54% | - |
| HSV(B) | 289.7º | 0.92% | 1% | - |
| XYZ | 45.89 | 21.99 | 95.59 | - |
| YUV | 105.27 | 211.94 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 254 | 0.16 | 0.92 | 0 | 0.00 | 289.7 | 0.99 | 0.54 |
| Hex | D6 | 15 | FE | 10 | 5C | 0 | 0 | 122 | 63 | 36 |
| Octal | 326 | 25 | 376 | 20 | 134 | 0 | 0 | 442 | 143 | 66 |
| Binary | 11010110 | 10101 | 11111110 | 10000 | 1011100 | 0 | 0 | 100100010 | 1100011 | 110110 |
Color Harmonies of #D615FE
Complementary color
Monochromatic Colors of #D615FE
Black with #D615FE
Text Example
Text Example
White with #D615FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615FE; }
p { color: rgb(214,21,254); }
H1.HeaderClassName
{
color: #D615FE;
}
.AnyTagClassName
{
color: #D615FE;
}
</style>
background-color css
<style>
a { background-color: #D615FE; }
a { background-color: rgb(214,21,254); }
div.DivClassName
{
background-color: #D615FE;
}
.BgClassName
{
background-color: #D615FE;
}
</style>
border-color css
<style>
span { border-color: #D615FE; }
span { border-color: rgb(214,21,254); }
td.TdClassName
{
border-color: #D615FE;
}
.TagClassName
{
border-color: #D615FE;
}
</style>