Shades of Psychedelic Purple #DF18FD
Tints of Psychedelic Purple #DF18FD
RGB
CMYK
RGB Variations
Color information
#DF18FD (or 0xDF18FD) is known color: Psychedelic Purple. HEX triplet: DF, 18 and FD. RGB value is (223,24,253). Sum of RGB (Red+Green+Blue) = 223+24+253=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF18FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF18FD is #20E702. Grayscale: #6C6C6C. Windows color (decimal): -2156291 or 16586975. OLE color: 16586975.
HSL color Cylindrical-coordinate representation of color #DF18FD: hue angle of 292.14º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF18FD is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 24 | 253 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.01 |
| HSL | 292.14º | 0.98% | 0.54% | - |
| HSV(B) | 292.14º | 0.91% | 0.99% | - |
| XYZ | 48.49 | 23.43 | 94.9 | - |
| YUV | 109.61 | 208.93 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 253 | 0.12 | 0.91 | 0 | 0.01 | 292.14 | 0.98 | 0.54 |
| Hex | DF | 18 | FD | C | 5B | 0 | 1 | 124 | 62 | 36 |
| Octal | 337 | 30 | 375 | 14 | 133 | 0 | 1 | 444 | 142 | 66 |
| Binary | 11011111 | 11000 | 11111101 | 1100 | 1011011 | 0 | 1 | 100100100 | 1100010 | 110110 |
Color Harmonies of #DF18FD
Complementary color
Monochromatic Colors of #DF18FD
Black with #DF18FD
Text Example
Text Example
White with #DF18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18FD; }
p { color: rgb(223,24,253); }
H1.HeaderClassName
{
color: #DF18FD;
}
.AnyTagClassName
{
color: #DF18FD;
}
</style>
background-color css
<style>
a { background-color: #DF18FD; }
a { background-color: rgb(223,24,253); }
div.DivClassName
{
background-color: #DF18FD;
}
.BgClassName
{
background-color: #DF18FD;
}
</style>
border-color css
<style>
span { border-color: #DF18FD; }
span { border-color: rgb(223,24,253); }
td.TdClassName
{
border-color: #DF18FD;
}
.TagClassName
{
border-color: #DF18FD;
}
</style>