Shades of Psychedelic Purple #D405FC
Tints of Psychedelic Purple #D405FC
RGB
CMYK
RGB Variations
Color information
#D405FC (or 0xD405FC) is known color: Psychedelic Purple. HEX triplet: D4, 05 and FC. RGB value is (212,5,252). Sum of RGB (Red+Green+Blue) = 212+5+252=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #D405FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405FC is #2BFA03. Grayscale: #5E5E5E. Windows color (decimal): -2882052 or 16516564. OLE color: 16516564.
HSL color Cylindrical-coordinate representation of color #D405FC: hue angle of 290.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405FC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 5 | 252 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.01 |
| HSL | 290.28º | 0.98% | 0.5% | - |
| HSV(B) | 290.28º | 0.98% | 0.99% | - |
| XYZ | 44.78 | 21.13 | 93.81 | - |
| YUV | 95.05 | 216.58 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 252 | 0.16 | 0.98 | 0 | 0.01 | 290.28 | 0.98 | 0.5 |
| Hex | D4 | 5 | FC | 10 | 62 | 0 | 1 | 122 | 62 | 32 |
| Octal | 324 | 5 | 374 | 20 | 142 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010100 | 101 | 11111100 | 10000 | 1100010 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D405FC
Complementary color
Monochromatic Colors of #D405FC
Black with #D405FC
Text Example
Text Example
White with #D405FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405FC; }
p { color: rgb(212,5,252); }
H1.HeaderClassName
{
color: #D405FC;
}
.AnyTagClassName
{
color: #D405FC;
}
</style>
background-color css
<style>
a { background-color: #D405FC; }
a { background-color: rgb(212,5,252); }
div.DivClassName
{
background-color: #D405FC;
}
.BgClassName
{
background-color: #D405FC;
}
</style>
border-color css
<style>
span { border-color: #D405FC; }
span { border-color: rgb(212,5,252); }
td.TdClassName
{
border-color: #D405FC;
}
.TagClassName
{
border-color: #D405FC;
}
</style>