Shades of Psychedelic Purple #DF2CFE
Tints of Psychedelic Purple #DF2CFE
RGB
CMYK
RGB Variations
Color information
#DF2CFE (or 0xDF2CFE) is known color: Psychedelic Purple. HEX triplet: DF, 2C and FE. RGB value is (223,44,254). Sum of RGB (Red+Green+Blue) = 223+44+254=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 44 (17.58% from 255 or 8.45% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF2CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2CFE is #20D301. Grayscale: #787878. Windows color (decimal): -2151170 or 16657631. OLE color: 16657631.
HSL color Cylindrical-coordinate representation of color #DF2CFE: hue angle of 291.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2CFE is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 44 | 254 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.00 |
| HSL | 291.14º | 0.99% | 0.58% | - |
| HSV(B) | 291.14º | 0.83% | 1% | - |
| XYZ | 49.22 | 24.65 | 95.93 | - |
| YUV | 121.46 | 202.8 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 254 | 0.12 | 0.83 | 0 | 0.00 | 291.14 | 0.99 | 0.58 |
| Hex | DF | 2C | FE | C | 53 | 0 | 0 | 123 | 63 | 3A |
| Octal | 337 | 54 | 376 | 14 | 123 | 0 | 0 | 443 | 143 | 72 |
| Binary | 11011111 | 101100 | 11111110 | 1100 | 1010011 | 0 | 0 | 100100011 | 1100011 | 111010 |
Color Harmonies of #DF2CFE
Complementary color
Monochromatic Colors of #DF2CFE
Black with #DF2CFE
Text Example
Text Example
White with #DF2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CFE; }
p { color: rgb(223,44,254); }
H1.HeaderClassName
{
color: #DF2CFE;
}
.AnyTagClassName
{
color: #DF2CFE;
}
</style>
background-color css
<style>
a { background-color: #DF2CFE; }
a { background-color: rgb(223,44,254); }
div.DivClassName
{
background-color: #DF2CFE;
}
.BgClassName
{
background-color: #DF2CFE;
}
</style>
border-color css
<style>
span { border-color: #DF2CFE; }
span { border-color: rgb(223,44,254); }
td.TdClassName
{
border-color: #DF2CFE;
}
.TagClassName
{
border-color: #DF2CFE;
}
</style>