Shades of Psychedelic Purple #D334F8
Tints of Psychedelic Purple #D334F8
RGB
CMYK
RGB Variations
Color information
#D334F8 (or 0xD334F8) is known color: Psychedelic Purple. HEX triplet: D3, 34 and F8. RGB value is (211,52,248). Sum of RGB (Red+Green+Blue) = 211+52+248=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 52 (20.70% from 255 or 10.18% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #D334F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334F8 is #2CCB07. Grayscale: #797979. Windows color (decimal): -2935560 or 16266451. OLE color: 16266451.
HSL color Cylindrical-coordinate representation of color #D334F8: hue angle of 288.67º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D334F8 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 52 | 248 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.03 |
| HSL | 288.67º | 0.93% | 0.59% | - |
| HSV(B) | 288.67º | 0.79% | 0.97% | - |
| XYZ | 45.04 | 23.08 | 90.89 | - |
| YUV | 121.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 248 | 0.15 | 0.79 | 0 | 0.03 | 288.67 | 0.93 | 0.59 |
| Hex | D3 | 34 | F8 | F | 4F | 0 | 3 | 121 | 5D | 3B |
| Octal | 323 | 64 | 370 | 17 | 117 | 0 | 3 | 441 | 135 | 73 |
| Binary | 11010011 | 110100 | 11111000 | 1111 | 1001111 | 0 | 11 | 100100001 | 1011101 | 111011 |
Color Harmonies of #D334F8
Complementary color
Monochromatic Colors of #D334F8
Black with #D334F8
Text Example
Text Example
White with #D334F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334F8; }
p { color: rgb(211,52,248); }
H1.HeaderClassName
{
color: #D334F8;
}
.AnyTagClassName
{
color: #D334F8;
}
</style>
background-color css
<style>
a { background-color: #D334F8; }
a { background-color: rgb(211,52,248); }
div.DivClassName
{
background-color: #D334F8;
}
.BgClassName
{
background-color: #D334F8;
}
</style>
border-color css
<style>
span { border-color: #D334F8; }
span { border-color: rgb(211,52,248); }
td.TdClassName
{
border-color: #D334F8;
}
.TagClassName
{
border-color: #D334F8;
}
</style>