Shades of Psychedelic Purple #DF2BF9
Tints of Psychedelic Purple #DF2BF9
RGB
CMYK
RGB Variations
Color information
#DF2BF9 (or 0xDF2BF9) is known color: Psychedelic Purple. HEX triplet: DF, 2B and F9. RGB value is (223,43,249). Sum of RGB (Red+Green+Blue) = 223+43+249=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 43 (17.19% from 255 or 8.35% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF2BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BF9 is #20D406. Grayscale: #777777. Windows color (decimal): -2151431 or 16329695. OLE color: 16329695.
HSL color Cylindrical-coordinate representation of color #DF2BF9: hue angle of 292.43º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2BF9 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 43 | 249 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.02 |
| HSL | 292.43º | 0.94% | 0.57% | - |
| HSV(B) | 292.43º | 0.83% | 0.98% | - |
| XYZ | 48.39 | 24.26 | 91.75 | - |
| YUV | 120.3 | 200.63 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 249 | 0.10 | 0.83 | 0 | 0.02 | 292.43 | 0.94 | 0.57 |
| Hex | DF | 2B | F9 | A | 53 | 0 | 2 | 124 | 5E | 39 |
| Octal | 337 | 53 | 371 | 12 | 123 | 0 | 2 | 444 | 136 | 71 |
| Binary | 11011111 | 101011 | 11111001 | 1010 | 1010011 | 0 | 10 | 100100100 | 1011110 | 111001 |
Color Harmonies of #DF2BF9
Complementary color
Monochromatic Colors of #DF2BF9
Black with #DF2BF9
Text Example
Text Example
White with #DF2BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BF9; }
p { color: rgb(223,43,249); }
H1.HeaderClassName
{
color: #DF2BF9;
}
.AnyTagClassName
{
color: #DF2BF9;
}
</style>
background-color css
<style>
a { background-color: #DF2BF9; }
a { background-color: rgb(223,43,249); }
div.DivClassName
{
background-color: #DF2BF9;
}
.BgClassName
{
background-color: #DF2BF9;
}
</style>
border-color css
<style>
span { border-color: #DF2BF9; }
span { border-color: rgb(223,43,249); }
td.TdClassName
{
border-color: #DF2BF9;
}
.TagClassName
{
border-color: #DF2BF9;
}
</style>