Shades of Psychedelic Purple #DF06F3
Tints of Psychedelic Purple #DF06F3
RGB
CMYK
RGB Variations
Color information
#DF06F3 (or 0xDF06F3) is known color: Psychedelic Purple. HEX triplet: DF, 06 and F3. RGB value is (223,6,243). Sum of RGB (Red+Green+Blue) = 223+6+243=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF06F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06F3 is #20F90C. Grayscale: #616161. Windows color (decimal): -2160909 or 15927007. OLE color: 15927007.
HSL color Cylindrical-coordinate representation of color #DF06F3: hue angle of 294.94º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF06F3 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 6 | 243 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.05 |
| HSL | 294.94º | 0.95% | 0.49% | - |
| HSV(B) | 294.94º | 0.98% | 0.95% | - |
| XYZ | 46.67 | 22.29 | 86.64 | - |
| YUV | 97.9 | 209.89 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 243 | 0.08 | 0.98 | 0 | 0.05 | 294.94 | 0.95 | 0.49 |
| Hex | DF | 6 | F3 | 8 | 62 | 0 | 5 | 127 | 5F | 31 |
| Octal | 337 | 6 | 363 | 10 | 142 | 0 | 5 | 447 | 137 | 61 |
| Binary | 11011111 | 110 | 11110011 | 1000 | 1100010 | 0 | 101 | 100100111 | 1011111 | 110001 |
Color Harmonies of #DF06F3
Complementary color
Monochromatic Colors of #DF06F3
Black with #DF06F3
Text Example
Text Example
White with #DF06F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06F3; }
p { color: rgb(223,6,243); }
H1.HeaderClassName
{
color: #DF06F3;
}
.AnyTagClassName
{
color: #DF06F3;
}
</style>
background-color css
<style>
a { background-color: #DF06F3; }
a { background-color: rgb(223,6,243); }
div.DivClassName
{
background-color: #DF06F3;
}
.BgClassName
{
background-color: #DF06F3;
}
</style>
border-color css
<style>
span { border-color: #DF06F3; }
span { border-color: rgb(223,6,243); }
td.TdClassName
{
border-color: #DF06F3;
}
.TagClassName
{
border-color: #DF06F3;
}
</style>