Shades of Psychedelic Purple #DF2BFF
Tints of Psychedelic Purple #DF2BFF
RGB
CMYK
RGB Variations
Color information
#DF2BFF (or 0xDF2BFF) is known color: Psychedelic Purple. HEX triplet: DF, 2B and FF. RGB value is (223,43,255). Sum of RGB (Red+Green+Blue) = 223+43+255=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 43 (17.19% from 255 or 8.25% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF2BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BFF is #20D400. Grayscale: #787878. Windows color (decimal): -2151425 or 16722911. OLE color: 16722911.
HSL color Cylindrical-coordinate representation of color #DF2BFF: hue angle of 290.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2BFF is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 43 | 255 | - |
| CMYK | 0.13 | 0.83 | 0 | 0 |
| HSL | 290.94º | 1% | 0.58% | - |
| HSV(B) | 290.94º | 0.83% | 1% | - |
| XYZ | 49.35 | 24.64 | 96.76 | - |
| YUV | 120.99 | 203.63 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 255 | 0.13 | 0.83 | 0 | 0 | 290.94 | 1 | 0.58 |
| Hex | DF | 2B | FF | D | 53 | 0 | 0 | 123 | 64 | 3A |
| Octal | 337 | 53 | 377 | 15 | 123 | 0 | 0 | 443 | 144 | 72 |
| Binary | 11011111 | 101011 | 11111111 | 1101 | 1010011 | 0 | 0 | 100100011 | 1100100 | 111010 |
Color Harmonies of #DF2BFF
Complementary color
Monochromatic Colors of #DF2BFF
Black with #DF2BFF
Text Example
Text Example
White with #DF2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BFF; }
p { color: rgb(223,43,255); }
H1.HeaderClassName
{
color: #DF2BFF;
}
.AnyTagClassName
{
color: #DF2BFF;
}
</style>
background-color css
<style>
a { background-color: #DF2BFF; }
a { background-color: rgb(223,43,255); }
div.DivClassName
{
background-color: #DF2BFF;
}
.BgClassName
{
background-color: #DF2BFF;
}
</style>
border-color css
<style>
span { border-color: #DF2BFF; }
span { border-color: rgb(223,43,255); }
td.TdClassName
{
border-color: #DF2BFF;
}
.TagClassName
{
border-color: #DF2BFF;
}
</style>