Shades of Psychedelic Purple #D313EC
Tints of Psychedelic Purple #D313EC
RGB
CMYK
RGB Variations
Color information
#D313EC (or 0xD313EC) is known color: Psychedelic Purple. HEX triplet: D3, 13 and EC. RGB value is (211,19,236). Sum of RGB (Red+Green+Blue) = 211+19+236=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #D313EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D313EC is #2CEC13. Grayscale: #646464. Windows color (decimal): -2944020 or 15471571. OLE color: 15471571.
HSL color Cylindrical-coordinate representation of color #D313EC: hue angle of 293.09º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D313EC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 19 | 236 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.07 |
| HSL | 293.09º | 0.85% | 0.5% | - |
| HSV(B) | 293.09º | 0.92% | 0.93% | - |
| XYZ | 42.24 | 20.37 | 81.06 | - |
| YUV | 101.15 | 204.11 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 236 | 0.11 | 0.92 | 0 | 0.07 | 293.09 | 0.85 | 0.5 |
| Hex | D3 | 13 | EC | B | 5C | 0 | 7 | 125 | 55 | 32 |
| Octal | 323 | 23 | 354 | 13 | 134 | 0 | 7 | 445 | 125 | 62 |
| Binary | 11010011 | 10011 | 11101100 | 1011 | 1011100 | 0 | 111 | 100100101 | 1010101 | 110010 |
Color Harmonies of #D313EC
Complementary color
Monochromatic Colors of #D313EC
Black with #D313EC
Text Example
Text Example
White with #D313EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313EC; }
p { color: rgb(211,19,236); }
H1.HeaderClassName
{
color: #D313EC;
}
.AnyTagClassName
{
color: #D313EC;
}
</style>
background-color css
<style>
a { background-color: #D313EC; }
a { background-color: rgb(211,19,236); }
div.DivClassName
{
background-color: #D313EC;
}
.BgClassName
{
background-color: #D313EC;
}
</style>
border-color css
<style>
span { border-color: #D313EC; }
span { border-color: rgb(211,19,236); }
td.TdClassName
{
border-color: #D313EC;
}
.TagClassName
{
border-color: #D313EC;
}
</style>