Shades of Psychedelic Purple #DC07F9
Tints of Psychedelic Purple #DC07F9
RGB
CMYK
RGB Variations
Color information
#DC07F9 (or 0xDC07F9) is known color: Psychedelic Purple. HEX triplet: DC, 07 and F9. RGB value is (220,7,249). Sum of RGB (Red+Green+Blue) = 220+7+249=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC07F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC07F9 is #23F806. Grayscale: #616161. Windows color (decimal): -2357255 or 16320476. OLE color: 16320476.
HSL color Cylindrical-coordinate representation of color #DC07F9: hue angle of 292.81º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07F9 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 7 | 249 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.02 |
| HSL | 292.81º | 0.95% | 0.5% | - |
| HSV(B) | 292.81º | 0.97% | 0.98% | - |
| XYZ | 46.69 | 22.21 | 91.45 | - |
| YUV | 98.28 | 213.07 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 249 | 0.12 | 0.97 | 0 | 0.02 | 292.81 | 0.95 | 0.5 |
| Hex | DC | 7 | F9 | C | 61 | 0 | 2 | 125 | 5F | 32 |
| Octal | 334 | 7 | 371 | 14 | 141 | 0 | 2 | 445 | 137 | 62 |
| Binary | 11011100 | 111 | 11111001 | 1100 | 1100001 | 0 | 10 | 100100101 | 1011111 | 110010 |
Color Harmonies of #DC07F9
Complementary color
Monochromatic Colors of #DC07F9
Black with #DC07F9
Text Example
Text Example
White with #DC07F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07F9; }
p { color: rgb(220,7,249); }
H1.HeaderClassName
{
color: #DC07F9;
}
.AnyTagClassName
{
color: #DC07F9;
}
</style>
background-color css
<style>
a { background-color: #DC07F9; }
a { background-color: rgb(220,7,249); }
div.DivClassName
{
background-color: #DC07F9;
}
.BgClassName
{
background-color: #DC07F9;
}
</style>
border-color css
<style>
span { border-color: #DC07F9; }
span { border-color: rgb(220,7,249); }
td.TdClassName
{
border-color: #DC07F9;
}
.TagClassName
{
border-color: #DC07F9;
}
</style>