Shades of Psychedelic Purple #DF0BF9
Tints of Psychedelic Purple #DF0BF9
RGB
CMYK
RGB Variations
Color information
#DF0BF9 (or 0xDF0BF9) is known color: Psychedelic Purple. HEX triplet: DF, 0B and F9. RGB value is (223,11,249). Sum of RGB (Red+Green+Blue) = 223+11+249=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 11 (4.69% from 255 or 2.28% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF0BF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0BF9 is #20F406. Grayscale: #646464. Windows color (decimal): -2159623 or 16321503. OLE color: 16321503.
HSL color Cylindrical-coordinate representation of color #DF0BF9: hue angle of 293.45º degrees, saturation: 0.95, 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 #DF0BF9 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 11 | 249 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.02 |
| HSL | 293.45º | 0.95% | 0.51% | - |
| HSV(B) | 293.45º | 0.96% | 0.98% | - |
| XYZ | 47.65 | 22.77 | 91.51 | - |
| YUV | 101.52 | 211.24 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 249 | 0.10 | 0.96 | 0 | 0.02 | 293.45 | 0.95 | 0.51 |
| Hex | DF | B | F9 | A | 60 | 0 | 2 | 125 | 5F | 33 |
| Octal | 337 | 13 | 371 | 12 | 140 | 0 | 2 | 445 | 137 | 63 |
| Binary | 11011111 | 1011 | 11111001 | 1010 | 1100000 | 0 | 10 | 100100101 | 1011111 | 110011 |
Color Harmonies of #DF0BF9
Complementary color
Monochromatic Colors of #DF0BF9
Black with #DF0BF9
Text Example
Text Example
White with #DF0BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BF9; }
p { color: rgb(223,11,249); }
H1.HeaderClassName
{
color: #DF0BF9;
}
.AnyTagClassName
{
color: #DF0BF9;
}
</style>
background-color css
<style>
a { background-color: #DF0BF9; }
a { background-color: rgb(223,11,249); }
div.DivClassName
{
background-color: #DF0BF9;
}
.BgClassName
{
background-color: #DF0BF9;
}
</style>
border-color css
<style>
span { border-color: #DF0BF9; }
span { border-color: rgb(223,11,249); }
td.TdClassName
{
border-color: #DF0BF9;
}
.TagClassName
{
border-color: #DF0BF9;
}
</style>