Shades of Psychedelic Purple #D407F1
Tints of Psychedelic Purple #D407F1
RGB
CMYK
RGB Variations
Color information
#D407F1 (or 0xD407F1) is known color: Psychedelic Purple. HEX triplet: D4, 07 and F1. RGB value is (212,7,241). Sum of RGB (Red+Green+Blue) = 212+7+241=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #D407F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D407F1 is #2BF80E. Grayscale: #5E5E5E. Windows color (decimal): -2881551 or 15796180. OLE color: 15796180.
HSL color Cylindrical-coordinate representation of color #D407F1: hue angle of 292.56º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D407F1 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 7 | 241 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.05 |
| HSL | 292.56º | 0.94% | 0.49% | - |
| HSV(B) | 292.56º | 0.97% | 0.95% | - |
| XYZ | 43.1 | 20.5 | 84.9 | - |
| YUV | 94.97 | 210.42 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 241 | 0.12 | 0.97 | 0 | 0.05 | 292.56 | 0.94 | 0.49 |
| Hex | D4 | 7 | F1 | C | 61 | 0 | 5 | 125 | 5E | 31 |
| Octal | 324 | 7 | 361 | 14 | 141 | 0 | 5 | 445 | 136 | 61 |
| Binary | 11010100 | 111 | 11110001 | 1100 | 1100001 | 0 | 101 | 100100101 | 1011110 | 110001 |
Color Harmonies of #D407F1
Complementary color
Monochromatic Colors of #D407F1
Black with #D407F1
Text Example
Text Example
White with #D407F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407F1; }
p { color: rgb(212,7,241); }
H1.HeaderClassName
{
color: #D407F1;
}
.AnyTagClassName
{
color: #D407F1;
}
</style>
background-color css
<style>
a { background-color: #D407F1; }
a { background-color: rgb(212,7,241); }
div.DivClassName
{
background-color: #D407F1;
}
.BgClassName
{
background-color: #D407F1;
}
</style>
border-color css
<style>
span { border-color: #D407F1; }
span { border-color: rgb(212,7,241); }
td.TdClassName
{
border-color: #D407F1;
}
.TagClassName
{
border-color: #D407F1;
}
</style>