Shades of Psychedelic Purple #D427E6
Tints of Psychedelic Purple #D427E6
RGB
CMYK
RGB Variations
Color information
#D427E6 (or 0xD427E6) is known color: Psychedelic Purple. HEX triplet: D4, 27 and E6. RGB value is (212,39,230). Sum of RGB (Red+Green+Blue) = 212+39+230=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #D427E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D427E6 is #2BD819. Grayscale: #6F6F6F. Windows color (decimal): -2873370 or 15083476. OLE color: 15083476.
HSL color Cylindrical-coordinate representation of color #D427E6: hue angle of 294.35º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D427E6 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 39 | 230 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.10 |
| HSL | 294.35º | 0.79% | 0.53% | - |
| HSV(B) | 294.35º | 0.83% | 0.9% | - |
| XYZ | 42.16 | 21.16 | 76.73 | - |
| YUV | 112.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 230 | 0.08 | 0.83 | 0 | 0.10 | 294.35 | 0.79 | 0.53 |
| Hex | D4 | 27 | E6 | 8 | 53 | 0 | A | 126 | 4F | 35 |
| Octal | 324 | 47 | 346 | 10 | 123 | 0 | 12 | 446 | 117 | 65 |
| Binary | 11010100 | 100111 | 11100110 | 1000 | 1010011 | 0 | 1010 | 100100110 | 1001111 | 110101 |
Color Harmonies of #D427E6
Complementary color
Monochromatic Colors of #D427E6
Black with #D427E6
Text Example
Text Example
White with #D427E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427E6; }
p { color: rgb(212,39,230); }
H1.HeaderClassName
{
color: #D427E6;
}
.AnyTagClassName
{
color: #D427E6;
}
</style>
background-color css
<style>
a { background-color: #D427E6; }
a { background-color: rgb(212,39,230); }
div.DivClassName
{
background-color: #D427E6;
}
.BgClassName
{
background-color: #D427E6;
}
</style>
border-color css
<style>
span { border-color: #D427E6; }
span { border-color: rgb(212,39,230); }
td.TdClassName
{
border-color: #D427E6;
}
.TagClassName
{
border-color: #D427E6;
}
</style>