Shades of Psychedelic Purple #D313ED
Tints of Psychedelic Purple #D313ED
RGB
CMYK
RGB Variations
Color information
#D313ED (or 0xD313ED) is known color: Psychedelic Purple. HEX triplet: D3, 13 and ED. RGB value is (211,19,237). Sum of RGB (Red+Green+Blue) = 211+19+237=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #D313ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D313ED is #2CEC12. Grayscale: #646464. Windows color (decimal): -2944019 or 15537107. OLE color: 15537107.
HSL color Cylindrical-coordinate representation of color #D313ED: hue angle of 292.84º degrees, saturation: 0.86, 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 #D313ED is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 19 | 237 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.07 |
| HSL | 292.84º | 0.86% | 0.5% | - |
| HSV(B) | 292.84º | 0.92% | 0.93% | - |
| XYZ | 42.38 | 20.43 | 81.83 | - |
| YUV | 101.26 | 204.61 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 237 | 0.11 | 0.92 | 0 | 0.07 | 292.84 | 0.86 | 0.5 |
| Hex | D3 | 13 | ED | B | 5C | 0 | 7 | 125 | 56 | 32 |
| Octal | 323 | 23 | 355 | 13 | 134 | 0 | 7 | 445 | 126 | 62 |
| Binary | 11010011 | 10011 | 11101101 | 1011 | 1011100 | 0 | 111 | 100100101 | 1010110 | 110010 |
Color Harmonies of #D313ED
Complementary color
Monochromatic Colors of #D313ED
Black with #D313ED
Text Example
Text Example
White with #D313ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313ED; }
p { color: rgb(211,19,237); }
H1.HeaderClassName
{
color: #D313ED;
}
.AnyTagClassName
{
color: #D313ED;
}
</style>
background-color css
<style>
a { background-color: #D313ED; }
a { background-color: rgb(211,19,237); }
div.DivClassName
{
background-color: #D313ED;
}
.BgClassName
{
background-color: #D313ED;
}
</style>
border-color css
<style>
span { border-color: #D313ED; }
span { border-color: rgb(211,19,237); }
td.TdClassName
{
border-color: #D313ED;
}
.TagClassName
{
border-color: #D313ED;
}
</style>