Shades of Psychedelic Purple #DC25F1
Tints of Psychedelic Purple #DC25F1
RGB
CMYK
RGB Variations
Color information
#DC25F1 (or 0xDC25F1) is known color: Psychedelic Purple. HEX triplet: DC, 25 and F1. RGB value is (220,37,241). Sum of RGB (Red+Green+Blue) = 220+37+241=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC25F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC25F1 is #23DA0E. Grayscale: #727272. Windows color (decimal): -2349583 or 15803868. OLE color: 15803868.
HSL color Cylindrical-coordinate representation of color #DC25F1: hue angle of 293.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC25F1 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 37 | 241 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.05 |
| HSL | 293.82º | 0.88% | 0.55% | - |
| HSV(B) | 293.82º | 0.85% | 0.95% | - |
| XYZ | 46.05 | 22.89 | 85.21 | - |
| YUV | 114.97 | 199.13 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 241 | 0.09 | 0.85 | 0 | 0.05 | 293.82 | 0.88 | 0.55 |
| Hex | DC | 25 | F1 | 9 | 55 | 0 | 5 | 126 | 58 | 37 |
| Octal | 334 | 45 | 361 | 11 | 125 | 0 | 5 | 446 | 130 | 67 |
| Binary | 11011100 | 100101 | 11110001 | 1001 | 1010101 | 0 | 101 | 100100110 | 1011000 | 110111 |
Color Harmonies of #DC25F1
Complementary color
Monochromatic Colors of #DC25F1
Black with #DC25F1
Text Example
Text Example
White with #DC25F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25F1; }
p { color: rgb(220,37,241); }
H1.HeaderClassName
{
color: #DC25F1;
}
.AnyTagClassName
{
color: #DC25F1;
}
</style>
background-color css
<style>
a { background-color: #DC25F1; }
a { background-color: rgb(220,37,241); }
div.DivClassName
{
background-color: #DC25F1;
}
.BgClassName
{
background-color: #DC25F1;
}
</style>
border-color css
<style>
span { border-color: #DC25F1; }
span { border-color: rgb(220,37,241); }
td.TdClassName
{
border-color: #DC25F1;
}
.TagClassName
{
border-color: #DC25F1;
}
</style>