Shades of Psychedelic Purple #DF09FB
Tints of Psychedelic Purple #DF09FB
RGB
CMYK
RGB Variations
Color information
#DF09FB (or 0xDF09FB) is known color: Psychedelic Purple. HEX triplet: DF, 09 and FB. RGB value is (223,9,251). Sum of RGB (Red+Green+Blue) = 223+9+251=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 9 (3.91% from 255 or 1.86% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF09FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF09FB is #20F604. Grayscale: #636363. Windows color (decimal): -2160133 or 16452063. OLE color: 16452063.
HSL color Cylindrical-coordinate representation of color #DF09FB: hue angle of 293.06º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09FB is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 9 | 251 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.02 |
| HSL | 293.06º | 0.97% | 0.51% | - |
| HSV(B) | 293.06º | 0.96% | 0.98% | - |
| XYZ | 47.94 | 22.85 | 93.15 | - |
| YUV | 100.57 | 212.9 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 251 | 0.11 | 0.96 | 0 | 0.02 | 293.06 | 0.97 | 0.51 |
| Hex | DF | 9 | FB | B | 60 | 0 | 2 | 125 | 61 | 33 |
| Octal | 337 | 11 | 373 | 13 | 140 | 0 | 2 | 445 | 141 | 63 |
| Binary | 11011111 | 1001 | 11111011 | 1011 | 1100000 | 0 | 10 | 100100101 | 1100001 | 110011 |
Color Harmonies of #DF09FB
Complementary color
Monochromatic Colors of #DF09FB
Black with #DF09FB
Text Example
Text Example
White with #DF09FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09FB; }
p { color: rgb(223,9,251); }
H1.HeaderClassName
{
color: #DF09FB;
}
.AnyTagClassName
{
color: #DF09FB;
}
</style>
background-color css
<style>
a { background-color: #DF09FB; }
a { background-color: rgb(223,9,251); }
div.DivClassName
{
background-color: #DF09FB;
}
.BgClassName
{
background-color: #DF09FB;
}
</style>
border-color css
<style>
span { border-color: #DF09FB; }
span { border-color: rgb(223,9,251); }
td.TdClassName
{
border-color: #DF09FB;
}
.TagClassName
{
border-color: #DF09FB;
}
</style>