Shades of Psychedelic Purple #D31AFC
Tints of Psychedelic Purple #D31AFC
RGB
CMYK
RGB Variations
Color information
#D31AFC (or 0xD31AFC) is known color: Psychedelic Purple. HEX triplet: D3, 1A and FC. RGB value is (211,26,252). Sum of RGB (Red+Green+Blue) = 211+26+252=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #D31AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AFC is #2CE503. Grayscale: #6A6A6A. Windows color (decimal): -2942212 or 16521939. OLE color: 16521939.
HSL color Cylindrical-coordinate representation of color #D31AFC: hue angle of 289.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31AFC is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 26 | 252 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.01 |
| HSL | 289.12º | 0.97% | 0.55% | - |
| HSV(B) | 289.12º | 0.9% | 0.99% | - |
| XYZ | 44.8 | 21.62 | 93.91 | - |
| YUV | 107.08 | 209.79 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 252 | 0.16 | 0.90 | 0 | 0.01 | 289.12 | 0.97 | 0.55 |
| Hex | D3 | 1A | FC | 10 | 5A | 0 | 1 | 121 | 61 | 37 |
| Octal | 323 | 32 | 374 | 20 | 132 | 0 | 1 | 441 | 141 | 67 |
| Binary | 11010011 | 11010 | 11111100 | 10000 | 1011010 | 0 | 1 | 100100001 | 1100001 | 110111 |
Color Harmonies of #D31AFC
Complementary color
Monochromatic Colors of #D31AFC
Black with #D31AFC
Text Example
Text Example
White with #D31AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AFC; }
p { color: rgb(211,26,252); }
H1.HeaderClassName
{
color: #D31AFC;
}
.AnyTagClassName
{
color: #D31AFC;
}
</style>
background-color css
<style>
a { background-color: #D31AFC; }
a { background-color: rgb(211,26,252); }
div.DivClassName
{
background-color: #D31AFC;
}
.BgClassName
{
background-color: #D31AFC;
}
</style>
border-color css
<style>
span { border-color: #D31AFC; }
span { border-color: rgb(211,26,252); }
td.TdClassName
{
border-color: #D31AFC;
}
.TagClassName
{
border-color: #D31AFC;
}
</style>