Shades of Psychedelic Purple #D409FC
Tints of Psychedelic Purple #D409FC
RGB
CMYK
RGB Variations
Color information
#D409FC (or 0xD409FC) is known color: Psychedelic Purple. HEX triplet: D4, 09 and FC. RGB value is (212,9,252). Sum of RGB (Red+Green+Blue) = 212+9+252=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #D409FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D409FC is #2BF603. Grayscale: #606060. Windows color (decimal): -2881028 or 16517588. OLE color: 16517588.
HSL color Cylindrical-coordinate representation of color #D409FC: hue angle of 290.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409FC is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 9 | 252 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.01 |
| HSL | 290.12º | 0.98% | 0.51% | - |
| HSV(B) | 290.12º | 0.96% | 0.99% | - |
| XYZ | 44.82 | 21.22 | 93.83 | - |
| YUV | 97.4 | 215.25 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 252 | 0.16 | 0.96 | 0 | 0.01 | 290.12 | 0.98 | 0.51 |
| Hex | D4 | 9 | FC | 10 | 60 | 0 | 1 | 122 | 62 | 33 |
| Octal | 324 | 11 | 374 | 20 | 140 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010100 | 1001 | 11111100 | 10000 | 1100000 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D409FC
Complementary color
Monochromatic Colors of #D409FC
Black with #D409FC
Text Example
Text Example
White with #D409FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409FC; }
p { color: rgb(212,9,252); }
H1.HeaderClassName
{
color: #D409FC;
}
.AnyTagClassName
{
color: #D409FC;
}
</style>
background-color css
<style>
a { background-color: #D409FC; }
a { background-color: rgb(212,9,252); }
div.DivClassName
{
background-color: #D409FC;
}
.BgClassName
{
background-color: #D409FC;
}
</style>
border-color css
<style>
span { border-color: #D409FC; }
span { border-color: rgb(212,9,252); }
td.TdClassName
{
border-color: #D409FC;
}
.TagClassName
{
border-color: #D409FC;
}
</style>