Shades of Psychedelic Purple #D334FE
Tints of Psychedelic Purple #D334FE
RGB
CMYK
RGB Variations
Color information
#D334FE (or 0xD334FE) is known color: Psychedelic Purple. HEX triplet: D3, 34 and FE. RGB value is (211,52,254). Sum of RGB (Red+Green+Blue) = 211+52+254=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 52 (20.70% from 255 or 10.06% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #D334FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334FE is #2CCB01. Grayscale: #797979. Windows color (decimal): -2935554 or 16659667. OLE color: 16659667.
HSL color Cylindrical-coordinate representation of color #D334FE: hue angle of 287.23º 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 #D334FE is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 52 | 254 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.00 |
| HSL | 287.23º | 0.99% | 0.6% | - |
| HSV(B) | 287.23º | 0.8% | 1% | - |
| XYZ | 45.98 | 23.46 | 95.87 | - |
| YUV | 122.57 | 202.18 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 254 | 0.17 | 0.80 | 0 | 0.00 | 287.23 | 0.99 | 0.6 |
| Hex | D3 | 34 | FE | 11 | 50 | 0 | 0 | 11F | 63 | 3C |
| Octal | 323 | 64 | 376 | 21 | 120 | 0 | 0 | 437 | 143 | 74 |
| Binary | 11010011 | 110100 | 11111110 | 10001 | 1010000 | 0 | 0 | 100011111 | 1100011 | 111100 |
Color Harmonies of #D334FE
Complementary color
Monochromatic Colors of #D334FE
Black with #D334FE
Text Example
Text Example
White with #D334FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334FE; }
p { color: rgb(211,52,254); }
H1.HeaderClassName
{
color: #D334FE;
}
.AnyTagClassName
{
color: #D334FE;
}
</style>
background-color css
<style>
a { background-color: #D334FE; }
a { background-color: rgb(211,52,254); }
div.DivClassName
{
background-color: #D334FE;
}
.BgClassName
{
background-color: #D334FE;
}
</style>
border-color css
<style>
span { border-color: #D334FE; }
span { border-color: rgb(211,52,254); }
td.TdClassName
{
border-color: #D334FE;
}
.TagClassName
{
border-color: #D334FE;
}
</style>