Shades of Psychedelic Purple #DF06F7
Tints of Psychedelic Purple #DF06F7
RGB
CMYK
RGB Variations
Color information
#DF06F7 (or 0xDF06F7) is known color: Psychedelic Purple. HEX triplet: DF, 06 and F7. RGB value is (223,6,247). Sum of RGB (Red+Green+Blue) = 223+6+247=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 6 (2.73% from 255 or 1.26% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF06F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06F7 is #20F908. Grayscale: #616161. Windows color (decimal): -2160905 or 16189151. OLE color: 16189151.
HSL color Cylindrical-coordinate representation of color #DF06F7: hue angle of 294.02º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF06F7 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 6 | 247 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.03 |
| HSL | 294.02º | 0.95% | 0.5% | - |
| HSV(B) | 294.02º | 0.98% | 0.97% | - |
| XYZ | 47.29 | 22.53 | 89.85 | - |
| YUV | 98.36 | 211.89 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 247 | 0.10 | 0.98 | 0 | 0.03 | 294.02 | 0.95 | 0.5 |
| Hex | DF | 6 | F7 | A | 62 | 0 | 3 | 126 | 5F | 32 |
| Octal | 337 | 6 | 367 | 12 | 142 | 0 | 3 | 446 | 137 | 62 |
| Binary | 11011111 | 110 | 11110111 | 1010 | 1100010 | 0 | 11 | 100100110 | 1011111 | 110010 |
Color Harmonies of #DF06F7
Complementary color
Monochromatic Colors of #DF06F7
Black with #DF06F7
Text Example
Text Example
White with #DF06F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06F7; }
p { color: rgb(223,6,247); }
H1.HeaderClassName
{
color: #DF06F7;
}
.AnyTagClassName
{
color: #DF06F7;
}
</style>
background-color css
<style>
a { background-color: #DF06F7; }
a { background-color: rgb(223,6,247); }
div.DivClassName
{
background-color: #DF06F7;
}
.BgClassName
{
background-color: #DF06F7;
}
</style>
border-color css
<style>
span { border-color: #DF06F7; }
span { border-color: rgb(223,6,247); }
td.TdClassName
{
border-color: #DF06F7;
}
.TagClassName
{
border-color: #DF06F7;
}
</style>