Shades of Psychedelic Purple #D313E7
Tints of Psychedelic Purple #D313E7
RGB
CMYK
RGB Variations
Color information
#D313E7 (or 0xD313E7) is known color: Psychedelic Purple. HEX triplet: D3, 13 and E7. RGB value is (211,19,231). Sum of RGB (Red+Green+Blue) = 211+19+231=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #D313E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D313E7 is #2CEC18. Grayscale: #636363. Windows color (decimal): -2944025 or 15143891. OLE color: 15143891.
HSL color Cylindrical-coordinate representation of color #D313E7: hue angle of 294.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D313E7 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 19 | 231 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.09 |
| HSL | 294.34º | 0.85% | 0.49% | - |
| HSV(B) | 294.34º | 0.92% | 0.91% | - |
| XYZ | 41.52 | 20.08 | 77.29 | - |
| YUV | 100.58 | 201.61 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 231 | 0.09 | 0.92 | 0 | 0.09 | 294.34 | 0.85 | 0.49 |
| Hex | D3 | 13 | E7 | 9 | 5C | 0 | 9 | 126 | 55 | 31 |
| Octal | 323 | 23 | 347 | 11 | 134 | 0 | 11 | 446 | 125 | 61 |
| Binary | 11010011 | 10011 | 11100111 | 1001 | 1011100 | 0 | 1001 | 100100110 | 1010101 | 110001 |
Color Harmonies of #D313E7
Complementary color
Monochromatic Colors of #D313E7
Black with #D313E7
Text Example
Text Example
White with #D313E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313E7; }
p { color: rgb(211,19,231); }
H1.HeaderClassName
{
color: #D313E7;
}
.AnyTagClassName
{
color: #D313E7;
}
</style>
background-color css
<style>
a { background-color: #D313E7; }
a { background-color: rgb(211,19,231); }
div.DivClassName
{
background-color: #D313E7;
}
.BgClassName
{
background-color: #D313E7;
}
</style>
border-color css
<style>
span { border-color: #D313E7; }
span { border-color: rgb(211,19,231); }
td.TdClassName
{
border-color: #D313E7;
}
.TagClassName
{
border-color: #D313E7;
}
</style>