Shades of Psychedelic Purple #D10AEA
Tints of Psychedelic Purple #D10AEA
RGB
CMYK
RGB Variations
Color information
#D10AEA (or 0xD10AEA) is known color: Psychedelic Purple. HEX triplet: D1, 0A and EA. RGB value is (209,10,234). Sum of RGB (Red+Green+Blue) = 209+10+234=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #D10AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10AEA is #2EF515. Grayscale: #5E5E5E. Windows color (decimal): -3077398 or 15338193. OLE color: 15338193.
HSL color Cylindrical-coordinate representation of color #D10AEA: hue angle of 293.3º 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 #D10AEA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 10 | 234 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.08 |
| HSL | 293.3º | 0.92% | 0.48% | - |
| HSV(B) | 293.3º | 0.96% | 0.92% | - |
| XYZ | 41.25 | 19.71 | 79.47 | - |
| YUV | 95.04 | 206.43 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 234 | 0.11 | 0.96 | 0 | 0.08 | 293.3 | 0.92 | 0.48 |
| Hex | D1 | A | EA | B | 60 | 0 | 8 | 125 | 5C | 30 |
| Octal | 321 | 12 | 352 | 13 | 140 | 0 | 10 | 445 | 134 | 60 |
| Binary | 11010001 | 1010 | 11101010 | 1011 | 1100000 | 0 | 1000 | 100100101 | 1011100 | 110000 |
Color Harmonies of #D10AEA
Complementary color
Monochromatic Colors of #D10AEA
Black with #D10AEA
Text Example
Text Example
White with #D10AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10AEA; }
p { color: rgb(209,10,234); }
H1.HeaderClassName
{
color: #D10AEA;
}
.AnyTagClassName
{
color: #D10AEA;
}
</style>
background-color css
<style>
a { background-color: #D10AEA; }
a { background-color: rgb(209,10,234); }
div.DivClassName
{
background-color: #D10AEA;
}
.BgClassName
{
background-color: #D10AEA;
}
</style>
border-color css
<style>
span { border-color: #D10AEA; }
span { border-color: rgb(209,10,234); }
td.TdClassName
{
border-color: #D10AEA;
}
.TagClassName
{
border-color: #D10AEA;
}
</style>