Shades of Psychedelic Purple #DC02F0
Tints of Psychedelic Purple #DC02F0
RGB
CMYK
RGB Variations
Color information
#DC02F0 (or 0xDC02F0) is known color: Psychedelic Purple. HEX triplet: DC, 02 and F0. RGB value is (220,2,240). Sum of RGB (Red+Green+Blue) = 220+2+240=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC02F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02F0 is #23FD0F. Grayscale: #5D5D5D. Windows color (decimal): -2358544 or 15729372. OLE color: 15729372.
HSL color Cylindrical-coordinate representation of color #DC02F0: hue angle of 294.96º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02F0 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 2 | 240 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.06 |
| HSL | 294.96º | 0.98% | 0.47% | - |
| HSV(B) | 294.96º | 0.99% | 0.94% | - |
| XYZ | 45.27 | 21.55 | 84.21 | - |
| YUV | 94.31 | 210.22 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 240 | 0.08 | 0.99 | 0 | 0.06 | 294.96 | 0.98 | 0.47 |
| Hex | DC | 2 | F0 | 8 | 63 | 0 | 6 | 127 | 62 | 2F |
| Octal | 334 | 2 | 360 | 10 | 143 | 0 | 6 | 447 | 142 | 57 |
| Binary | 11011100 | 10 | 11110000 | 1000 | 1100011 | 0 | 110 | 100100111 | 1100010 | 101111 |
Color Harmonies of #DC02F0
Complementary color
Monochromatic Colors of #DC02F0
Black with #DC02F0
Text Example
Text Example
White with #DC02F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02F0; }
p { color: rgb(220,2,240); }
H1.HeaderClassName
{
color: #DC02F0;
}
.AnyTagClassName
{
color: #DC02F0;
}
</style>
background-color css
<style>
a { background-color: #DC02F0; }
a { background-color: rgb(220,2,240); }
div.DivClassName
{
background-color: #DC02F0;
}
.BgClassName
{
background-color: #DC02F0;
}
</style>
border-color css
<style>
span { border-color: #DC02F0; }
span { border-color: rgb(220,2,240); }
td.TdClassName
{
border-color: #DC02F0;
}
.TagClassName
{
border-color: #DC02F0;
}
</style>