Shades of Psychedelic Purple #D61AEA
Tints of Psychedelic Purple #D61AEA
RGB
CMYK
RGB Variations
Color information
#D61AEA (or 0xD61AEA) is known color: Psychedelic Purple. HEX triplet: D6, 1A and EA. RGB value is (214,26,234). Sum of RGB (Red+Green+Blue) = 214+26+234=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #D61AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AEA is #29E515. Grayscale: #696969. Windows color (decimal): -2745622 or 15342294. OLE color: 15342294.
HSL color Cylindrical-coordinate representation of color #D61AEA: hue angle of 294.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61AEA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 26 | 234 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.08 |
| HSL | 294.23º | 0.83% | 0.51% | - |
| HSV(B) | 294.23º | 0.89% | 0.92% | - |
| XYZ | 42.95 | 20.98 | 79.63 | - |
| YUV | 105.92 | 200.28 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 234 | 0.09 | 0.89 | 0 | 0.08 | 294.23 | 0.83 | 0.51 |
| Hex | D6 | 1A | EA | 9 | 59 | 0 | 8 | 126 | 53 | 33 |
| Octal | 326 | 32 | 352 | 11 | 131 | 0 | 10 | 446 | 123 | 63 |
| Binary | 11010110 | 11010 | 11101010 | 1001 | 1011001 | 0 | 1000 | 100100110 | 1010011 | 110011 |
Color Harmonies of #D61AEA
Complementary color
Monochromatic Colors of #D61AEA
Black with #D61AEA
Text Example
Text Example
White with #D61AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61AEA; }
p { color: rgb(214,26,234); }
H1.HeaderClassName
{
color: #D61AEA;
}
.AnyTagClassName
{
color: #D61AEA;
}
</style>
background-color css
<style>
a { background-color: #D61AEA; }
a { background-color: rgb(214,26,234); }
div.DivClassName
{
background-color: #D61AEA;
}
.BgClassName
{
background-color: #D61AEA;
}
</style>
border-color css
<style>
span { border-color: #D61AEA; }
span { border-color: rgb(214,26,234); }
td.TdClassName
{
border-color: #D61AEA;
}
.TagClassName
{
border-color: #D61AEA;
}
</style>