Shades of Psychedelic Purple #D313EA
Tints of Psychedelic Purple #D313EA
RGB
CMYK
RGB Variations
Color information
#D313EA (or 0xD313EA) is known color: Psychedelic Purple. HEX triplet: D3, 13 and EA. RGB value is (211,19,234). Sum of RGB (Red+Green+Blue) = 211+19+234=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #D313EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D313EA is #2CEC15. Grayscale: #646464. Windows color (decimal): -2944022 or 15340499. OLE color: 15340499.
HSL color Cylindrical-coordinate representation of color #D313EA: hue angle of 293.58º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D313EA is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 19 | 234 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.08 |
| HSL | 293.58º | 0.85% | 0.5% | - |
| HSV(B) | 293.58º | 0.92% | 0.92% | - |
| XYZ | 41.95 | 20.26 | 79.54 | - |
| YUV | 100.92 | 203.11 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 234 | 0.10 | 0.92 | 0 | 0.08 | 293.58 | 0.85 | 0.5 |
| Hex | D3 | 13 | EA | A | 5C | 0 | 8 | 126 | 55 | 32 |
| Octal | 323 | 23 | 352 | 12 | 134 | 0 | 10 | 446 | 125 | 62 |
| Binary | 11010011 | 10011 | 11101010 | 1010 | 1011100 | 0 | 1000 | 100100110 | 1010101 | 110010 |
Color Harmonies of #D313EA
Complementary color
Monochromatic Colors of #D313EA
Black with #D313EA
Text Example
Text Example
White with #D313EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313EA; }
p { color: rgb(211,19,234); }
H1.HeaderClassName
{
color: #D313EA;
}
.AnyTagClassName
{
color: #D313EA;
}
</style>
background-color css
<style>
a { background-color: #D313EA; }
a { background-color: rgb(211,19,234); }
div.DivClassName
{
background-color: #D313EA;
}
.BgClassName
{
background-color: #D313EA;
}
</style>
border-color css
<style>
span { border-color: #D313EA; }
span { border-color: rgb(211,19,234); }
td.TdClassName
{
border-color: #D313EA;
}
.TagClassName
{
border-color: #D313EA;
}
</style>