Shades of Psychedelic Purple #D413F9
Tints of Psychedelic Purple #D413F9
RGB
CMYK
RGB Variations
Color information
#D413F9 (or 0xD413F9) is known color: Psychedelic Purple. HEX triplet: D4, 13 and F9. RGB value is (212,19,249). Sum of RGB (Red+Green+Blue) = 212+19+249=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 19 (7.81% from 255 or 3.96% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #D413F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D413F9 is #2BEC06. Grayscale: #666666. Windows color (decimal): -2878471 or 16323540. OLE color: 16323540.
HSL color Cylindrical-coordinate representation of color #D413F9: hue angle of 290.35º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D413F9 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 19 | 249 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.02 |
| HSL | 290.35º | 0.95% | 0.53% | - |
| HSV(B) | 290.35º | 0.92% | 0.98% | - |
| XYZ | 44.48 | 21.3 | 91.39 | - |
| YUV | 102.93 | 210.44 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 249 | 0.15 | 0.92 | 0 | 0.02 | 290.35 | 0.95 | 0.53 |
| Hex | D4 | 13 | F9 | F | 5C | 0 | 2 | 122 | 5F | 35 |
| Octal | 324 | 23 | 371 | 17 | 134 | 0 | 2 | 442 | 137 | 65 |
| Binary | 11010100 | 10011 | 11111001 | 1111 | 1011100 | 0 | 10 | 100100010 | 1011111 | 110101 |
Color Harmonies of #D413F9
Complementary color
Monochromatic Colors of #D413F9
Black with #D413F9
Text Example
Text Example
White with #D413F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413F9; }
p { color: rgb(212,19,249); }
H1.HeaderClassName
{
color: #D413F9;
}
.AnyTagClassName
{
color: #D413F9;
}
</style>
background-color css
<style>
a { background-color: #D413F9; }
a { background-color: rgb(212,19,249); }
div.DivClassName
{
background-color: #D413F9;
}
.BgClassName
{
background-color: #D413F9;
}
</style>
border-color css
<style>
span { border-color: #D413F9; }
span { border-color: rgb(212,19,249); }
td.TdClassName
{
border-color: #D413F9;
}
.TagClassName
{
border-color: #D413F9;
}
</style>