Shades of Psychedelic Purple #D817ED
Tints of Psychedelic Purple #D817ED
RGB
CMYK
RGB Variations
Color information
#D817ED (or 0xD817ED) is known color: Psychedelic Purple. HEX triplet: D8, 17 and ED. RGB value is (216,23,237). Sum of RGB (Red+Green+Blue) = 216+23+237=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #D817ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D817ED is #27E812. Grayscale: #686868. Windows color (decimal): -2615315 or 15538136. OLE color: 15538136.
HSL color Cylindrical-coordinate representation of color #D817ED: hue angle of 294.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D817ED is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 23 | 237 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.07 |
| HSL | 294.11º | 0.86% | 0.51% | - |
| HSV(B) | 294.11º | 0.9% | 0.93% | - |
| XYZ | 43.91 | 21.33 | 81.92 | - |
| YUV | 105.1 | 202.44 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 237 | 0.09 | 0.90 | 0 | 0.07 | 294.11 | 0.86 | 0.51 |
| Hex | D8 | 17 | ED | 9 | 5A | 0 | 7 | 126 | 56 | 33 |
| Octal | 330 | 27 | 355 | 11 | 132 | 0 | 7 | 446 | 126 | 63 |
| Binary | 11011000 | 10111 | 11101101 | 1001 | 1011010 | 0 | 111 | 100100110 | 1010110 | 110011 |
Color Harmonies of #D817ED
Complementary color
Monochromatic Colors of #D817ED
Black with #D817ED
Text Example
Text Example
White with #D817ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D817ED; }
p { color: rgb(216,23,237); }
H1.HeaderClassName
{
color: #D817ED;
}
.AnyTagClassName
{
color: #D817ED;
}
</style>
background-color css
<style>
a { background-color: #D817ED; }
a { background-color: rgb(216,23,237); }
div.DivClassName
{
background-color: #D817ED;
}
.BgClassName
{
background-color: #D817ED;
}
</style>
border-color css
<style>
span { border-color: #D817ED; }
span { border-color: rgb(216,23,237); }
td.TdClassName
{
border-color: #D817ED;
}
.TagClassName
{
border-color: #D817ED;
}
</style>