Shades of Psychedelic Purple #D52FF9
Tints of Psychedelic Purple #D52FF9
RGB
CMYK
RGB Variations
Color information
#D52FF9 (or 0xD52FF9) is known color: Psychedelic Purple. HEX triplet: D5, 2F and F9. RGB value is (213,47,249). Sum of RGB (Red+Green+Blue) = 213+47+249=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 47 (18.75% from 255 or 9.23% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #D52FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52FF9 is #2AD006. Grayscale: #777777. Windows color (decimal): -2805767 or 16330709. OLE color: 16330709.
HSL color Cylindrical-coordinate representation of color #D52FF9: hue angle of 289.31º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52FF9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 47 | 249 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.02 |
| HSL | 289.31º | 0.94% | 0.58% | - |
| HSV(B) | 289.31º | 0.81% | 0.98% | - |
| XYZ | 45.56 | 23.02 | 91.66 | - |
| YUV | 119.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 249 | 0.14 | 0.81 | 0 | 0.02 | 289.31 | 0.94 | 0.58 |
| Hex | D5 | 2F | F9 | E | 51 | 0 | 2 | 121 | 5E | 3A |
| Octal | 325 | 57 | 371 | 16 | 121 | 0 | 2 | 441 | 136 | 72 |
| Binary | 11010101 | 101111 | 11111001 | 1110 | 1010001 | 0 | 10 | 100100001 | 1011110 | 111010 |
Color Harmonies of #D52FF9
Complementary color
Monochromatic Colors of #D52FF9
Black with #D52FF9
Text Example
Text Example
White with #D52FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FF9; }
p { color: rgb(213,47,249); }
H1.HeaderClassName
{
color: #D52FF9;
}
.AnyTagClassName
{
color: #D52FF9;
}
</style>
background-color css
<style>
a { background-color: #D52FF9; }
a { background-color: rgb(213,47,249); }
div.DivClassName
{
background-color: #D52FF9;
}
.BgClassName
{
background-color: #D52FF9;
}
</style>
border-color css
<style>
span { border-color: #D52FF9; }
span { border-color: rgb(213,47,249); }
td.TdClassName
{
border-color: #D52FF9;
}
.TagClassName
{
border-color: #D52FF9;
}
</style>