Shades of Psychedelic Purple #D033FE
Tints of Psychedelic Purple #D033FE
RGB
CMYK
RGB Variations
Color information
#D033FE (or 0xD033FE) is known color: Psychedelic Purple. HEX triplet: D0, 33 and FE. RGB value is (208,51,254). Sum of RGB (Red+Green+Blue) = 208+51+254=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #D033FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033FE is #2FCC01. Grayscale: #787878. Windows color (decimal): -3132418 or 16659408. OLE color: 16659408.
HSL color Cylindrical-coordinate representation of color #D033FE: hue angle of 286.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D033FE is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 51 | 254 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.00 |
| HSL | 286.4º | 0.99% | 0.6% | - |
| HSV(B) | 286.4º | 0.8% | 1% | - |
| XYZ | 45.09 | 22.93 | 95.82 | - |
| YUV | 121.09 | 203.01 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 254 | 0.18 | 0.80 | 0 | 0.00 | 286.4 | 0.99 | 0.6 |
| Hex | D0 | 33 | FE | 12 | 50 | 0 | 0 | 11E | 63 | 3C |
| Octal | 320 | 63 | 376 | 22 | 120 | 0 | 0 | 436 | 143 | 74 |
| Binary | 11010000 | 110011 | 11111110 | 10010 | 1010000 | 0 | 0 | 100011110 | 1100011 | 111100 |
Color Harmonies of #D033FE
Complementary color
Monochromatic Colors of #D033FE
Black with #D033FE
Text Example
Text Example
White with #D033FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033FE; }
p { color: rgb(208,51,254); }
H1.HeaderClassName
{
color: #D033FE;
}
.AnyTagClassName
{
color: #D033FE;
}
</style>
background-color css
<style>
a { background-color: #D033FE; }
a { background-color: rgb(208,51,254); }
div.DivClassName
{
background-color: #D033FE;
}
.BgClassName
{
background-color: #D033FE;
}
</style>
border-color css
<style>
span { border-color: #D033FE; }
span { border-color: rgb(208,51,254); }
td.TdClassName
{
border-color: #D033FE;
}
.TagClassName
{
border-color: #D033FE;
}
</style>