Shades of Psychedelic Purple #DF28F3
Tints of Psychedelic Purple #DF28F3
RGB
CMYK
RGB Variations
Color information
#DF28F3 (or 0xDF28F3) is known color: Psychedelic Purple. HEX triplet: DF, 28 and F3. RGB value is (223,40,243). Sum of RGB (Red+Green+Blue) = 223+40+243=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF28F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28F3 is #20D70C. Grayscale: #757575. Windows color (decimal): -2152205 or 15935711. OLE color: 15935711.
HSL color Cylindrical-coordinate representation of color #DF28F3: hue angle of 294.09º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF28F3 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 40 | 243 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.05 |
| HSL | 294.09º | 0.89% | 0.55% | - |
| HSV(B) | 294.09º | 0.84% | 0.95% | - |
| XYZ | 47.37 | 23.68 | 86.87 | - |
| YUV | 117.86 | 198.63 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 243 | 0.08 | 0.84 | 0 | 0.05 | 294.09 | 0.89 | 0.55 |
| Hex | DF | 28 | F3 | 8 | 54 | 0 | 5 | 126 | 59 | 37 |
| Octal | 337 | 50 | 363 | 10 | 124 | 0 | 5 | 446 | 131 | 67 |
| Binary | 11011111 | 101000 | 11110011 | 1000 | 1010100 | 0 | 101 | 100100110 | 1011001 | 110111 |
Color Harmonies of #DF28F3
Complementary color
Monochromatic Colors of #DF28F3
Black with #DF28F3
Text Example
Text Example
White with #DF28F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28F3; }
p { color: rgb(223,40,243); }
H1.HeaderClassName
{
color: #DF28F3;
}
.AnyTagClassName
{
color: #DF28F3;
}
</style>
background-color css
<style>
a { background-color: #DF28F3; }
a { background-color: rgb(223,40,243); }
div.DivClassName
{
background-color: #DF28F3;
}
.BgClassName
{
background-color: #DF28F3;
}
</style>
border-color css
<style>
span { border-color: #DF28F3; }
span { border-color: rgb(223,40,243); }
td.TdClassName
{
border-color: #DF28F3;
}
.TagClassName
{
border-color: #DF28F3;
}
</style>