Shades of Psychedelic Purple #DF36FC
Tints of Psychedelic Purple #DF36FC
RGB
CMYK
RGB Variations
Color information
#DF36FC (or 0xDF36FC) is known color: Psychedelic Purple. HEX triplet: DF, 36 and FC. RGB value is (223,54,252). Sum of RGB (Red+Green+Blue) = 223+54+252=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 54 (21.48% from 255 or 10.21% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF36FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF36FC is #20C903. Grayscale: #7E7E7E. Windows color (decimal): -2148612 or 16529119. OLE color: 16529119.
HSL color Cylindrical-coordinate representation of color #DF36FC: hue angle of 291.21º 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 #DF36FC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 54 | 252 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.01 |
| HSL | 291.21º | 0.97% | 0.6% | - |
| HSV(B) | 291.21º | 0.79% | 0.99% | - |
| XYZ | 49.32 | 25.35 | 94.39 | - |
| YUV | 127.1 | 198.49 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 252 | 0.12 | 0.79 | 0 | 0.01 | 291.21 | 0.97 | 0.6 |
| Hex | DF | 36 | FC | C | 4F | 0 | 1 | 123 | 61 | 3C |
| Octal | 337 | 66 | 374 | 14 | 117 | 0 | 1 | 443 | 141 | 74 |
| Binary | 11011111 | 110110 | 11111100 | 1100 | 1001111 | 0 | 1 | 100100011 | 1100001 | 111100 |
Color Harmonies of #DF36FC
Complementary color
Monochromatic Colors of #DF36FC
Black with #DF36FC
Text Example
Text Example
White with #DF36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36FC; }
p { color: rgb(223,54,252); }
H1.HeaderClassName
{
color: #DF36FC;
}
.AnyTagClassName
{
color: #DF36FC;
}
</style>
background-color css
<style>
a { background-color: #DF36FC; }
a { background-color: rgb(223,54,252); }
div.DivClassName
{
background-color: #DF36FC;
}
.BgClassName
{
background-color: #DF36FC;
}
</style>
border-color css
<style>
span { border-color: #DF36FC; }
span { border-color: rgb(223,54,252); }
td.TdClassName
{
border-color: #DF36FC;
}
.TagClassName
{
border-color: #DF36FC;
}
</style>