Shades of Psychedelic Purple #D314ED
Tints of Psychedelic Purple #D314ED
RGB
CMYK
RGB Variations
Color information
#D314ED (or 0xD314ED) is known color: Psychedelic Purple. HEX triplet: D3, 14 and ED. RGB value is (211,20,237). Sum of RGB (Red+Green+Blue) = 211+20+237=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #D314ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314ED is #2CEB12. Grayscale: #656565. Windows color (decimal): -2943763 or 15537363. OLE color: 15537363.
HSL color Cylindrical-coordinate representation of color #D314ED: hue angle of 292.81º 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 #D314ED is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 20 | 237 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.07 |
| HSL | 292.81º | 0.86% | 0.5% | - |
| HSV(B) | 292.81º | 0.92% | 0.93% | - |
| XYZ | 42.4 | 20.46 | 81.84 | - |
| YUV | 101.85 | 204.28 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 237 | 0.11 | 0.92 | 0 | 0.07 | 292.81 | 0.86 | 0.5 |
| Hex | D3 | 14 | ED | B | 5C | 0 | 7 | 125 | 56 | 32 |
| Octal | 323 | 24 | 355 | 13 | 134 | 0 | 7 | 445 | 126 | 62 |
| Binary | 11010011 | 10100 | 11101101 | 1011 | 1011100 | 0 | 111 | 100100101 | 1010110 | 110010 |
Color Harmonies of #D314ED
Complementary color
Monochromatic Colors of #D314ED
Black with #D314ED
Text Example
Text Example
White with #D314ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D314ED; }
p { color: rgb(211,20,237); }
H1.HeaderClassName
{
color: #D314ED;
}
.AnyTagClassName
{
color: #D314ED;
}
</style>
background-color css
<style>
a { background-color: #D314ED; }
a { background-color: rgb(211,20,237); }
div.DivClassName
{
background-color: #D314ED;
}
.BgClassName
{
background-color: #D314ED;
}
</style>
border-color css
<style>
span { border-color: #D314ED; }
span { border-color: rgb(211,20,237); }
td.TdClassName
{
border-color: #D314ED;
}
.TagClassName
{
border-color: #D314ED;
}
</style>