Shades of Psychedelic Purple #DC0FE9
Tints of Psychedelic Purple #DC0FE9
RGB
CMYK
RGB Variations
Color information
#DC0FE9 (or 0xDC0FE9) is known color: Psychedelic Purple. HEX triplet: DC, 0F and E9. RGB value is (220,15,233). Sum of RGB (Red+Green+Blue) = 220+15+233=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC0FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0FE9 is #23F016. Grayscale: #646464. Windows color (decimal): -2355223 or 15273948. OLE color: 15273948.
HSL color Cylindrical-coordinate representation of color #DC0FE9: hue angle of 296.42º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0FE9 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 15 | 233 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.09 |
| HSL | 296.42º | 0.88% | 0.49% | - |
| HSV(B) | 296.42º | 0.94% | 0.91% | - |
| XYZ | 44.39 | 21.44 | 78.89 | - |
| YUV | 101.15 | 202.42 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 233 | 0.06 | 0.94 | 0 | 0.09 | 296.42 | 0.88 | 0.49 |
| Hex | DC | F | E9 | 6 | 5E | 0 | 9 | 128 | 58 | 31 |
| Octal | 334 | 17 | 351 | 6 | 136 | 0 | 11 | 450 | 130 | 61 |
| Binary | 11011100 | 1111 | 11101001 | 110 | 1011110 | 0 | 1001 | 100101000 | 1011000 | 110001 |
Color Harmonies of #DC0FE9
Complementary color
Monochromatic Colors of #DC0FE9
Black with #DC0FE9
Text Example
Text Example
White with #DC0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FE9; }
p { color: rgb(220,15,233); }
H1.HeaderClassName
{
color: #DC0FE9;
}
.AnyTagClassName
{
color: #DC0FE9;
}
</style>
background-color css
<style>
a { background-color: #DC0FE9; }
a { background-color: rgb(220,15,233); }
div.DivClassName
{
background-color: #DC0FE9;
}
.BgClassName
{
background-color: #DC0FE9;
}
</style>
border-color css
<style>
span { border-color: #DC0FE9; }
span { border-color: rgb(220,15,233); }
td.TdClassName
{
border-color: #DC0FE9;
}
.TagClassName
{
border-color: #DC0FE9;
}
</style>