Shades of Psychedelic Purple #D216E6
Tints of Psychedelic Purple #D216E6
RGB
CMYK
RGB Variations
Color information
#D216E6 (or 0xD216E6) is known color: Psychedelic Purple. HEX triplet: D2, 16 and E6. RGB value is (210,22,230). Sum of RGB (Red+Green+Blue) = 210+22+230=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #D216E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D216E6 is #2DE919. Grayscale: #656565. Windows color (decimal): -3008794 or 15079122. OLE color: 15079122.
HSL color Cylindrical-coordinate representation of color #D216E6: hue angle of 294.23º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D216E6 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 22 | 230 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.10 |
| HSL | 294.23º | 0.83% | 0.49% | - |
| HSV(B) | 294.23º | 0.9% | 0.9% | - |
| XYZ | 41.15 | 19.99 | 76.55 | - |
| YUV | 101.92 | 200.28 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 230 | 0.09 | 0.90 | 0 | 0.10 | 294.23 | 0.83 | 0.49 |
| Hex | D2 | 16 | E6 | 9 | 5A | 0 | A | 126 | 53 | 31 |
| Octal | 322 | 26 | 346 | 11 | 132 | 0 | 12 | 446 | 123 | 61 |
| Binary | 11010010 | 10110 | 11100110 | 1001 | 1011010 | 0 | 1010 | 100100110 | 1010011 | 110001 |
Color Harmonies of #D216E6
Complementary color
Monochromatic Colors of #D216E6
Black with #D216E6
Text Example
Text Example
White with #D216E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216E6; }
p { color: rgb(210,22,230); }
H1.HeaderClassName
{
color: #D216E6;
}
.AnyTagClassName
{
color: #D216E6;
}
</style>
background-color css
<style>
a { background-color: #D216E6; }
a { background-color: rgb(210,22,230); }
div.DivClassName
{
background-color: #D216E6;
}
.BgClassName
{
background-color: #D216E6;
}
</style>
border-color css
<style>
span { border-color: #D216E6; }
span { border-color: rgb(210,22,230); }
td.TdClassName
{
border-color: #D216E6;
}
.TagClassName
{
border-color: #D216E6;
}
</style>