Shades of Psychedelic Purple #DC10F1
Tints of Psychedelic Purple #DC10F1
RGB
CMYK
RGB Variations
Color information
#DC10F1 (or 0xDC10F1) is known color: Psychedelic Purple. HEX triplet: DC, 10 and F1. RGB value is (220,16,241). Sum of RGB (Red+Green+Blue) = 220+16+241=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC10F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC10F1 is #23EF0E. Grayscale: #656565. Windows color (decimal): -2354959 or 15798492. OLE color: 15798492.
HSL color Cylindrical-coordinate representation of color #DC10F1: hue angle of 294.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10F1 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 16 | 241 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.05 |
| HSL | 294.4º | 0.89% | 0.5% | - |
| HSV(B) | 294.4º | 0.93% | 0.95% | - |
| XYZ | 45.58 | 21.94 | 85.05 | - |
| YUV | 102.65 | 206.09 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 241 | 0.09 | 0.93 | 0 | 0.05 | 294.4 | 0.89 | 0.5 |
| Hex | DC | 10 | F1 | 9 | 5D | 0 | 5 | 126 | 59 | 32 |
| Octal | 334 | 20 | 361 | 11 | 135 | 0 | 5 | 446 | 131 | 62 |
| Binary | 11011100 | 10000 | 11110001 | 1001 | 1011101 | 0 | 101 | 100100110 | 1011001 | 110010 |
Color Harmonies of #DC10F1
Complementary color
Monochromatic Colors of #DC10F1
Black with #DC10F1
Text Example
Text Example
White with #DC10F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10F1; }
p { color: rgb(220,16,241); }
H1.HeaderClassName
{
color: #DC10F1;
}
.AnyTagClassName
{
color: #DC10F1;
}
</style>
background-color css
<style>
a { background-color: #DC10F1; }
a { background-color: rgb(220,16,241); }
div.DivClassName
{
background-color: #DC10F1;
}
.BgClassName
{
background-color: #DC10F1;
}
</style>
border-color css
<style>
span { border-color: #DC10F1; }
span { border-color: rgb(220,16,241); }
td.TdClassName
{
border-color: #DC10F1;
}
.TagClassName
{
border-color: #DC10F1;
}
</style>