Shades of Psychedelic Purple #D409FE
Tints of Psychedelic Purple #D409FE
RGB
CMYK
RGB Variations
Color information
#D409FE (or 0xD409FE) is known color: Psychedelic Purple. HEX triplet: D4, 09 and FE. RGB value is (212,9,254). Sum of RGB (Red+Green+Blue) = 212+9+254=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 9 (3.91% from 255 or 1.89% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #D409FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D409FE is #2BF601. Grayscale: #606060. Windows color (decimal): -2881026 or 16648660. OLE color: 16648660.
HSL color Cylindrical-coordinate representation of color #D409FE: hue angle of 289.71º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409FE is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 9 | 254 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.00 |
| HSL | 289.71º | 0.99% | 0.52% | - |
| HSV(B) | 289.71º | 0.96% | 1% | - |
| XYZ | 45.14 | 21.35 | 95.51 | - |
| YUV | 97.63 | 216.25 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 254 | 0.17 | 0.96 | 0 | 0.00 | 289.71 | 0.99 | 0.52 |
| Hex | D4 | 9 | FE | 11 | 60 | 0 | 0 | 122 | 63 | 34 |
| Octal | 324 | 11 | 376 | 21 | 140 | 0 | 0 | 442 | 143 | 64 |
| Binary | 11010100 | 1001 | 11111110 | 10001 | 1100000 | 0 | 0 | 100100010 | 1100011 | 110100 |
Color Harmonies of #D409FE
Complementary color
Monochromatic Colors of #D409FE
Black with #D409FE
Text Example
Text Example
White with #D409FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409FE; }
p { color: rgb(212,9,254); }
H1.HeaderClassName
{
color: #D409FE;
}
.AnyTagClassName
{
color: #D409FE;
}
</style>
background-color css
<style>
a { background-color: #D409FE; }
a { background-color: rgb(212,9,254); }
div.DivClassName
{
background-color: #D409FE;
}
.BgClassName
{
background-color: #D409FE;
}
</style>
border-color css
<style>
span { border-color: #D409FE; }
span { border-color: rgb(212,9,254); }
td.TdClassName
{
border-color: #D409FE;
}
.TagClassName
{
border-color: #D409FE;
}
</style>