Shades of Psychedelic Purple #DF1CFA
Tints of Psychedelic Purple #DF1CFA
RGB
CMYK
RGB Variations
Color information
#DF1CFA (or 0xDF1CFA) is known color: Psychedelic Purple. HEX triplet: DF, 1C and FA. RGB value is (223,28,250). Sum of RGB (Red+Green+Blue) = 223+28+250=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF1CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1CFA is #20E305. Grayscale: #6E6E6E. Windows color (decimal): -2155270 or 16391391. OLE color: 16391391.
HSL color Cylindrical-coordinate representation of color #DF1CFA: hue angle of 292.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1CFA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 28 | 250 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.02 |
| HSL | 292.7º | 0.96% | 0.55% | - |
| HSV(B) | 292.7º | 0.89% | 0.98% | - |
| XYZ | 48.1 | 23.42 | 92.43 | - |
| YUV | 111.61 | 206.1 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 250 | 0.11 | 0.89 | 0 | 0.02 | 292.7 | 0.96 | 0.55 |
| Hex | DF | 1C | FA | B | 59 | 0 | 2 | 125 | 60 | 37 |
| Octal | 337 | 34 | 372 | 13 | 131 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11011111 | 11100 | 11111010 | 1011 | 1011001 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #DF1CFA
Complementary color
Monochromatic Colors of #DF1CFA
Black with #DF1CFA
Text Example
Text Example
White with #DF1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1CFA; }
p { color: rgb(223,28,250); }
H1.HeaderClassName
{
color: #DF1CFA;
}
.AnyTagClassName
{
color: #DF1CFA;
}
</style>
background-color css
<style>
a { background-color: #DF1CFA; }
a { background-color: rgb(223,28,250); }
div.DivClassName
{
background-color: #DF1CFA;
}
.BgClassName
{
background-color: #DF1CFA;
}
</style>
border-color css
<style>
span { border-color: #DF1CFA; }
span { border-color: rgb(223,28,250); }
td.TdClassName
{
border-color: #DF1CFA;
}
.TagClassName
{
border-color: #DF1CFA;
}
</style>