Shades of Psychedelic Purple #DC1FFF
Tints of Psychedelic Purple #DC1FFF
RGB
CMYK
RGB Variations
Color information
#DC1FFF (or 0xDC1FFF) is known color: Psychedelic Purple. HEX triplet: DC, 1F and FF. RGB value is (220,31,255). Sum of RGB (Red+Green+Blue) = 220+31+255=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 31 (12.5% from 255 or 6.13% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1FFF is #23E000. Grayscale: #707070. Windows color (decimal): -2351105 or 16719836. OLE color: 16719836.
HSL color Cylindrical-coordinate representation of color #DC1FFF: hue angle of 290.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1FFF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 31 | 255 | - |
| CMYK | 0.14 | 0.88 | 0 | 0 |
| HSL | 290.63º | 1% | 0.56% | - |
| HSV(B) | 290.63º | 0.88% | 1% | - |
| XYZ | 48.06 | 23.42 | 96.59 | - |
| YUV | 113.05 | 208.12 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 255 | 0.14 | 0.88 | 0 | 0 | 290.63 | 1 | 0.56 |
| Hex | DC | 1F | FF | E | 58 | 0 | 0 | 123 | 64 | 38 |
| Octal | 334 | 37 | 377 | 16 | 130 | 0 | 0 | 443 | 144 | 70 |
| Binary | 11011100 | 11111 | 11111111 | 1110 | 1011000 | 0 | 0 | 100100011 | 1100100 | 111000 |
Color Harmonies of #DC1FFF
Complementary color
Monochromatic Colors of #DC1FFF
Black with #DC1FFF
Text Example
Text Example
White with #DC1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FFF; }
p { color: rgb(220,31,255); }
H1.HeaderClassName
{
color: #DC1FFF;
}
.AnyTagClassName
{
color: #DC1FFF;
}
</style>
background-color css
<style>
a { background-color: #DC1FFF; }
a { background-color: rgb(220,31,255); }
div.DivClassName
{
background-color: #DC1FFF;
}
.BgClassName
{
background-color: #DC1FFF;
}
</style>
border-color css
<style>
span { border-color: #DC1FFF; }
span { border-color: rgb(220,31,255); }
td.TdClassName
{
border-color: #DC1FFF;
}
.TagClassName
{
border-color: #DC1FFF;
}
</style>