Shades of Psychedelic Purple #D336FC
Tints of Psychedelic Purple #D336FC
RGB
CMYK
RGB Variations
Color information
#D336FC (or 0xD336FC) is known color: Psychedelic Purple. HEX triplet: D3, 36 and FC. RGB value is (211,54,252). Sum of RGB (Red+Green+Blue) = 211+54+252=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 54 (21.48% from 255 or 10.44% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #D336FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D336FC is #2CC903. Grayscale: #7A7A7A. Windows color (decimal): -2935044 or 16529107. OLE color: 16529107.
HSL color Cylindrical-coordinate representation of color #D336FC: hue angle of 287.58º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D336FC is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 54 | 252 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.01 |
| HSL | 287.58º | 0.97% | 0.6% | - |
| HSV(B) | 287.58º | 0.79% | 0.99% | - |
| XYZ | 45.75 | 23.52 | 94.22 | - |
| YUV | 123.52 | 200.51 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 252 | 0.16 | 0.79 | 0 | 0.01 | 287.58 | 0.97 | 0.6 |
| Hex | D3 | 36 | FC | 10 | 4F | 0 | 1 | 120 | 61 | 3C |
| Octal | 323 | 66 | 374 | 20 | 117 | 0 | 1 | 440 | 141 | 74 |
| Binary | 11010011 | 110110 | 11111100 | 10000 | 1001111 | 0 | 1 | 100100000 | 1100001 | 111100 |
Color Harmonies of #D336FC
Complementary color
Monochromatic Colors of #D336FC
Black with #D336FC
Text Example
Text Example
White with #D336FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D336FC; }
p { color: rgb(211,54,252); }
H1.HeaderClassName
{
color: #D336FC;
}
.AnyTagClassName
{
color: #D336FC;
}
</style>
background-color css
<style>
a { background-color: #D336FC; }
a { background-color: rgb(211,54,252); }
div.DivClassName
{
background-color: #D336FC;
}
.BgClassName
{
background-color: #D336FC;
}
</style>
border-color css
<style>
span { border-color: #D336FC; }
span { border-color: rgb(211,54,252); }
td.TdClassName
{
border-color: #D336FC;
}
.TagClassName
{
border-color: #D336FC;
}
</style>