Shades of Psychedelic Purple #D231F3
Tints of Psychedelic Purple #D231F3
RGB
CMYK
RGB Variations
Color information
#D231F3 (or 0xD231F3) is known color: Psychedelic Purple. HEX triplet: D2, 31 and F3. RGB value is (210,49,243). Sum of RGB (Red+Green+Blue) = 210+49+243=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #D231F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231F3 is #2DCE0C. Grayscale: #767676. Windows color (decimal): -3001869 or 15938002. OLE color: 15938002.
HSL color Cylindrical-coordinate representation of color #D231F3: hue angle of 289.79º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D231F3 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 49 | 243 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.05 |
| HSL | 289.79º | 0.89% | 0.57% | - |
| HSV(B) | 289.79º | 0.8% | 0.95% | - |
| XYZ | 43.85 | 22.37 | 86.8 | - |
| YUV | 119.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 243 | 0.14 | 0.80 | 0 | 0.05 | 289.79 | 0.89 | 0.57 |
| Hex | D2 | 31 | F3 | E | 50 | 0 | 5 | 122 | 59 | 39 |
| Octal | 322 | 61 | 363 | 16 | 120 | 0 | 5 | 442 | 131 | 71 |
| Binary | 11010010 | 110001 | 11110011 | 1110 | 1010000 | 0 | 101 | 100100010 | 1011001 | 111001 |
Color Harmonies of #D231F3
Complementary color
Monochromatic Colors of #D231F3
Black with #D231F3
Text Example
Text Example
White with #D231F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231F3; }
p { color: rgb(210,49,243); }
H1.HeaderClassName
{
color: #D231F3;
}
.AnyTagClassName
{
color: #D231F3;
}
</style>
background-color css
<style>
a { background-color: #D231F3; }
a { background-color: rgb(210,49,243); }
div.DivClassName
{
background-color: #D231F3;
}
.BgClassName
{
background-color: #D231F3;
}
</style>
border-color css
<style>
span { border-color: #D231F3; }
span { border-color: rgb(210,49,243); }
td.TdClassName
{
border-color: #D231F3;
}
.TagClassName
{
border-color: #D231F3;
}
</style>