Shades of Psychedelic Purple #D132F9
Tints of Psychedelic Purple #D132F9
RGB
CMYK
RGB Variations
Color information
#D132F9 (or 0xD132F9) is known color: Psychedelic Purple. HEX triplet: D1, 32 and F9. RGB value is (209,50,249). Sum of RGB (Red+Green+Blue) = 209+50+249=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 50 (19.92% from 255 or 9.84% 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 #D132F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D132F9 is #2ECD06. Grayscale: #777777. Windows color (decimal): -3067143 or 16331473. OLE color: 16331473.
HSL color Cylindrical-coordinate representation of color #D132F9: hue angle of 287.94º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D132F9 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 50 | 249 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.02 |
| HSL | 287.94º | 0.94% | 0.59% | - |
| HSV(B) | 287.94º | 0.8% | 0.98% | - |
| XYZ | 44.53 | 22.68 | 91.65 | - |
| YUV | 120.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 249 | 0.16 | 0.80 | 0 | 0.02 | 287.94 | 0.94 | 0.59 |
| Hex | D1 | 32 | F9 | 10 | 50 | 0 | 2 | 120 | 5E | 3B |
| Octal | 321 | 62 | 371 | 20 | 120 | 0 | 2 | 440 | 136 | 73 |
| Binary | 11010001 | 110010 | 11111001 | 10000 | 1010000 | 0 | 10 | 100100000 | 1011110 | 111011 |
Color Harmonies of #D132F9
Complementary color
Monochromatic Colors of #D132F9
Black with #D132F9
Text Example
Text Example
White with #D132F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D132F9; }
p { color: rgb(209,50,249); }
H1.HeaderClassName
{
color: #D132F9;
}
.AnyTagClassName
{
color: #D132F9;
}
</style>
background-color css
<style>
a { background-color: #D132F9; }
a { background-color: rgb(209,50,249); }
div.DivClassName
{
background-color: #D132F9;
}
.BgClassName
{
background-color: #D132F9;
}
</style>
border-color css
<style>
span { border-color: #D132F9; }
span { border-color: rgb(209,50,249); }
td.TdClassName
{
border-color: #D132F9;
}
.TagClassName
{
border-color: #D132F9;
}
</style>