Shades of Psychedelic Purple #D427EF
Tints of Psychedelic Purple #D427EF
RGB
CMYK
RGB Variations
Color information
#D427EF (or 0xD427EF) is known color: Psychedelic Purple. HEX triplet: D4, 27 and EF. RGB value is (212,39,239). Sum of RGB (Red+Green+Blue) = 212+39+239=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #D427EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D427EF is #2BD810. Grayscale: #707070. Windows color (decimal): -2873361 or 15673300. OLE color: 15673300.
HSL color Cylindrical-coordinate representation of color #D427EF: hue angle of 291.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D427EF is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 39 | 239 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.06 |
| HSL | 291.9º | 0.86% | 0.55% | - |
| HSV(B) | 291.9º | 0.84% | 0.94% | - |
| XYZ | 43.46 | 21.68 | 83.56 | - |
| YUV | 113.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 239 | 0.11 | 0.84 | 0 | 0.06 | 291.9 | 0.86 | 0.55 |
| Hex | D4 | 27 | EF | B | 54 | 0 | 6 | 124 | 56 | 37 |
| Octal | 324 | 47 | 357 | 13 | 124 | 0 | 6 | 444 | 126 | 67 |
| Binary | 11010100 | 100111 | 11101111 | 1011 | 1010100 | 0 | 110 | 100100100 | 1010110 | 110111 |
Color Harmonies of #D427EF
Complementary color
Monochromatic Colors of #D427EF
Black with #D427EF
Text Example
Text Example
White with #D427EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427EF; }
p { color: rgb(212,39,239); }
H1.HeaderClassName
{
color: #D427EF;
}
.AnyTagClassName
{
color: #D427EF;
}
</style>
background-color css
<style>
a { background-color: #D427EF; }
a { background-color: rgb(212,39,239); }
div.DivClassName
{
background-color: #D427EF;
}
.BgClassName
{
background-color: #D427EF;
}
</style>
border-color css
<style>
span { border-color: #D427EF; }
span { border-color: rgb(212,39,239); }
td.TdClassName
{
border-color: #D427EF;
}
.TagClassName
{
border-color: #D427EF;
}
</style>