Shades of Psychedelic Purple #D60FED
Tints of Psychedelic Purple #D60FED
RGB
CMYK
RGB Variations
Color information
#D60FED (or 0xD60FED) is known color: Psychedelic Purple. HEX triplet: D6, 0F and ED. RGB value is (214,15,237). Sum of RGB (Red+Green+Blue) = 214+15+237=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #D60FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60FED is #29F012. Grayscale: #636363. Windows color (decimal): -2748435 or 15536086. OLE color: 15536086.
HSL color Cylindrical-coordinate representation of color #D60FED: hue angle of 293.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60FED is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 15 | 237 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.07 |
| HSL | 293.78º | 0.88% | 0.49% | - |
| HSV(B) | 293.78º | 0.94% | 0.93% | - |
| XYZ | 43.19 | 20.75 | 81.85 | - |
| YUV | 99.81 | 205.43 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 237 | 0.10 | 0.94 | 0 | 0.07 | 293.78 | 0.88 | 0.49 |
| Hex | D6 | F | ED | A | 5E | 0 | 7 | 126 | 58 | 31 |
| Octal | 326 | 17 | 355 | 12 | 136 | 0 | 7 | 446 | 130 | 61 |
| Binary | 11010110 | 1111 | 11101101 | 1010 | 1011110 | 0 | 111 | 100100110 | 1011000 | 110001 |
Color Harmonies of #D60FED
Complementary color
Monochromatic Colors of #D60FED
Black with #D60FED
Text Example
Text Example
White with #D60FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FED; }
p { color: rgb(214,15,237); }
H1.HeaderClassName
{
color: #D60FED;
}
.AnyTagClassName
{
color: #D60FED;
}
</style>
background-color css
<style>
a { background-color: #D60FED; }
a { background-color: rgb(214,15,237); }
div.DivClassName
{
background-color: #D60FED;
}
.BgClassName
{
background-color: #D60FED;
}
</style>
border-color css
<style>
span { border-color: #D60FED; }
span { border-color: rgb(214,15,237); }
td.TdClassName
{
border-color: #D60FED;
}
.TagClassName
{
border-color: #D60FED;
}
</style>