Shades of Psychedelic Purple #D401F3
Tints of Psychedelic Purple #D401F3
RGB
CMYK
RGB Variations
Color information
#D401F3 (or 0xD401F3) is known color: Psychedelic Purple. HEX triplet: D4, 01 and F3. RGB value is (212,1,243). Sum of RGB (Red+Green+Blue) = 212+1+243=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #D401F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D401F3 is #2BFE0C. Grayscale: #5A5A5A. Windows color (decimal): -2883085 or 15925716. OLE color: 15925716.
HSL color Cylindrical-coordinate representation of color #D401F3: hue angle of 292.31º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D401F3 is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 1 | 243 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.05 |
| HSL | 292.31º | 0.99% | 0.48% | - |
| HSV(B) | 292.31º | 1% | 0.95% | - |
| XYZ | 43.34 | 20.49 | 86.46 | - |
| YUV | 91.68 | 213.4 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 243 | 0.13 | 1.00 | 0 | 0.05 | 292.31 | 0.99 | 0.48 |
| Hex | D4 | 1 | F3 | D | 64 | 0 | 5 | 124 | 63 | 30 |
| Octal | 324 | 1 | 363 | 15 | 144 | 0 | 5 | 444 | 143 | 60 |
| Binary | 11010100 | 1 | 11110011 | 1101 | 1100100 | 0 | 101 | 100100100 | 1100011 | 110000 |
Color Harmonies of #D401F3
Complementary color
Monochromatic Colors of #D401F3
Black with #D401F3
Text Example
Text Example
White with #D401F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D401F3; }
p { color: rgb(212,1,243); }
H1.HeaderClassName
{
color: #D401F3;
}
.AnyTagClassName
{
color: #D401F3;
}
</style>
background-color css
<style>
a { background-color: #D401F3; }
a { background-color: rgb(212,1,243); }
div.DivClassName
{
background-color: #D401F3;
}
.BgClassName
{
background-color: #D401F3;
}
</style>
border-color css
<style>
span { border-color: #D401F3; }
span { border-color: rgb(212,1,243); }
td.TdClassName
{
border-color: #D401F3;
}
.TagClassName
{
border-color: #D401F3;
}
</style>