Shades of Psychedelic Purple #DF2FFB
Tints of Psychedelic Purple #DF2FFB
RGB
CMYK
RGB Variations
Color information
#DF2FFB (or 0xDF2FFB) is known color: Psychedelic Purple. HEX triplet: DF, 2F and FB. RGB value is (223,47,251). Sum of RGB (Red+Green+Blue) = 223+47+251=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 47 (18.75% from 255 or 9.02% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2FFB is #20D004. Grayscale: #7A7A7A. Windows color (decimal): -2150405 or 16461791. OLE color: 16461791.
HSL color Cylindrical-coordinate representation of color #DF2FFB: hue angle of 291.76º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2FFB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 47 | 251 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.02 |
| HSL | 291.76º | 0.96% | 0.58% | - |
| HSV(B) | 291.76º | 0.81% | 0.98% | - |
| XYZ | 48.86 | 24.69 | 93.46 | - |
| YUV | 122.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 251 | 0.11 | 0.81 | 0 | 0.02 | 291.76 | 0.96 | 0.58 |
| Hex | DF | 2F | FB | B | 51 | 0 | 2 | 124 | 60 | 3A |
| Octal | 337 | 57 | 373 | 13 | 121 | 0 | 2 | 444 | 140 | 72 |
| Binary | 11011111 | 101111 | 11111011 | 1011 | 1010001 | 0 | 10 | 100100100 | 1100000 | 111010 |
Color Harmonies of #DF2FFB
Complementary color
Monochromatic Colors of #DF2FFB
Black with #DF2FFB
Text Example
Text Example
White with #DF2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2FFB; }
p { color: rgb(223,47,251); }
H1.HeaderClassName
{
color: #DF2FFB;
}
.AnyTagClassName
{
color: #DF2FFB;
}
</style>
background-color css
<style>
a { background-color: #DF2FFB; }
a { background-color: rgb(223,47,251); }
div.DivClassName
{
background-color: #DF2FFB;
}
.BgClassName
{
background-color: #DF2FFB;
}
</style>
border-color css
<style>
span { border-color: #DF2FFB; }
span { border-color: rgb(223,47,251); }
td.TdClassName
{
border-color: #DF2FFB;
}
.TagClassName
{
border-color: #DF2FFB;
}
</style>