Shades of Psychedelic Purple #DF1BE8
Tints of Psychedelic Purple #DF1BE8
RGB
CMYK
RGB Variations
Color information
#DF1BE8 (or 0xDF1BE8) is known color: Psychedelic Purple. HEX triplet: DF, 1B and E8. RGB value is (223,27,232). Sum of RGB (Red+Green+Blue) = 223+27+232=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 27 (10.94% from 255 or 5.60% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF1BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1BE8 is #20E417. Grayscale: #6C6C6C. Windows color (decimal): -2155544 or 15211487. OLE color: 15211487.
HSL color Cylindrical-coordinate representation of color #DF1BE8: hue angle of 297.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1BE8 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 27 | 232 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.09 |
| HSL | 297.37º | 0.82% | 0.51% | - |
| HSV(B) | 297.37º | 0.88% | 0.91% | - |
| XYZ | 45.39 | 22.3 | 78.26 | - |
| YUV | 108.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 232 | 0.04 | 0.88 | 0 | 0.09 | 297.37 | 0.82 | 0.51 |
| Hex | DF | 1B | E8 | 4 | 58 | 0 | 9 | 129 | 52 | 33 |
| Octal | 337 | 33 | 350 | 4 | 130 | 0 | 11 | 451 | 122 | 63 |
| Binary | 11011111 | 11011 | 11101000 | 100 | 1011000 | 0 | 1001 | 100101001 | 1010010 | 110011 |
Color Harmonies of #DF1BE8
Complementary color
Monochromatic Colors of #DF1BE8
Black with #DF1BE8
Text Example
Text Example
White with #DF1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BE8; }
p { color: rgb(223,27,232); }
H1.HeaderClassName
{
color: #DF1BE8;
}
.AnyTagClassName
{
color: #DF1BE8;
}
</style>
background-color css
<style>
a { background-color: #DF1BE8; }
a { background-color: rgb(223,27,232); }
div.DivClassName
{
background-color: #DF1BE8;
}
.BgClassName
{
background-color: #DF1BE8;
}
</style>
border-color css
<style>
span { border-color: #DF1BE8; }
span { border-color: rgb(223,27,232); }
td.TdClassName
{
border-color: #DF1BE8;
}
.TagClassName
{
border-color: #DF1BE8;
}
</style>