Shades of Psychedelic Purple #D413FC
Tints of Psychedelic Purple #D413FC
RGB
CMYK
RGB Variations
Color information
#D413FC (or 0xD413FC) is known color: Psychedelic Purple. HEX triplet: D4, 13 and FC. RGB value is (212,19,252). Sum of RGB (Red+Green+Blue) = 212+19+252=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #D413FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D413FC is #2BEC03. Grayscale: #666666. Windows color (decimal): -2878468 or 16520148. OLE color: 16520148.
HSL color Cylindrical-coordinate representation of color #D413FC: hue angle of 289.7º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D413FC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 19 | 252 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.01 |
| HSL | 289.7º | 0.97% | 0.53% | - |
| HSV(B) | 289.7º | 0.92% | 0.99% | - |
| XYZ | 44.95 | 21.49 | 93.87 | - |
| YUV | 103.27 | 211.94 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 252 | 0.16 | 0.92 | 0 | 0.01 | 289.7 | 0.97 | 0.53 |
| Hex | D4 | 13 | FC | 10 | 5C | 0 | 1 | 122 | 61 | 35 |
| Octal | 324 | 23 | 374 | 20 | 134 | 0 | 1 | 442 | 141 | 65 |
| Binary | 11010100 | 10011 | 11111100 | 10000 | 1011100 | 0 | 1 | 100100010 | 1100001 | 110101 |
Color Harmonies of #D413FC
Complementary color
Monochromatic Colors of #D413FC
Black with #D413FC
Text Example
Text Example
White with #D413FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413FC; }
p { color: rgb(212,19,252); }
H1.HeaderClassName
{
color: #D413FC;
}
.AnyTagClassName
{
color: #D413FC;
}
</style>
background-color css
<style>
a { background-color: #D413FC; }
a { background-color: rgb(212,19,252); }
div.DivClassName
{
background-color: #D413FC;
}
.BgClassName
{
background-color: #D413FC;
}
</style>
border-color css
<style>
span { border-color: #D413FC; }
span { border-color: rgb(212,19,252); }
td.TdClassName
{
border-color: #D413FC;
}
.TagClassName
{
border-color: #D413FC;
}
</style>