Shades of Psychedelic Purple #DF33FD
Tints of Psychedelic Purple #DF33FD
RGB
CMYK
RGB Variations
Color information
#DF33FD (or 0xDF33FD) is known color: Psychedelic Purple. HEX triplet: DF, 33 and FD. RGB value is (223,51,253). Sum of RGB (Red+Green+Blue) = 223+51+253=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 51 (20.31% from 255 or 9.68% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF33FD is #20CC02. Grayscale: #7C7C7C. Windows color (decimal): -2149379 or 16593887. OLE color: 16593887.
HSL color Cylindrical-coordinate representation of color #DF33FD: hue angle of 291.09º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF33FD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 51 | 253 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.01 |
| HSL | 291.09º | 0.98% | 0.6% | - |
| HSV(B) | 291.09º | 0.8% | 0.99% | - |
| XYZ | 49.34 | 25.15 | 95.18 | - |
| YUV | 125.46 | 199.98 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 253 | 0.12 | 0.80 | 0 | 0.01 | 291.09 | 0.98 | 0.6 |
| Hex | DF | 33 | FD | C | 50 | 0 | 1 | 123 | 62 | 3C |
| Octal | 337 | 63 | 375 | 14 | 120 | 0 | 1 | 443 | 142 | 74 |
| Binary | 11011111 | 110011 | 11111101 | 1100 | 1010000 | 0 | 1 | 100100011 | 1100010 | 111100 |
Color Harmonies of #DF33FD
Complementary color
Monochromatic Colors of #DF33FD
Black with #DF33FD
Text Example
Text Example
White with #DF33FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF33FD; }
p { color: rgb(223,51,253); }
H1.HeaderClassName
{
color: #DF33FD;
}
.AnyTagClassName
{
color: #DF33FD;
}
</style>
background-color css
<style>
a { background-color: #DF33FD; }
a { background-color: rgb(223,51,253); }
div.DivClassName
{
background-color: #DF33FD;
}
.BgClassName
{
background-color: #DF33FD;
}
</style>
border-color css
<style>
span { border-color: #DF33FD; }
span { border-color: rgb(223,51,253); }
td.TdClassName
{
border-color: #DF33FD;
}
.TagClassName
{
border-color: #DF33FD;
}
</style>