Shades of Psychedelic Purple #D600ED
Tints of Psychedelic Purple #D600ED
RGB
CMYK
RGB Variations
Color information
#D600ED (or 0xD600ED) is known color: Psychedelic Purple. HEX triplet: D6, 00 and ED. RGB value is (214,0,237). Sum of RGB (Red+Green+Blue) = 214+0+237=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #D600ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600ED is #29FF12. Grayscale: #5A5A5A. Windows color (decimal): -2752275 or 15532246. OLE color: 15532246.
HSL color Cylindrical-coordinate representation of color #D600ED: hue angle of 294.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D600ED is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 0 | 237 | - |
| CMYK | 0.10 | 1 | 0 | 0.07 |
| HSL | 294.18º | 1% | 0.46% | - |
| HSV(B) | 294.18º | 1% | 0.93% | - |
| XYZ | 43.02 | 20.41 | 81.79 | - |
| YUV | 91 | 210.4 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 237 | 0.10 | 1 | 0 | 0.07 | 294.18 | 1 | 0.46 |
| Hex | D6 | 0 | ED | A | 64 | 0 | 7 | 126 | 64 | 2E |
| Octal | 326 | 0 | 355 | 12 | 144 | 0 | 7 | 446 | 144 | 56 |
| Binary | 11010110 | 0 | 11101101 | 1010 | 1100100 | 0 | 111 | 100100110 | 1100100 | 101110 |
Color Harmonies of #D600ED
Complementary color
Monochromatic Colors of #D600ED
Black with #D600ED
Text Example
Text Example
White with #D600ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D600ED; }
p { color: rgb(214,0,237); }
H1.HeaderClassName
{
color: #D600ED;
}
.AnyTagClassName
{
color: #D600ED;
}
</style>
background-color css
<style>
a { background-color: #D600ED; }
a { background-color: rgb(214,0,237); }
div.DivClassName
{
background-color: #D600ED;
}
.BgClassName
{
background-color: #D600ED;
}
</style>
border-color css
<style>
span { border-color: #D600ED; }
span { border-color: rgb(214,0,237); }
td.TdClassName
{
border-color: #D600ED;
}
.TagClassName
{
border-color: #D600ED;
}
</style>