Shades of Psychedelic Purple #DF18FB
Tints of Psychedelic Purple #DF18FB
RGB
CMYK
RGB Variations
Color information
#DF18FB (or 0xDF18FB) is known color: Psychedelic Purple. HEX triplet: DF, 18 and FB. RGB value is (223,24,251). Sum of RGB (Red+Green+Blue) = 223+24+251=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 24 (9.77% from 255 or 4.82% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF18FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF18FB is #20E704. Grayscale: #6C6C6C. Windows color (decimal): -2156293 or 16455903. OLE color: 16455903.
HSL color Cylindrical-coordinate representation of color #DF18FB: hue angle of 292.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF18FB is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 24 | 251 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.02 |
| HSL | 292.6º | 0.97% | 0.54% | - |
| HSV(B) | 292.6º | 0.9% | 0.98% | - |
| XYZ | 48.17 | 23.31 | 93.23 | - |
| YUV | 109.38 | 207.93 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 251 | 0.11 | 0.90 | 0 | 0.02 | 292.6 | 0.97 | 0.54 |
| Hex | DF | 18 | FB | B | 5A | 0 | 2 | 125 | 61 | 36 |
| Octal | 337 | 30 | 373 | 13 | 132 | 0 | 2 | 445 | 141 | 66 |
| Binary | 11011111 | 11000 | 11111011 | 1011 | 1011010 | 0 | 10 | 100100101 | 1100001 | 110110 |
Color Harmonies of #DF18FB
Complementary color
Monochromatic Colors of #DF18FB
Black with #DF18FB
Text Example
Text Example
White with #DF18FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18FB; }
p { color: rgb(223,24,251); }
H1.HeaderClassName
{
color: #DF18FB;
}
.AnyTagClassName
{
color: #DF18FB;
}
</style>
background-color css
<style>
a { background-color: #DF18FB; }
a { background-color: rgb(223,24,251); }
div.DivClassName
{
background-color: #DF18FB;
}
.BgClassName
{
background-color: #DF18FB;
}
</style>
border-color css
<style>
span { border-color: #DF18FB; }
span { border-color: rgb(223,24,251); }
td.TdClassName
{
border-color: #DF18FB;
}
.TagClassName
{
border-color: #DF18FB;
}
</style>