Shades of Psychedelic Purple #DF33FB
Tints of Psychedelic Purple #DF33FB
RGB
CMYK
RGB Variations
Color information
#DF33FB (or 0xDF33FB) is known color: Psychedelic Purple. HEX triplet: DF, 33 and FB. RGB value is (223,51,251). Sum of RGB (Red+Green+Blue) = 223+51+251=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 51 (20.31% from 255 or 9.71% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF33FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF33FB is #20CC04. Grayscale: #7C7C7C. Windows color (decimal): -2149381 or 16462815. OLE color: 16462815.
HSL color Cylindrical-coordinate representation of color #DF33FB: hue angle of 291.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF33FB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 51 | 251 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.02 |
| HSL | 291.6º | 0.96% | 0.59% | - |
| HSV(B) | 291.6º | 0.8% | 0.98% | - |
| XYZ | 49.03 | 25.02 | 93.51 | - |
| YUV | 125.23 | 198.98 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 251 | 0.11 | 0.80 | 0 | 0.02 | 291.6 | 0.96 | 0.59 |
| Hex | DF | 33 | FB | B | 50 | 0 | 2 | 124 | 60 | 3B |
| Octal | 337 | 63 | 373 | 13 | 120 | 0 | 2 | 444 | 140 | 73 |
| Binary | 11011111 | 110011 | 11111011 | 1011 | 1010000 | 0 | 10 | 100100100 | 1100000 | 111011 |
Color Harmonies of #DF33FB
Complementary color
Monochromatic Colors of #DF33FB
Black with #DF33FB
Text Example
Text Example
White with #DF33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF33FB; }
p { color: rgb(223,51,251); }
H1.HeaderClassName
{
color: #DF33FB;
}
.AnyTagClassName
{
color: #DF33FB;
}
</style>
background-color css
<style>
a { background-color: #DF33FB; }
a { background-color: rgb(223,51,251); }
div.DivClassName
{
background-color: #DF33FB;
}
.BgClassName
{
background-color: #DF33FB;
}
</style>
border-color css
<style>
span { border-color: #DF33FB; }
span { border-color: rgb(223,51,251); }
td.TdClassName
{
border-color: #DF33FB;
}
.TagClassName
{
border-color: #DF33FB;
}
</style>