Shades of Psychedelic Purple #DF28F6
Tints of Psychedelic Purple #DF28F6
RGB
CMYK
RGB Variations
Color information
#DF28F6 (or 0xDF28F6) is known color: Psychedelic Purple. HEX triplet: DF, 28 and F6. RGB value is (223,40,246). Sum of RGB (Red+Green+Blue) = 223+40+246=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 40 (16.02% from 255 or 7.86% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF28F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28F6 is #20D709. Grayscale: #757575. Windows color (decimal): -2152202 or 16132319. OLE color: 16132319.
HSL color Cylindrical-coordinate representation of color #DF28F6: hue angle of 293.3º degrees, saturation: 0.92, 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 #DF28F6 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 40 | 246 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.04 |
| HSL | 293.3º | 0.92% | 0.56% | - |
| HSV(B) | 293.3º | 0.84% | 0.96% | - |
| XYZ | 47.82 | 23.86 | 89.27 | - |
| YUV | 118.2 | 200.13 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 246 | 0.09 | 0.84 | 0 | 0.04 | 293.3 | 0.92 | 0.56 |
| Hex | DF | 28 | F6 | 9 | 54 | 0 | 4 | 125 | 5C | 38 |
| Octal | 337 | 50 | 366 | 11 | 124 | 0 | 4 | 445 | 134 | 70 |
| Binary | 11011111 | 101000 | 11110110 | 1001 | 1010100 | 0 | 100 | 100100101 | 1011100 | 111000 |
Color Harmonies of #DF28F6
Complementary color
Monochromatic Colors of #DF28F6
Black with #DF28F6
Text Example
Text Example
White with #DF28F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28F6; }
p { color: rgb(223,40,246); }
H1.HeaderClassName
{
color: #DF28F6;
}
.AnyTagClassName
{
color: #DF28F6;
}
</style>
background-color css
<style>
a { background-color: #DF28F6; }
a { background-color: rgb(223,40,246); }
div.DivClassName
{
background-color: #DF28F6;
}
.BgClassName
{
background-color: #DF28F6;
}
</style>
border-color css
<style>
span { border-color: #DF28F6; }
span { border-color: rgb(223,40,246); }
td.TdClassName
{
border-color: #DF28F6;
}
.TagClassName
{
border-color: #DF28F6;
}
</style>