Shades of Psychedelic Purple #D10AEC
Tints of Psychedelic Purple #D10AEC
RGB
CMYK
RGB Variations
Color information
#D10AEC (or 0xD10AEC) is known color: Psychedelic Purple. HEX triplet: D1, 0A and EC. RGB value is (209,10,236). Sum of RGB (Red+Green+Blue) = 209+10+236=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #D10AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10AEC is #2EF513. Grayscale: #5E5E5E. Windows color (decimal): -3077396 or 15469265. OLE color: 15469265.
HSL color Cylindrical-coordinate representation of color #D10AEC: hue angle of 292.83º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10AEC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 10 | 236 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.07 |
| HSL | 292.83º | 0.92% | 0.48% | - |
| HSV(B) | 292.83º | 0.96% | 0.93% | - |
| XYZ | 41.54 | 19.83 | 80.99 | - |
| YUV | 95.27 | 207.43 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 236 | 0.11 | 0.96 | 0 | 0.07 | 292.83 | 0.92 | 0.48 |
| Hex | D1 | A | EC | B | 60 | 0 | 7 | 125 | 5C | 30 |
| Octal | 321 | 12 | 354 | 13 | 140 | 0 | 7 | 445 | 134 | 60 |
| Binary | 11010001 | 1010 | 11101100 | 1011 | 1100000 | 0 | 111 | 100100101 | 1011100 | 110000 |
Color Harmonies of #D10AEC
Complementary color
Monochromatic Colors of #D10AEC
Black with #D10AEC
Text Example
Text Example
White with #D10AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10AEC; }
p { color: rgb(209,10,236); }
H1.HeaderClassName
{
color: #D10AEC;
}
.AnyTagClassName
{
color: #D10AEC;
}
</style>
background-color css
<style>
a { background-color: #D10AEC; }
a { background-color: rgb(209,10,236); }
div.DivClassName
{
background-color: #D10AEC;
}
.BgClassName
{
background-color: #D10AEC;
}
</style>
border-color css
<style>
span { border-color: #D10AEC; }
span { border-color: rgb(209,10,236); }
td.TdClassName
{
border-color: #D10AEC;
}
.TagClassName
{
border-color: #D10AEC;
}
</style>