Shades of Psychedelic Purple #D933FB
Tints of Psychedelic Purple #D933FB
RGB
CMYK
RGB Variations
Color information
#D933FB (or 0xD933FB) is known color: Psychedelic Purple. HEX triplet: D9, 33 and FB. RGB value is (217,51,251). Sum of RGB (Red+Green+Blue) = 217+51+251=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 51 (20.31% from 255 or 9.83% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #D933FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D933FB is #26CC04. Grayscale: #7A7A7A. Windows color (decimal): -2542597 or 16462809. OLE color: 16462809.
HSL color Cylindrical-coordinate representation of color #D933FB: hue angle of 289.8º degrees, saturation: 0.96, 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 #D933FB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 51 | 251 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.02 |
| HSL | 289.8º | 0.96% | 0.59% | - |
| HSV(B) | 289.8º | 0.8% | 0.98% | - |
| XYZ | 47.21 | 24.08 | 93.43 | - |
| YUV | 123.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 251 | 0.14 | 0.80 | 0 | 0.02 | 289.8 | 0.96 | 0.59 |
| Hex | D9 | 33 | FB | E | 50 | 0 | 2 | 122 | 60 | 3B |
| Octal | 331 | 63 | 373 | 16 | 120 | 0 | 2 | 442 | 140 | 73 |
| Binary | 11011001 | 110011 | 11111011 | 1110 | 1010000 | 0 | 10 | 100100010 | 1100000 | 111011 |
Color Harmonies of #D933FB
Complementary color
Monochromatic Colors of #D933FB
Black with #D933FB
Text Example
Text Example
White with #D933FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D933FB; }
p { color: rgb(217,51,251); }
H1.HeaderClassName
{
color: #D933FB;
}
.AnyTagClassName
{
color: #D933FB;
}
</style>
background-color css
<style>
a { background-color: #D933FB; }
a { background-color: rgb(217,51,251); }
div.DivClassName
{
background-color: #D933FB;
}
.BgClassName
{
background-color: #D933FB;
}
</style>
border-color css
<style>
span { border-color: #D933FB; }
span { border-color: rgb(217,51,251); }
td.TdClassName
{
border-color: #D933FB;
}
.TagClassName
{
border-color: #D933FB;
}
</style>