Shades of Psychedelic Purple #D913EB
Tints of Psychedelic Purple #D913EB
RGB
CMYK
RGB Variations
Color information
#D913EB (or 0xD913EB) is known color: Psychedelic Purple. HEX triplet: D9, 13 and EB. RGB value is (217,19,235). Sum of RGB (Red+Green+Blue) = 217+19+235=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #D913EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D913EB is #26EC14. Grayscale: #666666. Windows color (decimal): -2550805 or 15406041. OLE color: 15406041.
HSL color Cylindrical-coordinate representation of color #D913EB: hue angle of 295º 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 #D913EB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 19 | 235 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.08 |
| HSL | 295º | 0.85% | 0.5% | - |
| HSV(B) | 295º | 0.92% | 0.92% | - |
| XYZ | 43.84 | 21.22 | 80.38 | - |
| YUV | 102.83 | 202.6 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 235 | 0.08 | 0.92 | 0 | 0.08 | 295 | 0.85 | 0.5 |
| Hex | D9 | 13 | EB | 8 | 5C | 0 | 8 | 127 | 55 | 32 |
| Octal | 331 | 23 | 353 | 10 | 134 | 0 | 10 | 447 | 125 | 62 |
| Binary | 11011001 | 10011 | 11101011 | 1000 | 1011100 | 0 | 1000 | 100100111 | 1010101 | 110010 |
Color Harmonies of #D913EB
Complementary color
Monochromatic Colors of #D913EB
Black with #D913EB
Text Example
Text Example
White with #D913EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913EB; }
p { color: rgb(217,19,235); }
H1.HeaderClassName
{
color: #D913EB;
}
.AnyTagClassName
{
color: #D913EB;
}
</style>
background-color css
<style>
a { background-color: #D913EB; }
a { background-color: rgb(217,19,235); }
div.DivClassName
{
background-color: #D913EB;
}
.BgClassName
{
background-color: #D913EB;
}
</style>
border-color css
<style>
span { border-color: #D913EB; }
span { border-color: rgb(217,19,235); }
td.TdClassName
{
border-color: #D913EB;
}
.TagClassName
{
border-color: #D913EB;
}
</style>