Shades of Psychedelic Purple #DF08FC
Tints of Psychedelic Purple #DF08FC
RGB
CMYK
RGB Variations
Color information
#DF08FC (or 0xDF08FC) is known color: Psychedelic Purple. HEX triplet: DF, 08 and FC. RGB value is (223,8,252). Sum of RGB (Red+Green+Blue) = 223+8+252=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 8 (3.52% from 255 or 1.66% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF08FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF08FC is #20F703. Grayscale: #636363. Windows color (decimal): -2160388 or 16517343. OLE color: 16517343.
HSL color Cylindrical-coordinate representation of color #DF08FC: hue angle of 292.87º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF08FC is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 8 | 252 | - |
CMYK | 0.12 | 0.97 | 0 | 0.01 |
HSL | 292.87º | 0.98% | 0.51% | - |
HSV(B) | 292.87º | 0.97% | 0.99% | - |
XYZ | 48.09 | 22.89 | 93.98 | - |
YUV | 100.1 | 213.73 | 215.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 8 | 252 | 0.12 | 0.97 | 0 | 0.01 | 292.87 | 0.98 | 0.51 |
Hex | DF | 8 | FC | C | 61 | 0 | 1 | 125 | 62 | 33 |
Octal | 337 | 10 | 374 | 14 | 141 | 0 | 1 | 445 | 142 | 63 |
Binary | 11011111 | 1000 | 11111100 | 1100 | 1100001 | 0 | 1 | 100100101 | 1100010 | 110011 |
Color Harmonies of #DF08FC
Complementary color
Monochromatic Colors of #DF08FC
Black with #DF08FC
Text Example
Text Example
White with #DF08FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08FC; }
p { color: rgb(223,8,252); }
H1.HeaderClassName
{
color: #DF08FC;
}
.AnyTagClassName
{
color: #DF08FC;
}
</style>
background-color css
<style>
a { background-color: #DF08FC; }
a { background-color: rgb(223,8,252); }
div.DivClassName
{
background-color: #DF08FC;
}
.BgClassName
{
background-color: #DF08FC;
}
</style>
border-color css
<style>
span { border-color: #DF08FC; }
span { border-color: rgb(223,8,252); }
td.TdClassName
{
border-color: #DF08FC;
}
.TagClassName
{
border-color: #DF08FC;
}
</style>