Shades of Psychedelic Purple #DC02F9
Tints of Psychedelic Purple #DC02F9
RGB
CMYK
RGB Variations
Color information
#DC02F9 (or 0xDC02F9) is known color: Psychedelic Purple. HEX triplet: DC, 02 and F9. RGB value is (220,2,249). Sum of RGB (Red+Green+Blue) = 220+2+249=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC02F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02F9 is #23FD06. Grayscale: #5E5E5E. Windows color (decimal): -2358535 or 16319196. OLE color: 16319196.
HSL color Cylindrical-coordinate representation of color #DC02F9: hue angle of 292.96º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02F9 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 2 | 249 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.02 |
| HSL | 292.96º | 0.98% | 0.49% | - |
| HSV(B) | 292.96º | 0.99% | 0.98% | - |
| XYZ | 46.64 | 22.1 | 91.43 | - |
| YUV | 95.34 | 214.72 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 249 | 0.12 | 0.99 | 0 | 0.02 | 292.96 | 0.98 | 0.49 |
| Hex | DC | 2 | F9 | C | 63 | 0 | 2 | 125 | 62 | 31 |
| Octal | 334 | 2 | 371 | 14 | 143 | 0 | 2 | 445 | 142 | 61 |
| Binary | 11011100 | 10 | 11111001 | 1100 | 1100011 | 0 | 10 | 100100101 | 1100010 | 110001 |
Color Harmonies of #DC02F9
Complementary color
Monochromatic Colors of #DC02F9
Black with #DC02F9
Text Example
Text Example
White with #DC02F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02F9; }
p { color: rgb(220,2,249); }
H1.HeaderClassName
{
color: #DC02F9;
}
.AnyTagClassName
{
color: #DC02F9;
}
</style>
background-color css
<style>
a { background-color: #DC02F9; }
a { background-color: rgb(220,2,249); }
div.DivClassName
{
background-color: #DC02F9;
}
.BgClassName
{
background-color: #DC02F9;
}
</style>
border-color css
<style>
span { border-color: #DC02F9; }
span { border-color: rgb(220,2,249); }
td.TdClassName
{
border-color: #DC02F9;
}
.TagClassName
{
border-color: #DC02F9;
}
</style>