Shades of Psychedelic Purple #D017E9
Tints of Psychedelic Purple #D017E9
RGB
CMYK
RGB Variations
Color information
#D017E9 (or 0xD017E9) is known color: Psychedelic Purple. HEX triplet: D0, 17 and E9. RGB value is (208,23,233). Sum of RGB (Red+Green+Blue) = 208+23+233=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #D017E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D017E9 is #2FE816. Grayscale: #656565. Windows color (decimal): -3139607 or 15275984. OLE color: 15275984.
HSL color Cylindrical-coordinate representation of color #D017E9: hue angle of 292.86º 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 #D017E9 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 23 | 233 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.09 |
| HSL | 292.86º | 0.83% | 0.5% | - |
| HSV(B) | 292.86º | 0.9% | 0.91% | - |
| XYZ | 41.03 | 19.91 | 78.77 | - |
| YUV | 102.26 | 201.79 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 233 | 0.11 | 0.90 | 0 | 0.09 | 292.86 | 0.83 | 0.5 |
| Hex | D0 | 17 | E9 | B | 5A | 0 | 9 | 125 | 53 | 32 |
| Octal | 320 | 27 | 351 | 13 | 132 | 0 | 11 | 445 | 123 | 62 |
| Binary | 11010000 | 10111 | 11101001 | 1011 | 1011010 | 0 | 1001 | 100100101 | 1010011 | 110010 |
Color Harmonies of #D017E9
Complementary color
Monochromatic Colors of #D017E9
Black with #D017E9
Text Example
Text Example
White with #D017E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D017E9; }
p { color: rgb(208,23,233); }
H1.HeaderClassName
{
color: #D017E9;
}
.AnyTagClassName
{
color: #D017E9;
}
</style>
background-color css
<style>
a { background-color: #D017E9; }
a { background-color: rgb(208,23,233); }
div.DivClassName
{
background-color: #D017E9;
}
.BgClassName
{
background-color: #D017E9;
}
</style>
border-color css
<style>
span { border-color: #D017E9; }
span { border-color: rgb(208,23,233); }
td.TdClassName
{
border-color: #D017E9;
}
.TagClassName
{
border-color: #D017E9;
}
</style>