Shades of Psychedelic Purple #D913EA
Tints of Psychedelic Purple #D913EA
RGB
CMYK
RGB Variations
Color information
#D913EA (or 0xD913EA) is known color: Psychedelic Purple. HEX triplet: D9, 13 and EA. RGB value is (217,19,234). Sum of RGB (Red+Green+Blue) = 217+19+234=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #D913EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D913EA is #26EC15. Grayscale: #666666. Windows color (decimal): -2550806 or 15340505. OLE color: 15340505.
HSL color Cylindrical-coordinate representation of color #D913EA: hue angle of 295.26º 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 #D913EA is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 19 | 234 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.08 |
| HSL | 295.26º | 0.85% | 0.5% | - |
| HSV(B) | 295.26º | 0.92% | 0.92% | - |
| XYZ | 43.7 | 21.16 | 79.62 | - |
| YUV | 102.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 234 | 0.07 | 0.92 | 0 | 0.08 | 295.26 | 0.85 | 0.5 |
| Hex | D9 | 13 | EA | 7 | 5C | 0 | 8 | 127 | 55 | 32 |
| Octal | 331 | 23 | 352 | 7 | 134 | 0 | 10 | 447 | 125 | 62 |
| Binary | 11011001 | 10011 | 11101010 | 111 | 1011100 | 0 | 1000 | 100100111 | 1010101 | 110010 |
Color Harmonies of #D913EA
Complementary color
Monochromatic Colors of #D913EA
Black with #D913EA
Text Example
Text Example
White with #D913EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913EA; }
p { color: rgb(217,19,234); }
H1.HeaderClassName
{
color: #D913EA;
}
.AnyTagClassName
{
color: #D913EA;
}
</style>
background-color css
<style>
a { background-color: #D913EA; }
a { background-color: rgb(217,19,234); }
div.DivClassName
{
background-color: #D913EA;
}
.BgClassName
{
background-color: #D913EA;
}
</style>
border-color css
<style>
span { border-color: #D913EA; }
span { border-color: rgb(217,19,234); }
td.TdClassName
{
border-color: #D913EA;
}
.TagClassName
{
border-color: #D913EA;
}
</style>