Shades of Psychedelic Purple #D216E7
Tints of Psychedelic Purple #D216E7
RGB
CMYK
RGB Variations
Color information
#D216E7 (or 0xD216E7) is known color: Psychedelic Purple. HEX triplet: D2, 16 and E7. RGB value is (210,22,231). Sum of RGB (Red+Green+Blue) = 210+22+231=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #D216E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D216E7 is #2DE918. Grayscale: #656565. Windows color (decimal): -3008793 or 15144658. OLE color: 15144658.
HSL color Cylindrical-coordinate representation of color #D216E7: hue angle of 293.97º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D216E7 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 22 | 231 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.09 |
| HSL | 293.97º | 0.83% | 0.5% | - |
| HSV(B) | 293.97º | 0.9% | 0.91% | - |
| XYZ | 41.29 | 20.04 | 77.29 | - |
| YUV | 102.04 | 200.78 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 231 | 0.09 | 0.90 | 0 | 0.09 | 293.97 | 0.83 | 0.5 |
| Hex | D2 | 16 | E7 | 9 | 5A | 0 | 9 | 126 | 53 | 32 |
| Octal | 322 | 26 | 347 | 11 | 132 | 0 | 11 | 446 | 123 | 62 |
| Binary | 11010010 | 10110 | 11100111 | 1001 | 1011010 | 0 | 1001 | 100100110 | 1010011 | 110010 |
Color Harmonies of #D216E7
Complementary color
Monochromatic Colors of #D216E7
Black with #D216E7
Text Example
Text Example
White with #D216E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216E7; }
p { color: rgb(210,22,231); }
H1.HeaderClassName
{
color: #D216E7;
}
.AnyTagClassName
{
color: #D216E7;
}
</style>
background-color css
<style>
a { background-color: #D216E7; }
a { background-color: rgb(210,22,231); }
div.DivClassName
{
background-color: #D216E7;
}
.BgClassName
{
background-color: #D216E7;
}
</style>
border-color css
<style>
span { border-color: #D216E7; }
span { border-color: rgb(210,22,231); }
td.TdClassName
{
border-color: #D216E7;
}
.TagClassName
{
border-color: #D216E7;
}
</style>