Shades of Psychedelic Purple #D30AEE
Tints of Psychedelic Purple #D30AEE
RGB
CMYK
RGB Variations
Color information
#D30AEE (or 0xD30AEE) is known color: Psychedelic Purple. HEX triplet: D3, 0A and EE. RGB value is (211,10,238). Sum of RGB (Red+Green+Blue) = 211+10+238=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #D30AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30AEE is #2CF511. Grayscale: #5F5F5F. Windows color (decimal): -2946322 or 15600339. OLE color: 15600339.
HSL color Cylindrical-coordinate representation of color #D30AEE: hue angle of 292.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30AEE is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 10 | 238 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.07 |
| HSL | 292.89º | 0.92% | 0.49% | - |
| HSV(B) | 292.89º | 0.96% | 0.93% | - |
| XYZ | 42.41 | 20.24 | 82.56 | - |
| YUV | 96.09 | 208.09 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 238 | 0.11 | 0.96 | 0 | 0.07 | 292.89 | 0.92 | 0.49 |
| Hex | D3 | A | EE | B | 60 | 0 | 7 | 125 | 5C | 31 |
| Octal | 323 | 12 | 356 | 13 | 140 | 0 | 7 | 445 | 134 | 61 |
| Binary | 11010011 | 1010 | 11101110 | 1011 | 1100000 | 0 | 111 | 100100101 | 1011100 | 110001 |
Color Harmonies of #D30AEE
Complementary color
Monochromatic Colors of #D30AEE
Black with #D30AEE
Text Example
Text Example
White with #D30AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30AEE; }
p { color: rgb(211,10,238); }
H1.HeaderClassName
{
color: #D30AEE;
}
.AnyTagClassName
{
color: #D30AEE;
}
</style>
background-color css
<style>
a { background-color: #D30AEE; }
a { background-color: rgb(211,10,238); }
div.DivClassName
{
background-color: #D30AEE;
}
.BgClassName
{
background-color: #D30AEE;
}
</style>
border-color css
<style>
span { border-color: #D30AEE; }
span { border-color: rgb(211,10,238); }
td.TdClassName
{
border-color: #D30AEE;
}
.TagClassName
{
border-color: #D30AEE;
}
</style>