Shades of Psychedelic Purple #DF1CFF
Tints of Psychedelic Purple #DF1CFF
RGB
CMYK
RGB Variations
Color information
#DF1CFF (or 0xDF1CFF) is known color: Psychedelic Purple. HEX triplet: DF, 1C and FF. RGB value is (223,28,255). Sum of RGB (Red+Green+Blue) = 223+28+255=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1CFF is #20E300. Grayscale: #6F6F6F. Windows color (decimal): -2155265 or 16719071. OLE color: 16719071.
HSL color Cylindrical-coordinate representation of color #DF1CFF: hue angle of 291.54º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1CFF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 28 | 255 | - |
| CMYK | 0.13 | 0.89 | 0 | 0 |
| HSL | 291.54º | 1% | 0.55% | - |
| HSV(B) | 291.54º | 0.89% | 1% | - |
| XYZ | 48.9 | 23.74 | 96.61 | - |
| YUV | 112.18 | 208.6 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 255 | 0.13 | 0.89 | 0 | 0 | 291.54 | 1 | 0.55 |
| Hex | DF | 1C | FF | D | 59 | 0 | 0 | 124 | 64 | 37 |
| Octal | 337 | 34 | 377 | 15 | 131 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11011111 | 11100 | 11111111 | 1101 | 1011001 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #DF1CFF
Complementary color
Monochromatic Colors of #DF1CFF
Black with #DF1CFF
Text Example
Text Example
White with #DF1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1CFF; }
p { color: rgb(223,28,255); }
H1.HeaderClassName
{
color: #DF1CFF;
}
.AnyTagClassName
{
color: #DF1CFF;
}
</style>
background-color css
<style>
a { background-color: #DF1CFF; }
a { background-color: rgb(223,28,255); }
div.DivClassName
{
background-color: #DF1CFF;
}
.BgClassName
{
background-color: #DF1CFF;
}
</style>
border-color css
<style>
span { border-color: #DF1CFF; }
span { border-color: rgb(223,28,255); }
td.TdClassName
{
border-color: #DF1CFF;
}
.TagClassName
{
border-color: #DF1CFF;
}
</style>