Shades of Psychedelic Purple #D300EE
Tints of Psychedelic Purple #D300EE
RGB
CMYK
RGB Variations
Color information
#D300EE (or 0xD300EE) is known color: Psychedelic Purple. HEX triplet: D3, 00 and EE. RGB value is (211,0,238). Sum of RGB (Red+Green+Blue) = 211+0+238=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #D300EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300EE is #2CFF11. Grayscale: #595959. Windows color (decimal): -2948882 or 15597779. OLE color: 15597779.
HSL color Cylindrical-coordinate representation of color #D300EE: hue angle of 293.19º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300EE is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 0 | 238 | - |
| CMYK | 0.11 | 1 | 0 | 0.07 |
| HSL | 293.19º | 1% | 0.47% | - |
| HSV(B) | 293.19º | 1% | 0.93% | - |
| XYZ | 42.3 | 20.02 | 82.52 | - |
| YUV | 90.22 | 211.4 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 238 | 0.11 | 1 | 0 | 0.07 | 293.19 | 1 | 0.47 |
| Hex | D3 | 0 | EE | B | 64 | 0 | 7 | 125 | 64 | 2F |
| Octal | 323 | 0 | 356 | 13 | 144 | 0 | 7 | 445 | 144 | 57 |
| Binary | 11010011 | 0 | 11101110 | 1011 | 1100100 | 0 | 111 | 100100101 | 1100100 | 101111 |
Color Harmonies of #D300EE
Complementary color
Monochromatic Colors of #D300EE
Black with #D300EE
Text Example
Text Example
White with #D300EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300EE; }
p { color: rgb(211,0,238); }
H1.HeaderClassName
{
color: #D300EE;
}
.AnyTagClassName
{
color: #D300EE;
}
</style>
background-color css
<style>
a { background-color: #D300EE; }
a { background-color: rgb(211,0,238); }
div.DivClassName
{
background-color: #D300EE;
}
.BgClassName
{
background-color: #D300EE;
}
</style>
border-color css
<style>
span { border-color: #D300EE; }
span { border-color: rgb(211,0,238); }
td.TdClassName
{
border-color: #D300EE;
}
.TagClassName
{
border-color: #D300EE;
}
</style>