Shades of Psychedelic Purple #D231F9
Tints of Psychedelic Purple #D231F9
RGB
CMYK
RGB Variations
Color information
#D231F9 (or 0xD231F9) is known color: Psychedelic Purple. HEX triplet: D2, 31 and F9. RGB value is (210,49,249). Sum of RGB (Red+Green+Blue) = 210+49+249=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 49 (19.53% from 255 or 9.65% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #D231F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231F9 is #2DCE06. Grayscale: #777777. Windows color (decimal): -3001863 or 16331218. OLE color: 16331218.
HSL color Cylindrical-coordinate representation of color #D231F9: hue angle of 288.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D231F9 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 49 | 249 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.02 |
| HSL | 288.3º | 0.94% | 0.58% | - |
| HSV(B) | 288.3º | 0.8% | 0.98% | - |
| XYZ | 44.78 | 22.74 | 91.65 | - |
| YUV | 119.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 249 | 0.16 | 0.80 | 0 | 0.02 | 288.3 | 0.94 | 0.58 |
| Hex | D2 | 31 | F9 | 10 | 50 | 0 | 2 | 120 | 5E | 3A |
| Octal | 322 | 61 | 371 | 20 | 120 | 0 | 2 | 440 | 136 | 72 |
| Binary | 11010010 | 110001 | 11111001 | 10000 | 1010000 | 0 | 10 | 100100000 | 1011110 | 111010 |
Color Harmonies of #D231F9
Complementary color
Monochromatic Colors of #D231F9
Black with #D231F9
Text Example
Text Example
White with #D231F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231F9; }
p { color: rgb(210,49,249); }
H1.HeaderClassName
{
color: #D231F9;
}
.AnyTagClassName
{
color: #D231F9;
}
</style>
background-color css
<style>
a { background-color: #D231F9; }
a { background-color: rgb(210,49,249); }
div.DivClassName
{
background-color: #D231F9;
}
.BgClassName
{
background-color: #D231F9;
}
</style>
border-color css
<style>
span { border-color: #D231F9; }
span { border-color: rgb(210,49,249); }
td.TdClassName
{
border-color: #D231F9;
}
.TagClassName
{
border-color: #D231F9;
}
</style>