Shades of Psychedelic Purple #D01AEA
Tints of Psychedelic Purple #D01AEA
RGB
CMYK
RGB Variations
Color information
#D01AEA (or 0xD01AEA) is known color: Psychedelic Purple. HEX triplet: D0, 1A and EA. RGB value is (208,26,234). Sum of RGB (Red+Green+Blue) = 208+26+234=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #D01AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01AEA is #2FE515. Grayscale: #676767. Windows color (decimal): -3138838 or 15342288. OLE color: 15342288.
HSL color Cylindrical-coordinate representation of color #D01AEA: hue angle of 292.5º 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 #D01AEA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 26 | 234 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.08 |
| HSL | 292.5º | 0.83% | 0.51% | - |
| HSV(B) | 292.5º | 0.89% | 0.92% | - |
| XYZ | 41.23 | 20.09 | 79.55 | - |
| YUV | 104.13 | 201.3 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 234 | 0.11 | 0.89 | 0 | 0.08 | 292.5 | 0.83 | 0.51 |
| Hex | D0 | 1A | EA | B | 59 | 0 | 8 | 124 | 53 | 33 |
| Octal | 320 | 32 | 352 | 13 | 131 | 0 | 10 | 444 | 123 | 63 |
| Binary | 11010000 | 11010 | 11101010 | 1011 | 1011001 | 0 | 1000 | 100100100 | 1010011 | 110011 |
Color Harmonies of #D01AEA
Complementary color
Monochromatic Colors of #D01AEA
Black with #D01AEA
Text Example
Text Example
White with #D01AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01AEA; }
p { color: rgb(208,26,234); }
H1.HeaderClassName
{
color: #D01AEA;
}
.AnyTagClassName
{
color: #D01AEA;
}
</style>
background-color css
<style>
a { background-color: #D01AEA; }
a { background-color: rgb(208,26,234); }
div.DivClassName
{
background-color: #D01AEA;
}
.BgClassName
{
background-color: #D01AEA;
}
</style>
border-color css
<style>
span { border-color: #D01AEA; }
span { border-color: rgb(208,26,234); }
td.TdClassName
{
border-color: #D01AEA;
}
.TagClassName
{
border-color: #D01AEA;
}
</style>