Shades of Psychedelic Purple #D51AF9
Tints of Psychedelic Purple #D51AF9
RGB
CMYK
RGB Variations
Color information
#D51AF9 (or 0xD51AF9) is known color: Psychedelic Purple. HEX triplet: D5, 1A and F9. RGB value is (213,26,249). Sum of RGB (Red+Green+Blue) = 213+26+249=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #D51AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51AF9 is #2AE506. Grayscale: #6A6A6A. Windows color (decimal): -2811143 or 16325333. OLE color: 16325333.
HSL color Cylindrical-coordinate representation of color #D51AF9: hue angle of 290.31º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51AF9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 26 | 249 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.02 |
| HSL | 290.31º | 0.95% | 0.54% | - |
| HSV(B) | 290.31º | 0.9% | 0.98% | - |
| XYZ | 44.91 | 21.72 | 91.45 | - |
| YUV | 107.34 | 207.95 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 249 | 0.14 | 0.90 | 0 | 0.02 | 290.31 | 0.95 | 0.54 |
| Hex | D5 | 1A | F9 | E | 5A | 0 | 2 | 122 | 5F | 36 |
| Octal | 325 | 32 | 371 | 16 | 132 | 0 | 2 | 442 | 137 | 66 |
| Binary | 11010101 | 11010 | 11111001 | 1110 | 1011010 | 0 | 10 | 100100010 | 1011111 | 110110 |
Color Harmonies of #D51AF9
Complementary color
Monochromatic Colors of #D51AF9
Black with #D51AF9
Text Example
Text Example
White with #D51AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51AF9; }
p { color: rgb(213,26,249); }
H1.HeaderClassName
{
color: #D51AF9;
}
.AnyTagClassName
{
color: #D51AF9;
}
</style>
background-color css
<style>
a { background-color: #D51AF9; }
a { background-color: rgb(213,26,249); }
div.DivClassName
{
background-color: #D51AF9;
}
.BgClassName
{
background-color: #D51AF9;
}
</style>
border-color css
<style>
span { border-color: #D51AF9; }
span { border-color: rgb(213,26,249); }
td.TdClassName
{
border-color: #D51AF9;
}
.TagClassName
{
border-color: #D51AF9;
}
</style>