Shades of Psychedelic Purple #DC16F9
Tints of Psychedelic Purple #DC16F9
RGB
CMYK
RGB Variations
Color information
#DC16F9 (or 0xDC16F9) is known color: Psychedelic Purple. HEX triplet: DC, 16 and F9. RGB value is (220,22,249). Sum of RGB (Red+Green+Blue) = 220+22+249=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 22 (8.98% from 255 or 4.48% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC16F9 is #23E906. Grayscale: #6A6A6A. Windows color (decimal): -2353415 or 16324316. OLE color: 16324316.
HSL color Cylindrical-coordinate representation of color #DC16F9: hue angle of 292.33º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC16F9 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 22 | 249 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.02 |
| HSL | 292.33º | 0.95% | 0.53% | - |
| HSV(B) | 292.33º | 0.91% | 0.98% | - |
| XYZ | 46.9 | 22.63 | 91.52 | - |
| YUV | 107.08 | 208.1 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 249 | 0.12 | 0.91 | 0 | 0.02 | 292.33 | 0.95 | 0.53 |
| Hex | DC | 16 | F9 | C | 5B | 0 | 2 | 124 | 5F | 35 |
| Octal | 334 | 26 | 371 | 14 | 133 | 0 | 2 | 444 | 137 | 65 |
| Binary | 11011100 | 10110 | 11111001 | 1100 | 1011011 | 0 | 10 | 100100100 | 1011111 | 110101 |
Color Harmonies of #DC16F9
Complementary color
Monochromatic Colors of #DC16F9
Black with #DC16F9
Text Example
Text Example
White with #DC16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16F9; }
p { color: rgb(220,22,249); }
H1.HeaderClassName
{
color: #DC16F9;
}
.AnyTagClassName
{
color: #DC16F9;
}
</style>
background-color css
<style>
a { background-color: #DC16F9; }
a { background-color: rgb(220,22,249); }
div.DivClassName
{
background-color: #DC16F9;
}
.BgClassName
{
background-color: #DC16F9;
}
</style>
border-color css
<style>
span { border-color: #DC16F9; }
span { border-color: rgb(220,22,249); }
td.TdClassName
{
border-color: #DC16F9;
}
.TagClassName
{
border-color: #DC16F9;
}
</style>