Shades of Psychedelic Purple #DF36FB
Tints of Psychedelic Purple #DF36FB
RGB
CMYK
RGB Variations
Color information
#DF36FB (or 0xDF36FB) is known color: Psychedelic Purple. HEX triplet: DF, 36 and FB. RGB value is (223,54,251). Sum of RGB (Red+Green+Blue) = 223+54+251=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 54 (21.48% from 255 or 10.23% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF36FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF36FB is #20C904. Grayscale: #7E7E7E. Windows color (decimal): -2148613 or 16463583. OLE color: 16463583.
HSL color Cylindrical-coordinate representation of color #DF36FB: hue angle of 291.47º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF36FB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 54 | 251 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.02 |
| HSL | 291.47º | 0.96% | 0.6% | - |
| HSV(B) | 291.47º | 0.78% | 0.98% | - |
| XYZ | 49.16 | 25.29 | 93.56 | - |
| YUV | 126.99 | 197.99 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 251 | 0.11 | 0.78 | 0 | 0.02 | 291.47 | 0.96 | 0.6 |
| Hex | DF | 36 | FB | B | 4E | 0 | 2 | 123 | 60 | 3C |
| Octal | 337 | 66 | 373 | 13 | 116 | 0 | 2 | 443 | 140 | 74 |
| Binary | 11011111 | 110110 | 11111011 | 1011 | 1001110 | 0 | 10 | 100100011 | 1100000 | 111100 |
Color Harmonies of #DF36FB
Complementary color
Monochromatic Colors of #DF36FB
Black with #DF36FB
Text Example
Text Example
White with #DF36FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36FB; }
p { color: rgb(223,54,251); }
H1.HeaderClassName
{
color: #DF36FB;
}
.AnyTagClassName
{
color: #DF36FB;
}
</style>
background-color css
<style>
a { background-color: #DF36FB; }
a { background-color: rgb(223,54,251); }
div.DivClassName
{
background-color: #DF36FB;
}
.BgClassName
{
background-color: #DF36FB;
}
</style>
border-color css
<style>
span { border-color: #DF36FB; }
span { border-color: rgb(223,54,251); }
td.TdClassName
{
border-color: #DF36FB;
}
.TagClassName
{
border-color: #DF36FB;
}
</style>