Shades of Psychedelic Purple #DC0FF9
Tints of Psychedelic Purple #DC0FF9
RGB
CMYK
RGB Variations
Color information
#DC0FF9 (or 0xDC0FF9) is known color: Psychedelic Purple. HEX triplet: DC, 0F and F9. RGB value is (220,15,249). Sum of RGB (Red+Green+Blue) = 220+15+249=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC0FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0FF9 is #23F006. Grayscale: #666666. Windows color (decimal): -2355207 or 16322524. OLE color: 16322524.
HSL color Cylindrical-coordinate representation of color #DC0FF9: hue angle of 292.56º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0FF9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 15 | 249 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.02 |
| HSL | 292.56º | 0.95% | 0.52% | - |
| HSV(B) | 292.56º | 0.94% | 0.98% | - |
| XYZ | 46.78 | 22.4 | 91.48 | - |
| YUV | 102.97 | 210.42 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 249 | 0.12 | 0.94 | 0 | 0.02 | 292.56 | 0.95 | 0.52 |
| Hex | DC | F | F9 | C | 5E | 0 | 2 | 125 | 5F | 34 |
| Octal | 334 | 17 | 371 | 14 | 136 | 0 | 2 | 445 | 137 | 64 |
| Binary | 11011100 | 1111 | 11111001 | 1100 | 1011110 | 0 | 10 | 100100101 | 1011111 | 110100 |
Color Harmonies of #DC0FF9
Complementary color
Monochromatic Colors of #DC0FF9
Black with #DC0FF9
Text Example
Text Example
White with #DC0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FF9; }
p { color: rgb(220,15,249); }
H1.HeaderClassName
{
color: #DC0FF9;
}
.AnyTagClassName
{
color: #DC0FF9;
}
</style>
background-color css
<style>
a { background-color: #DC0FF9; }
a { background-color: rgb(220,15,249); }
div.DivClassName
{
background-color: #DC0FF9;
}
.BgClassName
{
background-color: #DC0FF9;
}
</style>
border-color css
<style>
span { border-color: #DC0FF9; }
span { border-color: rgb(220,15,249); }
td.TdClassName
{
border-color: #DC0FF9;
}
.TagClassName
{
border-color: #DC0FF9;
}
</style>