Shades of Psychedelic Purple #D912EF
Tints of Psychedelic Purple #D912EF
RGB
CMYK
RGB Variations
Color information
#D912EF (or 0xD912EF) is known color: Psychedelic Purple. HEX triplet: D9, 12 and EF. RGB value is (217,18,239). Sum of RGB (Red+Green+Blue) = 217+18+239=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #D912EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912EF is #26ED10. Grayscale: #666666. Windows color (decimal): -2551057 or 15667929. OLE color: 15667929.
HSL color Cylindrical-coordinate representation of color #D912EF: hue angle of 294.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912EF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 18 | 239 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.06 |
| HSL | 294.03º | 0.87% | 0.5% | - |
| HSV(B) | 294.03º | 0.92% | 0.94% | - |
| XYZ | 44.41 | 21.42 | 83.45 | - |
| YUV | 102.7 | 204.93 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 239 | 0.09 | 0.92 | 0 | 0.06 | 294.03 | 0.87 | 0.5 |
| Hex | D9 | 12 | EF | 9 | 5C | 0 | 6 | 126 | 57 | 32 |
| Octal | 331 | 22 | 357 | 11 | 134 | 0 | 6 | 446 | 127 | 62 |
| Binary | 11011001 | 10010 | 11101111 | 1001 | 1011100 | 0 | 110 | 100100110 | 1010111 | 110010 |
Color Harmonies of #D912EF
Complementary color
Monochromatic Colors of #D912EF
Black with #D912EF
Text Example
Text Example
White with #D912EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912EF; }
p { color: rgb(217,18,239); }
H1.HeaderClassName
{
color: #D912EF;
}
.AnyTagClassName
{
color: #D912EF;
}
</style>
background-color css
<style>
a { background-color: #D912EF; }
a { background-color: rgb(217,18,239); }
div.DivClassName
{
background-color: #D912EF;
}
.BgClassName
{
background-color: #D912EF;
}
</style>
border-color css
<style>
span { border-color: #D912EF; }
span { border-color: rgb(217,18,239); }
td.TdClassName
{
border-color: #D912EF;
}
.TagClassName
{
border-color: #D912EF;
}
</style>