Shades of Psychedelic Purple #D934FA
Tints of Psychedelic Purple #D934FA
RGB
CMYK
RGB Variations
Color information
#D934FA (or 0xD934FA) is known color: Psychedelic Purple. HEX triplet: D9, 34 and FA. RGB value is (217,52,250). Sum of RGB (Red+Green+Blue) = 217+52+250=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 52 (20.70% from 255 or 10.02% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #D934FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D934FA is #26CB05. Grayscale: #7B7B7B. Windows color (decimal): -2542342 or 16397529. OLE color: 16397529.
HSL color Cylindrical-coordinate representation of color #D934FA: hue angle of 290º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D934FA is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 52 | 250 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.02 |
| HSL | 290º | 0.95% | 0.59% | - |
| HSV(B) | 290º | 0.79% | 0.98% | - |
| XYZ | 47.1 | 24.11 | 92.61 | - |
| YUV | 123.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 250 | 0.13 | 0.79 | 0 | 0.02 | 290 | 0.95 | 0.59 |
| Hex | D9 | 34 | FA | D | 4F | 0 | 2 | 122 | 5F | 3B |
| Octal | 331 | 64 | 372 | 15 | 117 | 0 | 2 | 442 | 137 | 73 |
| Binary | 11011001 | 110100 | 11111010 | 1101 | 1001111 | 0 | 10 | 100100010 | 1011111 | 111011 |
Color Harmonies of #D934FA
Complementary color
Monochromatic Colors of #D934FA
Black with #D934FA
Text Example
Text Example
White with #D934FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934FA; }
p { color: rgb(217,52,250); }
H1.HeaderClassName
{
color: #D934FA;
}
.AnyTagClassName
{
color: #D934FA;
}
</style>
background-color css
<style>
a { background-color: #D934FA; }
a { background-color: rgb(217,52,250); }
div.DivClassName
{
background-color: #D934FA;
}
.BgClassName
{
background-color: #D934FA;
}
</style>
border-color css
<style>
span { border-color: #D934FA; }
span { border-color: rgb(217,52,250); }
td.TdClassName
{
border-color: #D934FA;
}
.TagClassName
{
border-color: #D934FA;
}
</style>