Shades of Psychedelic Purple #D217EA
Tints of Psychedelic Purple #D217EA
RGB
CMYK
RGB Variations
Color information
#D217EA (or 0xD217EA) is known color: Psychedelic Purple. HEX triplet: D2, 17 and EA. RGB value is (210,23,234). Sum of RGB (Red+Green+Blue) = 210+23+234=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #D217EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217EA is #2DE815. Grayscale: #666666. Windows color (decimal): -3008534 or 15341522. OLE color: 15341522.
HSL color Cylindrical-coordinate representation of color #D217EA: hue angle of 293.18º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D217EA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 23 | 234 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.08 |
| HSL | 293.18º | 0.83% | 0.5% | - |
| HSV(B) | 293.18º | 0.9% | 0.92% | - |
| XYZ | 41.74 | 20.25 | 79.55 | - |
| YUV | 102.97 | 201.95 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 234 | 0.10 | 0.90 | 0 | 0.08 | 293.18 | 0.83 | 0.5 |
| Hex | D2 | 17 | EA | A | 5A | 0 | 8 | 125 | 53 | 32 |
| Octal | 322 | 27 | 352 | 12 | 132 | 0 | 10 | 445 | 123 | 62 |
| Binary | 11010010 | 10111 | 11101010 | 1010 | 1011010 | 0 | 1000 | 100100101 | 1010011 | 110010 |
Color Harmonies of #D217EA
Complementary color
Monochromatic Colors of #D217EA
Black with #D217EA
Text Example
Text Example
White with #D217EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217EA; }
p { color: rgb(210,23,234); }
H1.HeaderClassName
{
color: #D217EA;
}
.AnyTagClassName
{
color: #D217EA;
}
</style>
background-color css
<style>
a { background-color: #D217EA; }
a { background-color: rgb(210,23,234); }
div.DivClassName
{
background-color: #D217EA;
}
.BgClassName
{
background-color: #D217EA;
}
</style>
border-color css
<style>
span { border-color: #D217EA; }
span { border-color: rgb(210,23,234); }
td.TdClassName
{
border-color: #D217EA;
}
.TagClassName
{
border-color: #D217EA;
}
</style>