Shades of Psychedelic Purple #D40FEF
Tints of Psychedelic Purple #D40FEF
RGB
CMYK
RGB Variations
Color information
#D40FEF (or 0xD40FEF) is known color: Psychedelic Purple. HEX triplet: D4, 0F and EF. RGB value is (212,15,239). Sum of RGB (Red+Green+Blue) = 212+15+239=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #D40FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FEF is #2BF010. Grayscale: #626262. Windows color (decimal): -2879505 or 15667156. OLE color: 15667156.
HSL color Cylindrical-coordinate representation of color #D40FEF: hue angle of 292.77º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40FEF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 15 | 239 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.06 |
| HSL | 292.77º | 0.88% | 0.5% | - |
| HSV(B) | 292.77º | 0.94% | 0.94% | - |
| XYZ | 42.9 | 20.57 | 83.37 | - |
| YUV | 99.44 | 206.77 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 239 | 0.11 | 0.94 | 0 | 0.06 | 292.77 | 0.88 | 0.5 |
| Hex | D4 | F | EF | B | 5E | 0 | 6 | 125 | 58 | 32 |
| Octal | 324 | 17 | 357 | 13 | 136 | 0 | 6 | 445 | 130 | 62 |
| Binary | 11010100 | 1111 | 11101111 | 1011 | 1011110 | 0 | 110 | 100100101 | 1011000 | 110010 |
Color Harmonies of #D40FEF
Complementary color
Monochromatic Colors of #D40FEF
Black with #D40FEF
Text Example
Text Example
White with #D40FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FEF; }
p { color: rgb(212,15,239); }
H1.HeaderClassName
{
color: #D40FEF;
}
.AnyTagClassName
{
color: #D40FEF;
}
</style>
background-color css
<style>
a { background-color: #D40FEF; }
a { background-color: rgb(212,15,239); }
div.DivClassName
{
background-color: #D40FEF;
}
.BgClassName
{
background-color: #D40FEF;
}
</style>
border-color css
<style>
span { border-color: #D40FEF; }
span { border-color: rgb(212,15,239); }
td.TdClassName
{
border-color: #D40FEF;
}
.TagClassName
{
border-color: #D40FEF;
}
</style>