Shades of Psychedelic Purple #D933FA
Tints of Psychedelic Purple #D933FA
RGB
CMYK
RGB Variations
Color information
#D933FA (or 0xD933FA) is known color: Psychedelic Purple. HEX triplet: D9, 33 and FA. RGB value is (217,51,250). Sum of RGB (Red+Green+Blue) = 217+51+250=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 51 (20.31% from 255 or 9.85% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #D933FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D933FA is #26CC05. Grayscale: #7A7A7A. Windows color (decimal): -2542598 or 16397273. OLE color: 16397273.
HSL color Cylindrical-coordinate representation of color #D933FA: hue angle of 290.05º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D933FA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 51 | 250 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.02 |
| HSL | 290.05º | 0.95% | 0.59% | - |
| HSV(B) | 290.05º | 0.8% | 0.98% | - |
| XYZ | 47.05 | 24.02 | 92.6 | - |
| YUV | 123.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 250 | 0.13 | 0.80 | 0 | 0.02 | 290.05 | 0.95 | 0.59 |
| Hex | D9 | 33 | FA | D | 50 | 0 | 2 | 122 | 5F | 3B |
| Octal | 331 | 63 | 372 | 15 | 120 | 0 | 2 | 442 | 137 | 73 |
| Binary | 11011001 | 110011 | 11111010 | 1101 | 1010000 | 0 | 10 | 100100010 | 1011111 | 111011 |
Color Harmonies of #D933FA
Complementary color
Monochromatic Colors of #D933FA
Black with #D933FA
Text Example
Text Example
White with #D933FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D933FA; }
p { color: rgb(217,51,250); }
H1.HeaderClassName
{
color: #D933FA;
}
.AnyTagClassName
{
color: #D933FA;
}
</style>
background-color css
<style>
a { background-color: #D933FA; }
a { background-color: rgb(217,51,250); }
div.DivClassName
{
background-color: #D933FA;
}
.BgClassName
{
background-color: #D933FA;
}
</style>
border-color css
<style>
span { border-color: #D933FA; }
span { border-color: rgb(217,51,250); }
td.TdClassName
{
border-color: #D933FA;
}
.TagClassName
{
border-color: #D933FA;
}
</style>