Shades of Psychedelic Purple #D31CEF
Tints of Psychedelic Purple #D31CEF
RGB
CMYK
RGB Variations
Color information
#D31CEF (or 0xD31CEF) is known color: Psychedelic Purple. HEX triplet: D3, 1C and EF. RGB value is (211,28,239). Sum of RGB (Red+Green+Blue) = 211+28+239=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #D31CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31CEF is #2CE310. Grayscale: #6A6A6A. Windows color (decimal): -2941713 or 15670483. OLE color: 15670483.
HSL color Cylindrical-coordinate representation of color #D31CEF: hue angle of 292.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31CEF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 28 | 239 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.06 |
| HSL | 292.04º | 0.87% | 0.52% | - |
| HSV(B) | 292.04º | 0.88% | 0.94% | - |
| XYZ | 42.86 | 20.91 | 83.44 | - |
| YUV | 106.77 | 202.63 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 28 | 239 | 0.12 | 0.88 | 0 | 0.06 | 292.04 | 0.87 | 0.52 |
| Hex | D3 | 1C | EF | C | 58 | 0 | 6 | 124 | 57 | 34 |
| Octal | 323 | 34 | 357 | 14 | 130 | 0 | 6 | 444 | 127 | 64 |
| Binary | 11010011 | 11100 | 11101111 | 1100 | 1011000 | 0 | 110 | 100100100 | 1010111 | 110100 |
Color Harmonies of #D31CEF
Complementary color
Monochromatic Colors of #D31CEF
Black with #D31CEF
Text Example
Text Example
White with #D31CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31CEF; }
p { color: rgb(211,28,239); }
H1.HeaderClassName
{
color: #D31CEF;
}
.AnyTagClassName
{
color: #D31CEF;
}
</style>
background-color css
<style>
a { background-color: #D31CEF; }
a { background-color: rgb(211,28,239); }
div.DivClassName
{
background-color: #D31CEF;
}
.BgClassName
{
background-color: #D31CEF;
}
</style>
border-color css
<style>
span { border-color: #D31CEF; }
span { border-color: rgb(211,28,239); }
td.TdClassName
{
border-color: #D31CEF;
}
.TagClassName
{
border-color: #D31CEF;
}
</style>