Shades of Psychedelic Purple #D338FE
Tints of Psychedelic Purple #D338FE
RGB
CMYK
RGB Variations
Color information
#D338FE (or 0xD338FE) is known color: Psychedelic Purple. HEX triplet: D3, 38 and FE. RGB value is (211,56,254). Sum of RGB (Red+Green+Blue) = 211+56+254=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #D338FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D338FE is #2CC701. Grayscale: #7C7C7C. Windows color (decimal): -2934530 or 16660691. OLE color: 16660691.
HSL color Cylindrical-coordinate representation of color #D338FE: hue angle of 286.97º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D338FE is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 56 | 254 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.00 |
| HSL | 286.97º | 0.99% | 0.61% | - |
| HSV(B) | 286.97º | 0.78% | 1% | - |
| XYZ | 46.17 | 23.83 | 95.93 | - |
| YUV | 124.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 254 | 0.17 | 0.78 | 0 | 0.00 | 286.97 | 0.99 | 0.61 |
| Hex | D3 | 38 | FE | 11 | 4E | 0 | 0 | 11F | 63 | 3D |
| Octal | 323 | 70 | 376 | 21 | 116 | 0 | 0 | 437 | 143 | 75 |
| Binary | 11010011 | 111000 | 11111110 | 10001 | 1001110 | 0 | 0 | 100011111 | 1100011 | 111101 |
Color Harmonies of #D338FE
Complementary color
Monochromatic Colors of #D338FE
Black with #D338FE
Text Example
Text Example
White with #D338FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338FE; }
p { color: rgb(211,56,254); }
H1.HeaderClassName
{
color: #D338FE;
}
.AnyTagClassName
{
color: #D338FE;
}
</style>
background-color css
<style>
a { background-color: #D338FE; }
a { background-color: rgb(211,56,254); }
div.DivClassName
{
background-color: #D338FE;
}
.BgClassName
{
background-color: #D338FE;
}
</style>
border-color css
<style>
span { border-color: #D338FE; }
span { border-color: rgb(211,56,254); }
td.TdClassName
{
border-color: #D338FE;
}
.TagClassName
{
border-color: #D338FE;
}
</style>