Shades of Psychedelic Purple #DC02F6
Tints of Psychedelic Purple #DC02F6
RGB
CMYK
RGB Variations
Color information
#DC02F6 (or 0xDC02F6) is known color: Psychedelic Purple. HEX triplet: DC, 02 and F6. RGB value is (220,2,246). Sum of RGB (Red+Green+Blue) = 220+2+246=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC02F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02F6 is #23FD09. Grayscale: #5E5E5E. Windows color (decimal): -2358538 or 16122588. OLE color: 16122588.
HSL color Cylindrical-coordinate representation of color #DC02F6: hue angle of 293.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02F6 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 2 | 246 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.04 |
| HSL | 293.61º | 0.98% | 0.49% | - |
| HSV(B) | 293.61º | 0.99% | 0.96% | - |
| XYZ | 46.17 | 21.91 | 88.98 | - |
| YUV | 95 | 213.22 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 246 | 0.11 | 0.99 | 0 | 0.04 | 293.61 | 0.98 | 0.49 |
| Hex | DC | 2 | F6 | B | 63 | 0 | 4 | 126 | 62 | 31 |
| Octal | 334 | 2 | 366 | 13 | 143 | 0 | 4 | 446 | 142 | 61 |
| Binary | 11011100 | 10 | 11110110 | 1011 | 1100011 | 0 | 100 | 100100110 | 1100010 | 110001 |
Color Harmonies of #DC02F6
Complementary color
Monochromatic Colors of #DC02F6
Black with #DC02F6
Text Example
Text Example
White with #DC02F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02F6; }
p { color: rgb(220,2,246); }
H1.HeaderClassName
{
color: #DC02F6;
}
.AnyTagClassName
{
color: #DC02F6;
}
</style>
background-color css
<style>
a { background-color: #DC02F6; }
a { background-color: rgb(220,2,246); }
div.DivClassName
{
background-color: #DC02F6;
}
.BgClassName
{
background-color: #DC02F6;
}
</style>
border-color css
<style>
span { border-color: #DC02F6; }
span { border-color: rgb(220,2,246); }
td.TdClassName
{
border-color: #DC02F6;
}
.TagClassName
{
border-color: #DC02F6;
}
</style>