Shades of Psychedelic Purple #DF17EA
Tints of Psychedelic Purple #DF17EA
RGB
CMYK
RGB Variations
Color information
#DF17EA (or 0xDF17EA) is known color: Psychedelic Purple. HEX triplet: DF, 17 and EA. RGB value is (223,23,234). Sum of RGB (Red+Green+Blue) = 223+23+234=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF17EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF17EA is #20E815. Grayscale: #6A6A6A. Windows color (decimal): -2156566 or 15341535. OLE color: 15341535.
HSL color Cylindrical-coordinate representation of color #DF17EA: hue angle of 296.87º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF17EA is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 23 | 234 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.08 |
| HSL | 296.87º | 0.83% | 0.5% | - |
| HSV(B) | 296.87º | 0.9% | 0.92% | - |
| XYZ | 45.59 | 22.24 | 79.73 | - |
| YUV | 106.85 | 199.76 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 234 | 0.05 | 0.90 | 0 | 0.08 | 296.87 | 0.83 | 0.5 |
| Hex | DF | 17 | EA | 5 | 5A | 0 | 8 | 129 | 53 | 32 |
| Octal | 337 | 27 | 352 | 5 | 132 | 0 | 10 | 451 | 123 | 62 |
| Binary | 11011111 | 10111 | 11101010 | 101 | 1011010 | 0 | 1000 | 100101001 | 1010011 | 110010 |
Color Harmonies of #DF17EA
Complementary color
Monochromatic Colors of #DF17EA
Black with #DF17EA
Text Example
Text Example
White with #DF17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17EA; }
p { color: rgb(223,23,234); }
H1.HeaderClassName
{
color: #DF17EA;
}
.AnyTagClassName
{
color: #DF17EA;
}
</style>
background-color css
<style>
a { background-color: #DF17EA; }
a { background-color: rgb(223,23,234); }
div.DivClassName
{
background-color: #DF17EA;
}
.BgClassName
{
background-color: #DF17EA;
}
</style>
border-color css
<style>
span { border-color: #DF17EA; }
span { border-color: rgb(223,23,234); }
td.TdClassName
{
border-color: #DF17EA;
}
.TagClassName
{
border-color: #DF17EA;
}
</style>