Shades of Psychedelic Purple #D00AEA
Tints of Psychedelic Purple #D00AEA
RGB
CMYK
RGB Variations
Color information
#D00AEA (or 0xD00AEA) is known color: Psychedelic Purple. HEX triplet: D0, 0A and EA. RGB value is (208,10,234). Sum of RGB (Red+Green+Blue) = 208+10+234=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #D00AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00AEA is #2FF515. Grayscale: #5E5E5E. Windows color (decimal): -3142934 or 15338192. OLE color: 15338192.
HSL color Cylindrical-coordinate representation of color #D00AEA: hue angle of 293.04º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00AEA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 10 | 234 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.08 |
| HSL | 293.04º | 0.92% | 0.48% | - |
| HSV(B) | 293.04º | 0.96% | 0.92% | - |
| XYZ | 40.97 | 19.57 | 79.46 | - |
| YUV | 94.74 | 206.6 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 234 | 0.11 | 0.96 | 0 | 0.08 | 293.04 | 0.92 | 0.48 |
| Hex | D0 | A | EA | B | 60 | 0 | 8 | 125 | 5C | 30 |
| Octal | 320 | 12 | 352 | 13 | 140 | 0 | 10 | 445 | 134 | 60 |
| Binary | 11010000 | 1010 | 11101010 | 1011 | 1100000 | 0 | 1000 | 100100101 | 1011100 | 110000 |
Color Harmonies of #D00AEA
Complementary color
Monochromatic Colors of #D00AEA
Black with #D00AEA
Text Example
Text Example
White with #D00AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00AEA; }
p { color: rgb(208,10,234); }
H1.HeaderClassName
{
color: #D00AEA;
}
.AnyTagClassName
{
color: #D00AEA;
}
</style>
background-color css
<style>
a { background-color: #D00AEA; }
a { background-color: rgb(208,10,234); }
div.DivClassName
{
background-color: #D00AEA;
}
.BgClassName
{
background-color: #D00AEA;
}
</style>
border-color css
<style>
span { border-color: #D00AEA; }
span { border-color: rgb(208,10,234); }
td.TdClassName
{
border-color: #D00AEA;
}
.TagClassName
{
border-color: #D00AEA;
}
</style>