Shades of Psychedelic Purple #D019E8
Tints of Psychedelic Purple #D019E8
RGB
CMYK
RGB Variations
Color information
#D019E8 (or 0xD019E8) is known color: Psychedelic Purple. HEX triplet: D0, 19 and E8. RGB value is (208,25,232). Sum of RGB (Red+Green+Blue) = 208+25+232=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #D019E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D019E8 is #2FE617. Grayscale: #666666. Windows color (decimal): -3139096 or 15210960. OLE color: 15210960.
HSL color Cylindrical-coordinate representation of color #D019E8: hue angle of 293.04º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D019E8 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 25 | 232 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.09 |
| HSL | 293.04º | 0.82% | 0.5% | - |
| HSV(B) | 293.04º | 0.89% | 0.91% | - |
| XYZ | 40.93 | 19.93 | 78.03 | - |
| YUV | 103.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 232 | 0.10 | 0.89 | 0 | 0.09 | 293.04 | 0.82 | 0.5 |
| Hex | D0 | 19 | E8 | A | 59 | 0 | 9 | 125 | 52 | 32 |
| Octal | 320 | 31 | 350 | 12 | 131 | 0 | 11 | 445 | 122 | 62 |
| Binary | 11010000 | 11001 | 11101000 | 1010 | 1011001 | 0 | 1001 | 100100101 | 1010010 | 110010 |
Color Harmonies of #D019E8
Complementary color
Monochromatic Colors of #D019E8
Black with #D019E8
Text Example
Text Example
White with #D019E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019E8; }
p { color: rgb(208,25,232); }
H1.HeaderClassName
{
color: #D019E8;
}
.AnyTagClassName
{
color: #D019E8;
}
</style>
background-color css
<style>
a { background-color: #D019E8; }
a { background-color: rgb(208,25,232); }
div.DivClassName
{
background-color: #D019E8;
}
.BgClassName
{
background-color: #D019E8;
}
</style>
border-color css
<style>
span { border-color: #D019E8; }
span { border-color: rgb(208,25,232); }
td.TdClassName
{
border-color: #D019E8;
}
.TagClassName
{
border-color: #D019E8;
}
</style>