Shades of Psychedelic Purple #D413FA
Tints of Psychedelic Purple #D413FA
RGB
CMYK
RGB Variations
Color information
#D413FA (or 0xD413FA) is known color: Psychedelic Purple. HEX triplet: D4, 13 and FA. RGB value is (212,19,250). Sum of RGB (Red+Green+Blue) = 212+19+250=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #D413FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D413FA is #2BEC05. Grayscale: #666666. Windows color (decimal): -2878470 or 16389076. OLE color: 16389076.
HSL color Cylindrical-coordinate representation of color #D413FA: hue angle of 290.13º degrees, saturation: 0.96, 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 #D413FA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 19 | 250 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.02 |
| HSL | 290.13º | 0.96% | 0.53% | - |
| HSV(B) | 290.13º | 0.92% | 0.98% | - |
| XYZ | 44.64 | 21.36 | 92.21 | - |
| YUV | 103.04 | 210.94 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 250 | 0.15 | 0.92 | 0 | 0.02 | 290.13 | 0.96 | 0.53 |
| Hex | D4 | 13 | FA | F | 5C | 0 | 2 | 122 | 60 | 35 |
| Octal | 324 | 23 | 372 | 17 | 134 | 0 | 2 | 442 | 140 | 65 |
| Binary | 11010100 | 10011 | 11111010 | 1111 | 1011100 | 0 | 10 | 100100010 | 1100000 | 110101 |
Color Harmonies of #D413FA
Complementary color
Monochromatic Colors of #D413FA
Black with #D413FA
Text Example
Text Example
White with #D413FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413FA; }
p { color: rgb(212,19,250); }
H1.HeaderClassName
{
color: #D413FA;
}
.AnyTagClassName
{
color: #D413FA;
}
</style>
background-color css
<style>
a { background-color: #D413FA; }
a { background-color: rgb(212,19,250); }
div.DivClassName
{
background-color: #D413FA;
}
.BgClassName
{
background-color: #D413FA;
}
</style>
border-color css
<style>
span { border-color: #D413FA; }
span { border-color: rgb(212,19,250); }
td.TdClassName
{
border-color: #D413FA;
}
.TagClassName
{
border-color: #D413FA;
}
</style>