Shades of Psychedelic Purple #D31CFE
Tints of Psychedelic Purple #D31CFE
RGB
CMYK
RGB Variations
Color information
#D31CFE (or 0xD31CFE) is known color: Psychedelic Purple. HEX triplet: D3, 1C and FE. RGB value is (211,28,254). Sum of RGB (Red+Green+Blue) = 211+28+254=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #D31CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31CFE is #2CE301. Grayscale: #6B6B6B. Windows color (decimal): -2941698 or 16653523. OLE color: 16653523.
HSL color Cylindrical-coordinate representation of color #D31CFE: hue angle of 288.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31CFE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 28 | 254 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.00 |
| HSL | 288.58º | 0.99% | 0.55% | - |
| HSV(B) | 288.58º | 0.89% | 1% | - |
| XYZ | 45.17 | 21.84 | 95.6 | - |
| YUV | 108.48 | 210.13 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 28 | 254 | 0.17 | 0.89 | 0 | 0.00 | 288.58 | 0.99 | 0.55 |
| Hex | D3 | 1C | FE | 11 | 59 | 0 | 0 | 121 | 63 | 37 |
| Octal | 323 | 34 | 376 | 21 | 131 | 0 | 0 | 441 | 143 | 67 |
| Binary | 11010011 | 11100 | 11111110 | 10001 | 1011001 | 0 | 0 | 100100001 | 1100011 | 110111 |
Color Harmonies of #D31CFE
Complementary color
Monochromatic Colors of #D31CFE
Black with #D31CFE
Text Example
Text Example
White with #D31CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31CFE; }
p { color: rgb(211,28,254); }
H1.HeaderClassName
{
color: #D31CFE;
}
.AnyTagClassName
{
color: #D31CFE;
}
</style>
background-color css
<style>
a { background-color: #D31CFE; }
a { background-color: rgb(211,28,254); }
div.DivClassName
{
background-color: #D31CFE;
}
.BgClassName
{
background-color: #D31CFE;
}
</style>
border-color css
<style>
span { border-color: #D31CFE; }
span { border-color: rgb(211,28,254); }
td.TdClassName
{
border-color: #D31CFE;
}
.TagClassName
{
border-color: #D31CFE;
}
</style>