Shades of Psychedelic Purple #D733FE
Tints of Psychedelic Purple #D733FE
RGB
CMYK
RGB Variations
Color information
#D733FE (or 0xD733FE) is known color: Psychedelic Purple. HEX triplet: D7, 33 and FE. RGB value is (215,51,254). Sum of RGB (Red+Green+Blue) = 215+51+254=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #D733FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D733FE is #28CC01. Grayscale: #7A7A7A. Windows color (decimal): -2673666 or 16659415. OLE color: 16659415.
HSL color Cylindrical-coordinate representation of color #D733FE: hue angle of 288.47º 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 #D733FE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 51 | 254 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.00 |
| HSL | 288.47º | 0.99% | 0.6% | - |
| HSV(B) | 288.47º | 0.8% | 1% | - |
| XYZ | 47.1 | 23.97 | 95.91 | - |
| YUV | 123.18 | 201.83 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 254 | 0.15 | 0.80 | 0 | 0.00 | 288.47 | 0.99 | 0.6 |
| Hex | D7 | 33 | FE | F | 50 | 0 | 0 | 120 | 63 | 3C |
| Octal | 327 | 63 | 376 | 17 | 120 | 0 | 0 | 440 | 143 | 74 |
| Binary | 11010111 | 110011 | 11111110 | 1111 | 1010000 | 0 | 0 | 100100000 | 1100011 | 111100 |
Color Harmonies of #D733FE
Complementary color
Monochromatic Colors of #D733FE
Black with #D733FE
Text Example
Text Example
White with #D733FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D733FE; }
p { color: rgb(215,51,254); }
H1.HeaderClassName
{
color: #D733FE;
}
.AnyTagClassName
{
color: #D733FE;
}
</style>
background-color css
<style>
a { background-color: #D733FE; }
a { background-color: rgb(215,51,254); }
div.DivClassName
{
background-color: #D733FE;
}
.BgClassName
{
background-color: #D733FE;
}
</style>
border-color css
<style>
span { border-color: #D733FE; }
span { border-color: rgb(215,51,254); }
td.TdClassName
{
border-color: #D733FE;
}
.TagClassName
{
border-color: #D733FE;
}
</style>