Shades of Psychedelic Purple #D406FF
Tints of Psychedelic Purple #D406FF
RGB
CMYK
RGB Variations
Color information
#D406FF (or 0xD406FF) is known color: Psychedelic Purple. HEX triplet: D4, 06 and FF. RGB value is (212,6,255). Sum of RGB (Red+Green+Blue) = 212+6+255=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #D406FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D406FF is #2BF900. Grayscale: #5F5F5F. Windows color (decimal): -2881793 or 16713428. OLE color: 16713428.
HSL color Cylindrical-coordinate representation of color #D406FF: hue angle of 289.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D406FF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 6 | 255 | - |
| CMYK | 0.17 | 0.98 | 0 | 0 |
| HSL | 289.64º | 1% | 0.51% | - |
| HSV(B) | 289.64º | 0.98% | 1% | - |
| XYZ | 45.27 | 21.35 | 96.34 | - |
| YUV | 95.98 | 217.75 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 255 | 0.17 | 0.98 | 0 | 0 | 289.64 | 1 | 0.51 |
| Hex | D4 | 6 | FF | 11 | 62 | 0 | 0 | 122 | 64 | 33 |
| Octal | 324 | 6 | 377 | 21 | 142 | 0 | 0 | 442 | 144 | 63 |
| Binary | 11010100 | 110 | 11111111 | 10001 | 1100010 | 0 | 0 | 100100010 | 1100100 | 110011 |
Color Harmonies of #D406FF
Complementary color
Monochromatic Colors of #D406FF
Black with #D406FF
Text Example
Text Example
White with #D406FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D406FF; }
p { color: rgb(212,6,255); }
H1.HeaderClassName
{
color: #D406FF;
}
.AnyTagClassName
{
color: #D406FF;
}
</style>
background-color css
<style>
a { background-color: #D406FF; }
a { background-color: rgb(212,6,255); }
div.DivClassName
{
background-color: #D406FF;
}
.BgClassName
{
background-color: #D406FF;
}
</style>
border-color css
<style>
span { border-color: #D406FF; }
span { border-color: rgb(212,6,255); }
td.TdClassName
{
border-color: #D406FF;
}
.TagClassName
{
border-color: #D406FF;
}
</style>