Shades of Psychedelic Purple #DF1CE8
Tints of Psychedelic Purple #DF1CE8
RGB
CMYK
RGB Variations
Color information
#DF1CE8 (or 0xDF1CE8) is known color: Psychedelic Purple. HEX triplet: DF, 1C and E8. RGB value is (223,28,232). Sum of RGB (Red+Green+Blue) = 223+28+232=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF1CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1CE8 is #20E317. Grayscale: #6C6C6C. Windows color (decimal): -2155288 or 15211743. OLE color: 15211743.
HSL color Cylindrical-coordinate representation of color #DF1CE8: hue angle of 297.35º 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 #DF1CE8 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 28 | 232 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.09 |
| HSL | 297.35º | 0.82% | 0.51% | - |
| HSV(B) | 297.35º | 0.88% | 0.91% | - |
| XYZ | 45.41 | 22.34 | 78.26 | - |
| YUV | 109.56 | 197.1 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 232 | 0.04 | 0.88 | 0 | 0.09 | 297.35 | 0.82 | 0.51 |
| Hex | DF | 1C | E8 | 4 | 58 | 0 | 9 | 129 | 52 | 33 |
| Octal | 337 | 34 | 350 | 4 | 130 | 0 | 11 | 451 | 122 | 63 |
| Binary | 11011111 | 11100 | 11101000 | 100 | 1011000 | 0 | 1001 | 100101001 | 1010010 | 110011 |
Color Harmonies of #DF1CE8
Complementary color
Monochromatic Colors of #DF1CE8
Black with #DF1CE8
Text Example
Text Example
White with #DF1CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1CE8; }
p { color: rgb(223,28,232); }
H1.HeaderClassName
{
color: #DF1CE8;
}
.AnyTagClassName
{
color: #DF1CE8;
}
</style>
background-color css
<style>
a { background-color: #DF1CE8; }
a { background-color: rgb(223,28,232); }
div.DivClassName
{
background-color: #DF1CE8;
}
.BgClassName
{
background-color: #DF1CE8;
}
</style>
border-color css
<style>
span { border-color: #DF1CE8; }
span { border-color: rgb(223,28,232); }
td.TdClassName
{
border-color: #DF1CE8;
}
.TagClassName
{
border-color: #DF1CE8;
}
</style>