Shades of Psychedelic Purple #D307EE
Tints of Psychedelic Purple #D307EE
RGB
CMYK
RGB Variations
Color information
#D307EE (or 0xD307EE) is known color: Psychedelic Purple. HEX triplet: D3, 07 and EE. RGB value is (211,7,238). Sum of RGB (Red+Green+Blue) = 211+7+238=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #D307EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D307EE is #2CF811. Grayscale: #5D5D5D. Windows color (decimal): -2947090 or 15599571. OLE color: 15599571.
HSL color Cylindrical-coordinate representation of color #D307EE: hue angle of 292.99º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307EE is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 7 | 238 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.07 |
| HSL | 292.99º | 0.94% | 0.48% | - |
| HSV(B) | 292.99º | 0.97% | 0.93% | - |
| XYZ | 42.37 | 20.17 | 82.55 | - |
| YUV | 94.33 | 209.09 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 238 | 0.11 | 0.97 | 0 | 0.07 | 292.99 | 0.94 | 0.48 |
| Hex | D3 | 7 | EE | B | 61 | 0 | 7 | 125 | 5E | 30 |
| Octal | 323 | 7 | 356 | 13 | 141 | 0 | 7 | 445 | 136 | 60 |
| Binary | 11010011 | 111 | 11101110 | 1011 | 1100001 | 0 | 111 | 100100101 | 1011110 | 110000 |
Color Harmonies of #D307EE
Complementary color
Monochromatic Colors of #D307EE
Black with #D307EE
Text Example
Text Example
White with #D307EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307EE; }
p { color: rgb(211,7,238); }
H1.HeaderClassName
{
color: #D307EE;
}
.AnyTagClassName
{
color: #D307EE;
}
</style>
background-color css
<style>
a { background-color: #D307EE; }
a { background-color: rgb(211,7,238); }
div.DivClassName
{
background-color: #D307EE;
}
.BgClassName
{
background-color: #D307EE;
}
</style>
border-color css
<style>
span { border-color: #D307EE; }
span { border-color: rgb(211,7,238); }
td.TdClassName
{
border-color: #D307EE;
}
.TagClassName
{
border-color: #D307EE;
}
</style>