Shades of Psychedelic Purple #DC17F2
Tints of Psychedelic Purple #DC17F2
RGB
CMYK
RGB Variations
Color information
#DC17F2 (or 0xDC17F2) is known color: Psychedelic Purple. HEX triplet: DC, 17 and F2. RGB value is (220,23,242). Sum of RGB (Red+Green+Blue) = 220+23+242=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC17F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17F2 is #23E80D. Grayscale: #6A6A6A. Windows color (decimal): -2353166 or 15865820. OLE color: 15865820.
HSL color Cylindrical-coordinate representation of color #DC17F2: hue angle of 293.97º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17F2 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 23 | 242 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.05 |
| HSL | 293.97º | 0.89% | 0.52% | - |
| HSV(B) | 293.97º | 0.9% | 0.95% | - |
| XYZ | 45.85 | 22.24 | 85.88 | - |
| YUV | 106.87 | 204.27 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 242 | 0.09 | 0.90 | 0 | 0.05 | 293.97 | 0.89 | 0.52 |
| Hex | DC | 17 | F2 | 9 | 5A | 0 | 5 | 126 | 59 | 34 |
| Octal | 334 | 27 | 362 | 11 | 132 | 0 | 5 | 446 | 131 | 64 |
| Binary | 11011100 | 10111 | 11110010 | 1001 | 1011010 | 0 | 101 | 100100110 | 1011001 | 110100 |
Color Harmonies of #DC17F2
Complementary color
Monochromatic Colors of #DC17F2
Black with #DC17F2
Text Example
Text Example
White with #DC17F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17F2; }
p { color: rgb(220,23,242); }
H1.HeaderClassName
{
color: #DC17F2;
}
.AnyTagClassName
{
color: #DC17F2;
}
</style>
background-color css
<style>
a { background-color: #DC17F2; }
a { background-color: rgb(220,23,242); }
div.DivClassName
{
background-color: #DC17F2;
}
.BgClassName
{
background-color: #DC17F2;
}
</style>
border-color css
<style>
span { border-color: #DC17F2; }
span { border-color: rgb(220,23,242); }
td.TdClassName
{
border-color: #DC17F2;
}
.TagClassName
{
border-color: #DC17F2;
}
</style>