Shades of Psychedelic Purple #DF25FC
Tints of Psychedelic Purple #DF25FC
RGB
CMYK
RGB Variations
Color information
#DF25FC (or 0xDF25FC) is known color: Psychedelic Purple. HEX triplet: DF, 25 and FC. RGB value is (223,37,252). Sum of RGB (Red+Green+Blue) = 223+37+252=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF25FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF25FC is #20DA03. Grayscale: #747474. Windows color (decimal): -2152964 or 16524767. OLE color: 16524767.
HSL color Cylindrical-coordinate representation of color #DF25FC: hue angle of 291.91º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF25FC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 37 | 252 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.01 |
| HSL | 291.91º | 0.97% | 0.57% | - |
| HSV(B) | 291.91º | 0.85% | 0.99% | - |
| XYZ | 48.66 | 24.04 | 94.17 | - |
| YUV | 117.12 | 204.12 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 252 | 0.12 | 0.85 | 0 | 0.01 | 291.91 | 0.97 | 0.57 |
| Hex | DF | 25 | FC | C | 55 | 0 | 1 | 124 | 61 | 39 |
| Octal | 337 | 45 | 374 | 14 | 125 | 0 | 1 | 444 | 141 | 71 |
| Binary | 11011111 | 100101 | 11111100 | 1100 | 1010101 | 0 | 1 | 100100100 | 1100001 | 111001 |
Color Harmonies of #DF25FC
Complementary color
Monochromatic Colors of #DF25FC
Black with #DF25FC
Text Example
Text Example
White with #DF25FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25FC; }
p { color: rgb(223,37,252); }
H1.HeaderClassName
{
color: #DF25FC;
}
.AnyTagClassName
{
color: #DF25FC;
}
</style>
background-color css
<style>
a { background-color: #DF25FC; }
a { background-color: rgb(223,37,252); }
div.DivClassName
{
background-color: #DF25FC;
}
.BgClassName
{
background-color: #DF25FC;
}
</style>
border-color css
<style>
span { border-color: #DF25FC; }
span { border-color: rgb(223,37,252); }
td.TdClassName
{
border-color: #DF25FC;
}
.TagClassName
{
border-color: #DF25FC;
}
</style>