Shades of Psychedelic Purple #D600EE
Tints of Psychedelic Purple #D600EE
RGB
CMYK
RGB Variations
Color information
#D600EE (or 0xD600EE) is known color: Psychedelic Purple. HEX triplet: D6, 00 and EE. RGB value is (214,0,238). Sum of RGB (Red+Green+Blue) = 214+0+238=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #D600EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600EE is #29FF11. Grayscale: #5A5A5A. Windows color (decimal): -2752274 or 15597782. OLE color: 15597782.
HSL color Cylindrical-coordinate representation of color #D600EE: hue angle of 293.95º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D600EE is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 0 | 238 | - |
| CMYK | 0.10 | 1 | 0 | 0.07 |
| HSL | 293.95º | 1% | 0.47% | - |
| HSV(B) | 293.95º | 1% | 0.93% | - |
| XYZ | 43.16 | 20.47 | 82.56 | - |
| YUV | 91.12 | 210.9 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 238 | 0.10 | 1 | 0 | 0.07 | 293.95 | 1 | 0.47 |
| Hex | D6 | 0 | EE | A | 64 | 0 | 7 | 126 | 64 | 2F |
| Octal | 326 | 0 | 356 | 12 | 144 | 0 | 7 | 446 | 144 | 57 |
| Binary | 11010110 | 0 | 11101110 | 1010 | 1100100 | 0 | 111 | 100100110 | 1100100 | 101111 |
Color Harmonies of #D600EE
Complementary color
Monochromatic Colors of #D600EE
Black with #D600EE
Text Example
Text Example
White with #D600EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D600EE; }
p { color: rgb(214,0,238); }
H1.HeaderClassName
{
color: #D600EE;
}
.AnyTagClassName
{
color: #D600EE;
}
</style>
background-color css
<style>
a { background-color: #D600EE; }
a { background-color: rgb(214,0,238); }
div.DivClassName
{
background-color: #D600EE;
}
.BgClassName
{
background-color: #D600EE;
}
</style>
border-color css
<style>
span { border-color: #D600EE; }
span { border-color: rgb(214,0,238); }
td.TdClassName
{
border-color: #D600EE;
}
.TagClassName
{
border-color: #D600EE;
}
</style>