Shades of Psychedelic Purple #DF18E3
Tints of Psychedelic Purple #DF18E3
RGB
CMYK
RGB Variations
Color information
#DF18E3 (or 0xDF18E3) is known color: Psychedelic Purple. HEX triplet: DF, 18 and E3. RGB value is (223,24,227). Sum of RGB (Red+Green+Blue) = 223+24+227=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF18E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF18E3 is #20E71C. Grayscale: #6A6A6A. Windows color (decimal): -2156317 or 14883039. OLE color: 14883039.
HSL color Cylindrical-coordinate representation of color #DF18E3: hue angle of 298.82º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF18E3 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 24 | 227 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.11 |
| HSL | 298.82º | 0.81% | 0.49% | - |
| HSV(B) | 298.82º | 0.89% | 0.89% | - |
| XYZ | 44.62 | 21.89 | 74.55 | - |
| YUV | 106.64 | 195.93 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 227 | 0.02 | 0.89 | 0 | 0.11 | 298.82 | 0.81 | 0.49 |
| Hex | DF | 18 | E3 | 2 | 59 | 0 | B | 12B | 51 | 31 |
| Octal | 337 | 30 | 343 | 2 | 131 | 0 | 13 | 453 | 121 | 61 |
| Binary | 11011111 | 11000 | 11100011 | 10 | 1011001 | 0 | 1011 | 100101011 | 1010001 | 110001 |
Color Harmonies of #DF18E3
Complementary color
Monochromatic Colors of #DF18E3
Black with #DF18E3
Text Example
Text Example
White with #DF18E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18E3; }
p { color: rgb(223,24,227); }
H1.HeaderClassName
{
color: #DF18E3;
}
.AnyTagClassName
{
color: #DF18E3;
}
</style>
background-color css
<style>
a { background-color: #DF18E3; }
a { background-color: rgb(223,24,227); }
div.DivClassName
{
background-color: #DF18E3;
}
.BgClassName
{
background-color: #DF18E3;
}
</style>
border-color css
<style>
span { border-color: #DF18E3; }
span { border-color: rgb(223,24,227); }
td.TdClassName
{
border-color: #DF18E3;
}
.TagClassName
{
border-color: #DF18E3;
}
</style>