Shades of Psychedelic Purple #DF1CE5
Tints of Psychedelic Purple #DF1CE5
RGB
CMYK
RGB Variations
Color information
#DF1CE5 (or 0xDF1CE5) is known color: Psychedelic Purple. HEX triplet: DF, 1C and E5. RGB value is (223,28,229). Sum of RGB (Red+Green+Blue) = 223+28+229=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF1CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1CE5 is #20E31A. Grayscale: #6C6C6C. Windows color (decimal): -2155291 or 15015135. OLE color: 15015135.
HSL color Cylindrical-coordinate representation of color #DF1CE5: hue angle of 298.21º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1CE5 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 28 | 229 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.10 |
| HSL | 298.21º | 0.79% | 0.5% | - |
| HSV(B) | 298.21º | 0.88% | 0.9% | - |
| XYZ | 44.99 | 22.18 | 76.04 | - |
| YUV | 109.22 | 195.6 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 229 | 0.03 | 0.88 | 0 | 0.10 | 298.21 | 0.79 | 0.5 |
| Hex | DF | 1C | E5 | 3 | 58 | 0 | A | 12A | 4F | 32 |
| Octal | 337 | 34 | 345 | 3 | 130 | 0 | 12 | 452 | 117 | 62 |
| Binary | 11011111 | 11100 | 11100101 | 11 | 1011000 | 0 | 1010 | 100101010 | 1001111 | 110010 |
Color Harmonies of #DF1CE5
Complementary color
Monochromatic Colors of #DF1CE5
Black with #DF1CE5
Text Example
Text Example
White with #DF1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1CE5; }
p { color: rgb(223,28,229); }
H1.HeaderClassName
{
color: #DF1CE5;
}
.AnyTagClassName
{
color: #DF1CE5;
}
</style>
background-color css
<style>
a { background-color: #DF1CE5; }
a { background-color: rgb(223,28,229); }
div.DivClassName
{
background-color: #DF1CE5;
}
.BgClassName
{
background-color: #DF1CE5;
}
</style>
border-color css
<style>
span { border-color: #DF1CE5; }
span { border-color: rgb(223,28,229); }
td.TdClassName
{
border-color: #DF1CE5;
}
.TagClassName
{
border-color: #DF1CE5;
}
</style>