Shades of Psychedelic Purple #D217E9
Tints of Psychedelic Purple #D217E9
RGB
CMYK
RGB Variations
Color information
#D217E9 (or 0xD217E9) is known color: Psychedelic Purple. HEX triplet: D2, 17 and E9. RGB value is (210,23,233). Sum of RGB (Red+Green+Blue) = 210+23+233=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #D217E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217E9 is #2DE816. Grayscale: #666666. Windows color (decimal): -3008535 or 15275986. OLE color: 15275986.
HSL color Cylindrical-coordinate representation of color #D217E9: hue angle of 293.43º 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 #D217E9 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 23 | 233 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.09 |
| HSL | 293.43º | 0.83% | 0.5% | - |
| HSV(B) | 293.43º | 0.9% | 0.91% | - |
| XYZ | 41.59 | 20.2 | 78.8 | - |
| YUV | 102.85 | 201.45 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 233 | 0.10 | 0.90 | 0 | 0.09 | 293.43 | 0.83 | 0.5 |
| Hex | D2 | 17 | E9 | A | 5A | 0 | 9 | 125 | 53 | 32 |
| Octal | 322 | 27 | 351 | 12 | 132 | 0 | 11 | 445 | 123 | 62 |
| Binary | 11010010 | 10111 | 11101001 | 1010 | 1011010 | 0 | 1001 | 100100101 | 1010011 | 110010 |
Color Harmonies of #D217E9
Complementary color
Monochromatic Colors of #D217E9
Black with #D217E9
Text Example
Text Example
White with #D217E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217E9; }
p { color: rgb(210,23,233); }
H1.HeaderClassName
{
color: #D217E9;
}
.AnyTagClassName
{
color: #D217E9;
}
</style>
background-color css
<style>
a { background-color: #D217E9; }
a { background-color: rgb(210,23,233); }
div.DivClassName
{
background-color: #D217E9;
}
.BgClassName
{
background-color: #D217E9;
}
</style>
border-color css
<style>
span { border-color: #D217E9; }
span { border-color: rgb(210,23,233); }
td.TdClassName
{
border-color: #D217E9;
}
.TagClassName
{
border-color: #D217E9;
}
</style>