Shades of Psychedelic Purple #D60EED
Tints of Psychedelic Purple #D60EED
RGB
CMYK
RGB Variations
Color information
#D60EED (or 0xD60EED) is known color: Psychedelic Purple. HEX triplet: D6, 0E and ED. RGB value is (214,14,237). Sum of RGB (Red+Green+Blue) = 214+14+237=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #D60EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60EED is #29F112. Grayscale: #626262. Windows color (decimal): -2748691 or 15535830. OLE color: 15535830.
HSL color Cylindrical-coordinate representation of color #D60EED: hue angle of 293.81º degrees, saturation: 0.89, 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 #D60EED is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 14 | 237 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.07 |
| HSL | 293.81º | 0.89% | 0.49% | - |
| HSV(B) | 293.81º | 0.94% | 0.93% | - |
| XYZ | 43.17 | 20.72 | 81.85 | - |
| YUV | 99.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 237 | 0.10 | 0.94 | 0 | 0.07 | 293.81 | 0.89 | 0.49 |
| Hex | D6 | E | ED | A | 5E | 0 | 7 | 126 | 59 | 31 |
| Octal | 326 | 16 | 355 | 12 | 136 | 0 | 7 | 446 | 131 | 61 |
| Binary | 11010110 | 1110 | 11101101 | 1010 | 1011110 | 0 | 111 | 100100110 | 1011001 | 110001 |
Color Harmonies of #D60EED
Complementary color
Monochromatic Colors of #D60EED
Black with #D60EED
Text Example
Text Example
White with #D60EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60EED; }
p { color: rgb(214,14,237); }
H1.HeaderClassName
{
color: #D60EED;
}
.AnyTagClassName
{
color: #D60EED;
}
</style>
background-color css
<style>
a { background-color: #D60EED; }
a { background-color: rgb(214,14,237); }
div.DivClassName
{
background-color: #D60EED;
}
.BgClassName
{
background-color: #D60EED;
}
</style>
border-color css
<style>
span { border-color: #D60EED; }
span { border-color: rgb(214,14,237); }
td.TdClassName
{
border-color: #D60EED;
}
.TagClassName
{
border-color: #D60EED;
}
</style>