Shades of Psychedelic Purple #DF06FC
Tints of Psychedelic Purple #DF06FC
RGB
CMYK
RGB Variations
Color information
#DF06FC (or 0xDF06FC) is known color: Psychedelic Purple. HEX triplet: DF, 06 and FC. RGB value is (223,6,252). Sum of RGB (Red+Green+Blue) = 223+6+252=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF06FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06FC is #20F903. Grayscale: #626262. Windows color (decimal): -2160900 or 16516831. OLE color: 16516831.
HSL color Cylindrical-coordinate representation of color #DF06FC: hue angle of 292.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF06FC is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 6 | 252 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.01 |
| HSL | 292.93º | 0.98% | 0.51% | - |
| HSV(B) | 292.93º | 0.98% | 0.99% | - |
| XYZ | 48.07 | 22.85 | 93.97 | - |
| YUV | 98.93 | 214.39 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 252 | 0.12 | 0.98 | 0 | 0.01 | 292.93 | 0.98 | 0.51 |
| Hex | DF | 6 | FC | C | 62 | 0 | 1 | 125 | 62 | 33 |
| Octal | 337 | 6 | 374 | 14 | 142 | 0 | 1 | 445 | 142 | 63 |
| Binary | 11011111 | 110 | 11111100 | 1100 | 1100010 | 0 | 1 | 100100101 | 1100010 | 110011 |
Color Harmonies of #DF06FC
Complementary color
Monochromatic Colors of #DF06FC
Black with #DF06FC
Text Example
Text Example
White with #DF06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06FC; }
p { color: rgb(223,6,252); }
H1.HeaderClassName
{
color: #DF06FC;
}
.AnyTagClassName
{
color: #DF06FC;
}
</style>
background-color css
<style>
a { background-color: #DF06FC; }
a { background-color: rgb(223,6,252); }
div.DivClassName
{
background-color: #DF06FC;
}
.BgClassName
{
background-color: #DF06FC;
}
</style>
border-color css
<style>
span { border-color: #DF06FC; }
span { border-color: rgb(223,6,252); }
td.TdClassName
{
border-color: #DF06FC;
}
.TagClassName
{
border-color: #DF06FC;
}
</style>