Shades of Psychedelic Purple #D933FC
Tints of Psychedelic Purple #D933FC
RGB
CMYK
RGB Variations
Color information
#D933FC (or 0xD933FC) is known color: Psychedelic Purple. HEX triplet: D9, 33 and FC. RGB value is (217,51,252). Sum of RGB (Red+Green+Blue) = 217+51+252=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #D933FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D933FC is #26CC03. Grayscale: #7A7A7A. Windows color (decimal): -2542596 or 16528345. OLE color: 16528345.
HSL color Cylindrical-coordinate representation of color #D933FC: hue angle of 289.55º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D933FC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 51 | 252 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.01 |
| HSL | 289.55º | 0.97% | 0.59% | - |
| HSV(B) | 289.55º | 0.8% | 0.99% | - |
| XYZ | 47.37 | 24.15 | 94.26 | - |
| YUV | 123.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 252 | 0.14 | 0.80 | 0 | 0.01 | 289.55 | 0.97 | 0.59 |
| Hex | D9 | 33 | FC | E | 50 | 0 | 1 | 122 | 61 | 3B |
| Octal | 331 | 63 | 374 | 16 | 120 | 0 | 1 | 442 | 141 | 73 |
| Binary | 11011001 | 110011 | 11111100 | 1110 | 1010000 | 0 | 1 | 100100010 | 1100001 | 111011 |
Color Harmonies of #D933FC
Complementary color
Monochromatic Colors of #D933FC
Black with #D933FC
Text Example
Text Example
White with #D933FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D933FC; }
p { color: rgb(217,51,252); }
H1.HeaderClassName
{
color: #D933FC;
}
.AnyTagClassName
{
color: #D933FC;
}
</style>
background-color css
<style>
a { background-color: #D933FC; }
a { background-color: rgb(217,51,252); }
div.DivClassName
{
background-color: #D933FC;
}
.BgClassName
{
background-color: #D933FC;
}
</style>
border-color css
<style>
span { border-color: #D933FC; }
span { border-color: rgb(217,51,252); }
td.TdClassName
{
border-color: #D933FC;
}
.TagClassName
{
border-color: #D933FC;
}
</style>