Shades of Psychedelic Purple #DC1CF2
Tints of Psychedelic Purple #DC1CF2
RGB
CMYK
RGB Variations
Color information
#DC1CF2 (or 0xDC1CF2) is known color: Psychedelic Purple. HEX triplet: DC, 1C and F2. RGB value is (220,28,242). Sum of RGB (Red+Green+Blue) = 220+28+242=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC1CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CF2 is #23E30D. Grayscale: #6D6D6D. Windows color (decimal): -2351886 or 15867100. OLE color: 15867100.
HSL color Cylindrical-coordinate representation of color #DC1CF2: hue angle of 293.83º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1CF2 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 28 | 242 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.05 |
| HSL | 293.83º | 0.89% | 0.53% | - |
| HSV(B) | 293.83º | 0.88% | 0.95% | - |
| XYZ | 45.96 | 22.46 | 85.92 | - |
| YUV | 109.8 | 202.61 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 242 | 0.09 | 0.88 | 0 | 0.05 | 293.83 | 0.89 | 0.53 |
| Hex | DC | 1C | F2 | 9 | 58 | 0 | 5 | 126 | 59 | 35 |
| Octal | 334 | 34 | 362 | 11 | 130 | 0 | 5 | 446 | 131 | 65 |
| Binary | 11011100 | 11100 | 11110010 | 1001 | 1011000 | 0 | 101 | 100100110 | 1011001 | 110101 |
Color Harmonies of #DC1CF2
Complementary color
Monochromatic Colors of #DC1CF2
Black with #DC1CF2
Text Example
Text Example
White with #DC1CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CF2; }
p { color: rgb(220,28,242); }
H1.HeaderClassName
{
color: #DC1CF2;
}
.AnyTagClassName
{
color: #DC1CF2;
}
</style>
background-color css
<style>
a { background-color: #DC1CF2; }
a { background-color: rgb(220,28,242); }
div.DivClassName
{
background-color: #DC1CF2;
}
.BgClassName
{
background-color: #DC1CF2;
}
</style>
border-color css
<style>
span { border-color: #DC1CF2; }
span { border-color: rgb(220,28,242); }
td.TdClassName
{
border-color: #DC1CF2;
}
.TagClassName
{
border-color: #DC1CF2;
}
</style>