Shades of Psychedelic Purple #DF27FB
Tints of Psychedelic Purple #DF27FB
RGB
CMYK
RGB Variations
Color information
#DF27FB (or 0xDF27FB) is known color: Psychedelic Purple. HEX triplet: DF, 27 and FB. RGB value is (223,39,251). Sum of RGB (Red+Green+Blue) = 223+39+251=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 39 (15.62% from 255 or 7.60% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF27FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF27FB is #20D804. Grayscale: #757575. Windows color (decimal): -2152453 or 16459743. OLE color: 16459743.
HSL color Cylindrical-coordinate representation of color #DF27FB: hue angle of 292.08º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF27FB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 39 | 251 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.02 |
| HSL | 292.08º | 0.96% | 0.57% | - |
| HSV(B) | 292.08º | 0.84% | 0.98% | - |
| XYZ | 48.57 | 24.1 | 93.36 | - |
| YUV | 118.18 | 202.96 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 251 | 0.11 | 0.84 | 0 | 0.02 | 292.08 | 0.96 | 0.57 |
| Hex | DF | 27 | FB | B | 54 | 0 | 2 | 124 | 60 | 39 |
| Octal | 337 | 47 | 373 | 13 | 124 | 0 | 2 | 444 | 140 | 71 |
| Binary | 11011111 | 100111 | 11111011 | 1011 | 1010100 | 0 | 10 | 100100100 | 1100000 | 111001 |
Color Harmonies of #DF27FB
Complementary color
Monochromatic Colors of #DF27FB
Black with #DF27FB
Text Example
Text Example
White with #DF27FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27FB; }
p { color: rgb(223,39,251); }
H1.HeaderClassName
{
color: #DF27FB;
}
.AnyTagClassName
{
color: #DF27FB;
}
</style>
background-color css
<style>
a { background-color: #DF27FB; }
a { background-color: rgb(223,39,251); }
div.DivClassName
{
background-color: #DF27FB;
}
.BgClassName
{
background-color: #DF27FB;
}
</style>
border-color css
<style>
span { border-color: #DF27FB; }
span { border-color: rgb(223,39,251); }
td.TdClassName
{
border-color: #DF27FB;
}
.TagClassName
{
border-color: #DF27FB;
}
</style>