Shades of Psychedelic Purple #DF11FD
Tints of Psychedelic Purple #DF11FD
RGB
CMYK
RGB Variations
Color information
#DF11FD (or 0xDF11FD) is known color: Psychedelic Purple. HEX triplet: DF, 11 and FD. RGB value is (223,17,253). Sum of RGB (Red+Green+Blue) = 223+17+253=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 17 (7.03% from 255 or 3.45% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF11FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF11FD is #20EE02. Grayscale: #686868. Windows color (decimal): -2158083 or 16585183. OLE color: 16585183.
HSL color Cylindrical-coordinate representation of color #DF11FD: hue angle of 292.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF11FD is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 17 | 253 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.01 |
| HSL | 292.37º | 0.98% | 0.53% | - |
| HSV(B) | 292.37º | 0.93% | 0.99% | - |
| XYZ | 48.36 | 23.18 | 94.85 | - |
| YUV | 105.5 | 211.25 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 253 | 0.12 | 0.93 | 0 | 0.01 | 292.37 | 0.98 | 0.53 |
| Hex | DF | 11 | FD | C | 5D | 0 | 1 | 124 | 62 | 35 |
| Octal | 337 | 21 | 375 | 14 | 135 | 0 | 1 | 444 | 142 | 65 |
| Binary | 11011111 | 10001 | 11111101 | 1100 | 1011101 | 0 | 1 | 100100100 | 1100010 | 110101 |
Color Harmonies of #DF11FD
Complementary color
Monochromatic Colors of #DF11FD
Black with #DF11FD
Text Example
Text Example
White with #DF11FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF11FD; }
p { color: rgb(223,17,253); }
H1.HeaderClassName
{
color: #DF11FD;
}
.AnyTagClassName
{
color: #DF11FD;
}
</style>
background-color css
<style>
a { background-color: #DF11FD; }
a { background-color: rgb(223,17,253); }
div.DivClassName
{
background-color: #DF11FD;
}
.BgClassName
{
background-color: #DF11FD;
}
</style>
border-color css
<style>
span { border-color: #DF11FD; }
span { border-color: rgb(223,17,253); }
td.TdClassName
{
border-color: #DF11FD;
}
.TagClassName
{
border-color: #DF11FD;
}
</style>