Shades of Psychedelic Purple #D619ED
Tints of Psychedelic Purple #D619ED
RGB
CMYK
RGB Variations
Color information
#D619ED (or 0xD619ED) is known color: Psychedelic Purple. HEX triplet: D6, 19 and ED. RGB value is (214,25,237). Sum of RGB (Red+Green+Blue) = 214+25+237=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 25 (10.16% from 255 or 5.25% 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 #D619ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619ED is #29E612. Grayscale: #696969. Windows color (decimal): -2745875 or 15538646. OLE color: 15538646.
HSL color Cylindrical-coordinate representation of color #D619ED: hue angle of 293.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D619ED is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 25 | 237 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.07 |
| HSL | 293.49º | 0.85% | 0.51% | - |
| HSV(B) | 293.49º | 0.89% | 0.93% | - |
| XYZ | 43.37 | 21.11 | 81.91 | - |
| YUV | 105.68 | 202.12 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 237 | 0.10 | 0.89 | 0 | 0.07 | 293.49 | 0.85 | 0.51 |
| Hex | D6 | 19 | ED | A | 59 | 0 | 7 | 125 | 55 | 33 |
| Octal | 326 | 31 | 355 | 12 | 131 | 0 | 7 | 445 | 125 | 63 |
| Binary | 11010110 | 11001 | 11101101 | 1010 | 1011001 | 0 | 111 | 100100101 | 1010101 | 110011 |
Color Harmonies of #D619ED
Complementary color
Monochromatic Colors of #D619ED
Black with #D619ED
Text Example
Text Example
White with #D619ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619ED; }
p { color: rgb(214,25,237); }
H1.HeaderClassName
{
color: #D619ED;
}
.AnyTagClassName
{
color: #D619ED;
}
</style>
background-color css
<style>
a { background-color: #D619ED; }
a { background-color: rgb(214,25,237); }
div.DivClassName
{
background-color: #D619ED;
}
.BgClassName
{
background-color: #D619ED;
}
</style>
border-color css
<style>
span { border-color: #D619ED; }
span { border-color: rgb(214,25,237); }
td.TdClassName
{
border-color: #D619ED;
}
.TagClassName
{
border-color: #D619ED;
}
</style>