Shades of Psychedelic Purple #DF28F4
Tints of Psychedelic Purple #DF28F4
RGB
CMYK
RGB Variations
Color information
#DF28F4 (or 0xDF28F4) is known color: Psychedelic Purple. HEX triplet: DF, 28 and F4. RGB value is (223,40,244). Sum of RGB (Red+Green+Blue) = 223+40+244=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF28F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28F4 is #20D70B. Grayscale: #757575. Windows color (decimal): -2152204 or 16001247. OLE color: 16001247.
HSL color Cylindrical-coordinate representation of color #DF28F4: hue angle of 293.82º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF28F4 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 40 | 244 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.04 |
| HSL | 293.82º | 0.9% | 0.56% | - |
| HSV(B) | 293.82º | 0.84% | 0.96% | - |
| XYZ | 47.52 | 23.74 | 87.67 | - |
| YUV | 117.97 | 199.13 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 244 | 0.09 | 0.84 | 0 | 0.04 | 293.82 | 0.9 | 0.56 |
| Hex | DF | 28 | F4 | 9 | 54 | 0 | 4 | 126 | 5A | 38 |
| Octal | 337 | 50 | 364 | 11 | 124 | 0 | 4 | 446 | 132 | 70 |
| Binary | 11011111 | 101000 | 11110100 | 1001 | 1010100 | 0 | 100 | 100100110 | 1011010 | 111000 |
Color Harmonies of #DF28F4
Complementary color
Monochromatic Colors of #DF28F4
Black with #DF28F4
Text Example
Text Example
White with #DF28F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28F4; }
p { color: rgb(223,40,244); }
H1.HeaderClassName
{
color: #DF28F4;
}
.AnyTagClassName
{
color: #DF28F4;
}
</style>
background-color css
<style>
a { background-color: #DF28F4; }
a { background-color: rgb(223,40,244); }
div.DivClassName
{
background-color: #DF28F4;
}
.BgClassName
{
background-color: #DF28F4;
}
</style>
border-color css
<style>
span { border-color: #DF28F4; }
span { border-color: rgb(223,40,244); }
td.TdClassName
{
border-color: #DF28F4;
}
.TagClassName
{
border-color: #DF28F4;
}
</style>