Shades of Psychedelic Purple #DF1EFD
Tints of Psychedelic Purple #DF1EFD
RGB
CMYK
RGB Variations
Color information
#DF1EFD (or 0xDF1EFD) is known color: Psychedelic Purple. HEX triplet: DF, 1E and FD. RGB value is (223,30,253). Sum of RGB (Red+Green+Blue) = 223+30+253=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF1EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EFD is #20E102. Grayscale: #707070. Windows color (decimal): -2154755 or 16588511. OLE color: 16588511.
HSL color Cylindrical-coordinate representation of color #DF1EFD: hue angle of 291.93º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1EFD is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 30 | 253 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.01 |
| HSL | 291.93º | 0.98% | 0.55% | - |
| HSV(B) | 291.93º | 0.88% | 0.99% | - |
| XYZ | 48.63 | 23.71 | 94.94 | - |
| YUV | 113.13 | 206.94 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 253 | 0.12 | 0.88 | 0 | 0.01 | 291.93 | 0.98 | 0.55 |
| Hex | DF | 1E | FD | C | 58 | 0 | 1 | 124 | 62 | 37 |
| Octal | 337 | 36 | 375 | 14 | 130 | 0 | 1 | 444 | 142 | 67 |
| Binary | 11011111 | 11110 | 11111101 | 1100 | 1011000 | 0 | 1 | 100100100 | 1100010 | 110111 |
Color Harmonies of #DF1EFD
Complementary color
Monochromatic Colors of #DF1EFD
Black with #DF1EFD
Text Example
Text Example
White with #DF1EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EFD; }
p { color: rgb(223,30,253); }
H1.HeaderClassName
{
color: #DF1EFD;
}
.AnyTagClassName
{
color: #DF1EFD;
}
</style>
background-color css
<style>
a { background-color: #DF1EFD; }
a { background-color: rgb(223,30,253); }
div.DivClassName
{
background-color: #DF1EFD;
}
.BgClassName
{
background-color: #DF1EFD;
}
</style>
border-color css
<style>
span { border-color: #DF1EFD; }
span { border-color: rgb(223,30,253); }
td.TdClassName
{
border-color: #DF1EFD;
}
.TagClassName
{
border-color: #DF1EFD;
}
</style>