Shades of Psychedelic Purple #D42FF6
Tints of Psychedelic Purple #D42FF6
RGB
CMYK
RGB Variations
Color information
#D42FF6 (or 0xD42FF6) is known color: Psychedelic Purple. HEX triplet: D4, 2F and F6. RGB value is (212,47,246). Sum of RGB (Red+Green+Blue) = 212+47+246=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 47 (18.75% from 255 or 9.31% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #D42FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FF6 is #2BD009. Grayscale: #767676. Windows color (decimal): -2871306 or 16134100. OLE color: 16134100.
HSL color Cylindrical-coordinate representation of color #D42FF6: hue angle of 289.75º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42FF6 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 47 | 246 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.04 |
| HSL | 289.75º | 0.92% | 0.57% | - |
| HSV(B) | 289.75º | 0.81% | 0.96% | - |
| XYZ | 44.8 | 22.68 | 89.21 | - |
| YUV | 119.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 246 | 0.14 | 0.81 | 0 | 0.04 | 289.75 | 0.92 | 0.57 |
| Hex | D4 | 2F | F6 | E | 51 | 0 | 4 | 122 | 5C | 39 |
| Octal | 324 | 57 | 366 | 16 | 121 | 0 | 4 | 442 | 134 | 71 |
| Binary | 11010100 | 101111 | 11110110 | 1110 | 1010001 | 0 | 100 | 100100010 | 1011100 | 111001 |
Color Harmonies of #D42FF6
Complementary color
Monochromatic Colors of #D42FF6
Black with #D42FF6
Text Example
Text Example
White with #D42FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FF6; }
p { color: rgb(212,47,246); }
H1.HeaderClassName
{
color: #D42FF6;
}
.AnyTagClassName
{
color: #D42FF6;
}
</style>
background-color css
<style>
a { background-color: #D42FF6; }
a { background-color: rgb(212,47,246); }
div.DivClassName
{
background-color: #D42FF6;
}
.BgClassName
{
background-color: #D42FF6;
}
</style>
border-color css
<style>
span { border-color: #D42FF6; }
span { border-color: rgb(212,47,246); }
td.TdClassName
{
border-color: #D42FF6;
}
.TagClassName
{
border-color: #D42FF6;
}
</style>