Shades of Psychedelic Purple #D613ED
Tints of Psychedelic Purple #D613ED
RGB
CMYK
RGB Variations
Color information
#D613ED (or 0xD613ED) is known color: Psychedelic Purple. HEX triplet: D6, 13 and ED. RGB value is (214,19,237). Sum of RGB (Red+Green+Blue) = 214+19+237=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #D613ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D613ED is #29EC12. Grayscale: #656565. Windows color (decimal): -2747411 or 15537110. OLE color: 15537110.
HSL color Cylindrical-coordinate representation of color #D613ED: hue angle of 293.67º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D613ED is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 19 | 237 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.07 |
| HSL | 293.67º | 0.86% | 0.5% | - |
| HSV(B) | 293.67º | 0.92% | 0.93% | - |
| XYZ | 43.25 | 20.88 | 81.87 | - |
| YUV | 102.16 | 204.1 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 237 | 0.10 | 0.92 | 0 | 0.07 | 293.67 | 0.86 | 0.5 |
| Hex | D6 | 13 | ED | A | 5C | 0 | 7 | 126 | 56 | 32 |
| Octal | 326 | 23 | 355 | 12 | 134 | 0 | 7 | 446 | 126 | 62 |
| Binary | 11010110 | 10011 | 11101101 | 1010 | 1011100 | 0 | 111 | 100100110 | 1010110 | 110010 |
Color Harmonies of #D613ED
Complementary color
Monochromatic Colors of #D613ED
Black with #D613ED
Text Example
Text Example
White with #D613ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613ED; }
p { color: rgb(214,19,237); }
H1.HeaderClassName
{
color: #D613ED;
}
.AnyTagClassName
{
color: #D613ED;
}
</style>
background-color css
<style>
a { background-color: #D613ED; }
a { background-color: rgb(214,19,237); }
div.DivClassName
{
background-color: #D613ED;
}
.BgClassName
{
background-color: #D613ED;
}
</style>
border-color css
<style>
span { border-color: #D613ED; }
span { border-color: rgb(214,19,237); }
td.TdClassName
{
border-color: #D613ED;
}
.TagClassName
{
border-color: #D613ED;
}
</style>