Shades of Psychedelic Purple #D430EF
Tints of Psychedelic Purple #D430EF
RGB
CMYK
RGB Variations
Color information
#D430EF (or 0xD430EF) is known color: Psychedelic Purple. HEX triplet: D4, 30 and EF. RGB value is (212,48,239). Sum of RGB (Red+Green+Blue) = 212+48+239=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #D430EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D430EF is #2BCF10. Grayscale: #767676. Windows color (decimal): -2871057 or 15675604. OLE color: 15675604.
HSL color Cylindrical-coordinate representation of color #D430EF: hue angle of 291.52º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D430EF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 48 | 239 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.06 |
| HSL | 291.52º | 0.86% | 0.56% | - |
| HSV(B) | 291.52º | 0.8% | 0.94% | - |
| XYZ | 43.79 | 22.34 | 83.67 | - |
| YUV | 118.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 239 | 0.11 | 0.80 | 0 | 0.06 | 291.52 | 0.86 | 0.56 |
| Hex | D4 | 30 | EF | B | 50 | 0 | 6 | 124 | 56 | 38 |
| Octal | 324 | 60 | 357 | 13 | 120 | 0 | 6 | 444 | 126 | 70 |
| Binary | 11010100 | 110000 | 11101111 | 1011 | 1010000 | 0 | 110 | 100100100 | 1010110 | 111000 |
Color Harmonies of #D430EF
Complementary color
Monochromatic Colors of #D430EF
Black with #D430EF
Text Example
Text Example
White with #D430EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D430EF; }
p { color: rgb(212,48,239); }
H1.HeaderClassName
{
color: #D430EF;
}
.AnyTagClassName
{
color: #D430EF;
}
</style>
background-color css
<style>
a { background-color: #D430EF; }
a { background-color: rgb(212,48,239); }
div.DivClassName
{
background-color: #D430EF;
}
.BgClassName
{
background-color: #D430EF;
}
</style>
border-color css
<style>
span { border-color: #D430EF; }
span { border-color: rgb(212,48,239); }
td.TdClassName
{
border-color: #D430EF;
}
.TagClassName
{
border-color: #D430EF;
}
</style>