Shades of Psychedelic Purple #D231FC
Tints of Psychedelic Purple #D231FC
RGB
CMYK
RGB Variations
Color information
#D231FC (or 0xD231FC) is known color: Psychedelic Purple. HEX triplet: D2, 31 and FC. RGB value is (210,49,252). Sum of RGB (Red+Green+Blue) = 210+49+252=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #D231FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231FC is #2DCE03. Grayscale: #777777. Windows color (decimal): -3001860 or 16527826. OLE color: 16527826.
HSL color Cylindrical-coordinate representation of color #D231FC: hue angle of 287.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D231FC is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 49 | 252 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.01 |
| HSL | 287.59º | 0.97% | 0.59% | - |
| HSV(B) | 287.59º | 0.81% | 0.99% | - |
| XYZ | 45.25 | 22.93 | 94.14 | - |
| YUV | 120.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 252 | 0.17 | 0.81 | 0 | 0.01 | 287.59 | 0.97 | 0.59 |
| Hex | D2 | 31 | FC | 11 | 51 | 0 | 1 | 120 | 61 | 3B |
| Octal | 322 | 61 | 374 | 21 | 121 | 0 | 1 | 440 | 141 | 73 |
| Binary | 11010010 | 110001 | 11111100 | 10001 | 1010001 | 0 | 1 | 100100000 | 1100001 | 111011 |
Color Harmonies of #D231FC
Complementary color
Monochromatic Colors of #D231FC
Black with #D231FC
Text Example
Text Example
White with #D231FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231FC; }
p { color: rgb(210,49,252); }
H1.HeaderClassName
{
color: #D231FC;
}
.AnyTagClassName
{
color: #D231FC;
}
</style>
background-color css
<style>
a { background-color: #D231FC; }
a { background-color: rgb(210,49,252); }
div.DivClassName
{
background-color: #D231FC;
}
.BgClassName
{
background-color: #D231FC;
}
</style>
border-color css
<style>
span { border-color: #D231FC; }
span { border-color: rgb(210,49,252); }
td.TdClassName
{
border-color: #D231FC;
}
.TagClassName
{
border-color: #D231FC;
}
</style>