Shades of Psychedelic Purple #D407F7
Tints of Psychedelic Purple #D407F7
RGB
CMYK
RGB Variations
Color information
#D407F7 (or 0xD407F7) is known color: Psychedelic Purple. HEX triplet: D4, 07 and F7. RGB value is (212,7,247). Sum of RGB (Red+Green+Blue) = 212+7+247=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #D407F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D407F7 is #2BF808. Grayscale: #5E5E5E. Windows color (decimal): -2881545 or 16189396. OLE color: 16189396.
HSL color Cylindrical-coordinate representation of color #D407F7: hue angle of 291.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D407F7 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 7 | 247 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.03 |
| HSL | 291.25º | 0.94% | 0.5% | - |
| HSV(B) | 291.25º | 0.97% | 0.97% | - |
| XYZ | 44.02 | 20.86 | 89.7 | - |
| YUV | 95.66 | 213.42 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 247 | 0.14 | 0.97 | 0 | 0.03 | 291.25 | 0.94 | 0.5 |
| Hex | D4 | 7 | F7 | E | 61 | 0 | 3 | 123 | 5E | 32 |
| Octal | 324 | 7 | 367 | 16 | 141 | 0 | 3 | 443 | 136 | 62 |
| Binary | 11010100 | 111 | 11110111 | 1110 | 1100001 | 0 | 11 | 100100011 | 1011110 | 110010 |
Color Harmonies of #D407F7
Complementary color
Monochromatic Colors of #D407F7
Black with #D407F7
Text Example
Text Example
White with #D407F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407F7; }
p { color: rgb(212,7,247); }
H1.HeaderClassName
{
color: #D407F7;
}
.AnyTagClassName
{
color: #D407F7;
}
</style>
background-color css
<style>
a { background-color: #D407F7; }
a { background-color: rgb(212,7,247); }
div.DivClassName
{
background-color: #D407F7;
}
.BgClassName
{
background-color: #D407F7;
}
</style>
border-color css
<style>
span { border-color: #D407F7; }
span { border-color: rgb(212,7,247); }
td.TdClassName
{
border-color: #D407F7;
}
.TagClassName
{
border-color: #D407F7;
}
</style>