Shades of Psychedelic Purple #DF06FA
Tints of Psychedelic Purple #DF06FA
RGB
CMYK
RGB Variations
Color information
#DF06FA (or 0xDF06FA) is known color: Psychedelic Purple. HEX triplet: DF, 06 and FA. RGB value is (223,6,250). Sum of RGB (Red+Green+Blue) = 223+6+250=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 6 (2.73% from 255 or 1.25% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF06FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06FA is #20F905. Grayscale: #616161. Windows color (decimal): -2160902 or 16385759. OLE color: 16385759.
HSL color Cylindrical-coordinate representation of color #DF06FA: hue angle of 293.36º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF06FA is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 6 | 250 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.02 |
| HSL | 293.36º | 0.96% | 0.5% | - |
| HSV(B) | 293.36º | 0.98% | 0.98% | - |
| XYZ | 47.75 | 22.72 | 92.31 | - |
| YUV | 98.7 | 213.39 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 250 | 0.11 | 0.98 | 0 | 0.02 | 293.36 | 0.96 | 0.5 |
| Hex | DF | 6 | FA | B | 62 | 0 | 2 | 125 | 60 | 32 |
| Octal | 337 | 6 | 372 | 13 | 142 | 0 | 2 | 445 | 140 | 62 |
| Binary | 11011111 | 110 | 11111010 | 1011 | 1100010 | 0 | 10 | 100100101 | 1100000 | 110010 |
Color Harmonies of #DF06FA
Complementary color
Monochromatic Colors of #DF06FA
Black with #DF06FA
Text Example
Text Example
White with #DF06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06FA; }
p { color: rgb(223,6,250); }
H1.HeaderClassName
{
color: #DF06FA;
}
.AnyTagClassName
{
color: #DF06FA;
}
</style>
background-color css
<style>
a { background-color: #DF06FA; }
a { background-color: rgb(223,6,250); }
div.DivClassName
{
background-color: #DF06FA;
}
.BgClassName
{
background-color: #DF06FA;
}
</style>
border-color css
<style>
span { border-color: #DF06FA; }
span { border-color: rgb(223,6,250); }
td.TdClassName
{
border-color: #DF06FA;
}
.TagClassName
{
border-color: #DF06FA;
}
</style>