Shades of Psychedelic Purple #DC17FF
Tints of Psychedelic Purple #DC17FF
RGB
CMYK
RGB Variations
Color information
#DC17FF (or 0xDC17FF) is known color: Psychedelic Purple. HEX triplet: DC, 17 and FF. RGB value is (220,23,255). Sum of RGB (Red+Green+Blue) = 220+23+255=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 23 (9.38% from 255 or 4.62% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17FF is #23E800. Grayscale: #6B6B6B. Windows color (decimal): -2353153 or 16717788. OLE color: 16717788.
HSL color Cylindrical-coordinate representation of color #DC17FF: hue angle of 290.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC17FF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 23 | 255 | - |
| CMYK | 0.14 | 0.91 | 0 | 0 |
| HSL | 290.95º | 1% | 0.55% | - |
| HSV(B) | 290.95º | 0.91% | 1% | - |
| XYZ | 47.87 | 23.05 | 96.53 | - |
| YUV | 108.35 | 210.77 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 255 | 0.14 | 0.91 | 0 | 0 | 290.95 | 1 | 0.55 |
| Hex | DC | 17 | FF | E | 5B | 0 | 0 | 123 | 64 | 37 |
| Octal | 334 | 27 | 377 | 16 | 133 | 0 | 0 | 443 | 144 | 67 |
| Binary | 11011100 | 10111 | 11111111 | 1110 | 1011011 | 0 | 0 | 100100011 | 1100100 | 110111 |
Color Harmonies of #DC17FF
Complementary color
Monochromatic Colors of #DC17FF
Black with #DC17FF
Text Example
Text Example
White with #DC17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17FF; }
p { color: rgb(220,23,255); }
H1.HeaderClassName
{
color: #DC17FF;
}
.AnyTagClassName
{
color: #DC17FF;
}
</style>
background-color css
<style>
a { background-color: #DC17FF; }
a { background-color: rgb(220,23,255); }
div.DivClassName
{
background-color: #DC17FF;
}
.BgClassName
{
background-color: #DC17FF;
}
</style>
border-color css
<style>
span { border-color: #DC17FF; }
span { border-color: rgb(220,23,255); }
td.TdClassName
{
border-color: #DC17FF;
}
.TagClassName
{
border-color: #DC17FF;
}
</style>