Shades of Psychedelic Purple #D60FF6
Tints of Psychedelic Purple #D60FF6
RGB
CMYK
RGB Variations
Color information
#D60FF6 (or 0xD60FF6) is known color: Psychedelic Purple. HEX triplet: D6, 0F and F6. RGB value is (214,15,246). Sum of RGB (Red+Green+Blue) = 214+15+246=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #D60FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60FF6 is #29F009. Grayscale: #646464. Windows color (decimal): -2748426 or 16125910. OLE color: 16125910.
HSL color Cylindrical-coordinate representation of color #D60FF6: hue angle of 291.69º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60FF6 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 15 | 246 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.04 |
| HSL | 291.69º | 0.93% | 0.51% | - |
| HSV(B) | 291.69º | 0.94% | 0.96% | - |
| XYZ | 44.54 | 21.29 | 88.95 | - |
| YUV | 100.84 | 209.93 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 246 | 0.13 | 0.94 | 0 | 0.04 | 291.69 | 0.93 | 0.51 |
| Hex | D6 | F | F6 | D | 5E | 0 | 4 | 124 | 5D | 33 |
| Octal | 326 | 17 | 366 | 15 | 136 | 0 | 4 | 444 | 135 | 63 |
| Binary | 11010110 | 1111 | 11110110 | 1101 | 1011110 | 0 | 100 | 100100100 | 1011101 | 110011 |
Color Harmonies of #D60FF6
Complementary color
Monochromatic Colors of #D60FF6
Black with #D60FF6
Text Example
Text Example
White with #D60FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FF6; }
p { color: rgb(214,15,246); }
H1.HeaderClassName
{
color: #D60FF6;
}
.AnyTagClassName
{
color: #D60FF6;
}
</style>
background-color css
<style>
a { background-color: #D60FF6; }
a { background-color: rgb(214,15,246); }
div.DivClassName
{
background-color: #D60FF6;
}
.BgClassName
{
background-color: #D60FF6;
}
</style>
border-color css
<style>
span { border-color: #D60FF6; }
span { border-color: rgb(214,15,246); }
td.TdClassName
{
border-color: #D60FF6;
}
.TagClassName
{
border-color: #D60FF6;
}
</style>