Shades of Psychedelic Purple #DC06FD
Tints of Psychedelic Purple #DC06FD
RGB
CMYK
RGB Variations
Color information
#DC06FD (or 0xDC06FD) is known color: Psychedelic Purple. HEX triplet: DC, 06 and FD. RGB value is (220,6,253). Sum of RGB (Red+Green+Blue) = 220+6+253=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 6 (2.73% from 255 or 1.25% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC06FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC06FD is #23F902. Grayscale: #616161. Windows color (decimal): -2357507 or 16582364. OLE color: 16582364.
HSL color Cylindrical-coordinate representation of color #DC06FD: hue angle of 291.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC06FD is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 6 | 253 | - |
CMYK | 0.13 | 0.98 | 0 | 0.01 |
HSL | 291.98º | 0.98% | 0.51% | - |
HSV(B) | 291.98º | 0.98% | 0.99% | - |
XYZ | 47.31 | 22.44 | 94.77 | - |
YUV | 98.14 | 215.4 | 214.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 6 | 253 | 0.13 | 0.98 | 0 | 0.01 | 291.98 | 0.98 | 0.51 |
Hex | DC | 6 | FD | D | 62 | 0 | 1 | 124 | 62 | 33 |
Octal | 334 | 6 | 375 | 15 | 142 | 0 | 1 | 444 | 142 | 63 |
Binary | 11011100 | 110 | 11111101 | 1101 | 1100010 | 0 | 1 | 100100100 | 1100010 | 110011 |
Color Harmonies of #DC06FD
Complementary color
Monochromatic Colors of #DC06FD
Black with #DC06FD
Text Example
Text Example
White with #DC06FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06FD; }
p { color: rgb(220,6,253); }
H1.HeaderClassName
{
color: #DC06FD;
}
.AnyTagClassName
{
color: #DC06FD;
}
</style>
background-color css
<style>
a { background-color: #DC06FD; }
a { background-color: rgb(220,6,253); }
div.DivClassName
{
background-color: #DC06FD;
}
.BgClassName
{
background-color: #DC06FD;
}
</style>
border-color css
<style>
span { border-color: #DC06FD; }
span { border-color: rgb(220,6,253); }
td.TdClassName
{
border-color: #DC06FD;
}
.TagClassName
{
border-color: #DC06FD;
}
</style>