Shades of Psychedelic Purple #DC16F1
Tints of Psychedelic Purple #DC16F1
RGB
CMYK
RGB Variations
Color information
#DC16F1 (or 0xDC16F1) is known color: Psychedelic Purple. HEX triplet: DC, 16 and F1. RGB value is (220,22,241). Sum of RGB (Red+Green+Blue) = 220+22+241=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC16F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC16F1 is #23E90E. Grayscale: #696969. Windows color (decimal): -2353423 or 15800028. OLE color: 15800028.
HSL color Cylindrical-coordinate representation of color #DC16F1: hue angle of 294.25º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC16F1 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 22 | 241 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.05 |
| HSL | 294.25º | 0.89% | 0.52% | - |
| HSV(B) | 294.25º | 0.91% | 0.95% | - |
| XYZ | 45.68 | 22.14 | 85.09 | - |
| YUV | 106.17 | 204.1 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 241 | 0.09 | 0.91 | 0 | 0.05 | 294.25 | 0.89 | 0.52 |
| Hex | DC | 16 | F1 | 9 | 5B | 0 | 5 | 126 | 59 | 34 |
| Octal | 334 | 26 | 361 | 11 | 133 | 0 | 5 | 446 | 131 | 64 |
| Binary | 11011100 | 10110 | 11110001 | 1001 | 1011011 | 0 | 101 | 100100110 | 1011001 | 110100 |
Color Harmonies of #DC16F1
Complementary color
Monochromatic Colors of #DC16F1
Black with #DC16F1
Text Example
Text Example
White with #DC16F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16F1; }
p { color: rgb(220,22,241); }
H1.HeaderClassName
{
color: #DC16F1;
}
.AnyTagClassName
{
color: #DC16F1;
}
</style>
background-color css
<style>
a { background-color: #DC16F1; }
a { background-color: rgb(220,22,241); }
div.DivClassName
{
background-color: #DC16F1;
}
.BgClassName
{
background-color: #DC16F1;
}
</style>
border-color css
<style>
span { border-color: #DC16F1; }
span { border-color: rgb(220,22,241); }
td.TdClassName
{
border-color: #DC16F1;
}
.TagClassName
{
border-color: #DC16F1;
}
</style>