Shades of Psychedelic Purple #D616EE
Tints of Psychedelic Purple #D616EE
RGB
CMYK
RGB Variations
Color information
#D616EE (or 0xD616EE) is known color: Psychedelic Purple. HEX triplet: D6, 16 and EE. RGB value is (214,22,238). Sum of RGB (Red+Green+Blue) = 214+22+238=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #D616EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D616EE is #29E911. Grayscale: #676767. Windows color (decimal): -2746642 or 15603414. OLE color: 15603414.
HSL color Cylindrical-coordinate representation of color #D616EE: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D616EE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 22 | 238 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.07 |
| HSL | 293.33º | 0.86% | 0.51% | - |
| HSV(B) | 293.33º | 0.91% | 0.93% | - |
| XYZ | 43.45 | 21.04 | 82.66 | - |
| YUV | 104.03 | 203.61 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 238 | 0.10 | 0.91 | 0 | 0.07 | 293.33 | 0.86 | 0.51 |
| Hex | D6 | 16 | EE | A | 5B | 0 | 7 | 125 | 56 | 33 |
| Octal | 326 | 26 | 356 | 12 | 133 | 0 | 7 | 445 | 126 | 63 |
| Binary | 11010110 | 10110 | 11101110 | 1010 | 1011011 | 0 | 111 | 100100101 | 1010110 | 110011 |
Color Harmonies of #D616EE
Complementary color
Monochromatic Colors of #D616EE
Black with #D616EE
Text Example
Text Example
White with #D616EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616EE; }
p { color: rgb(214,22,238); }
H1.HeaderClassName
{
color: #D616EE;
}
.AnyTagClassName
{
color: #D616EE;
}
</style>
background-color css
<style>
a { background-color: #D616EE; }
a { background-color: rgb(214,22,238); }
div.DivClassName
{
background-color: #D616EE;
}
.BgClassName
{
background-color: #D616EE;
}
</style>
border-color css
<style>
span { border-color: #D616EE; }
span { border-color: rgb(214,22,238); }
td.TdClassName
{
border-color: #D616EE;
}
.TagClassName
{
border-color: #D616EE;
}
</style>