Shades of Psychedelic Purple #D505EB
Tints of Psychedelic Purple #D505EB
RGB
CMYK
RGB Variations
Color information
#D505EB (or 0xD505EB) is known color: Psychedelic Purple. HEX triplet: D5, 05 and EB. RGB value is (213,5,235). Sum of RGB (Red+Green+Blue) = 213+5+235=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #D505EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D505EB is #2AFA14. Grayscale: #5C5C5C. Windows color (decimal): -2816533 or 15402453. OLE color: 15402453.
HSL color Cylindrical-coordinate representation of color #D505EB: hue angle of 294.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D505EB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 5 | 235 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.08 |
| HSL | 294.26º | 0.96% | 0.47% | - |
| HSV(B) | 294.26º | 0.98% | 0.92% | - |
| XYZ | 42.49 | 20.25 | 80.27 | - |
| YUV | 93.41 | 207.91 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 235 | 0.09 | 0.98 | 0 | 0.08 | 294.26 | 0.96 | 0.47 |
| Hex | D5 | 5 | EB | 9 | 62 | 0 | 8 | 126 | 60 | 2F |
| Octal | 325 | 5 | 353 | 11 | 142 | 0 | 10 | 446 | 140 | 57 |
| Binary | 11010101 | 101 | 11101011 | 1001 | 1100010 | 0 | 1000 | 100100110 | 1100000 | 101111 |
Color Harmonies of #D505EB
Complementary color
Monochromatic Colors of #D505EB
Black with #D505EB
Text Example
Text Example
White with #D505EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505EB; }
p { color: rgb(213,5,235); }
H1.HeaderClassName
{
color: #D505EB;
}
.AnyTagClassName
{
color: #D505EB;
}
</style>
background-color css
<style>
a { background-color: #D505EB; }
a { background-color: rgb(213,5,235); }
div.DivClassName
{
background-color: #D505EB;
}
.BgClassName
{
background-color: #D505EB;
}
</style>
border-color css
<style>
span { border-color: #D505EB; }
span { border-color: rgb(213,5,235); }
td.TdClassName
{
border-color: #D505EB;
}
.TagClassName
{
border-color: #D505EB;
}
</style>