Shades of Psychedelic Purple #D405F4
Tints of Psychedelic Purple #D405F4
RGB
CMYK
RGB Variations
Color information
#D405F4 (or 0xD405F4) is known color: Psychedelic Purple. HEX triplet: D4, 05 and F4. RGB value is (212,5,244). Sum of RGB (Red+Green+Blue) = 212+5+244=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #D405F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405F4 is #2BFA0B. Grayscale: #5D5D5D. Windows color (decimal): -2882060 or 15992276. OLE color: 15992276.
HSL color Cylindrical-coordinate representation of color #D405F4: hue angle of 291.97º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405F4 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 5 | 244 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.04 |
| HSL | 291.97º | 0.96% | 0.49% | - |
| HSV(B) | 291.97º | 0.98% | 0.96% | - |
| XYZ | 43.53 | 20.64 | 87.28 | - |
| YUV | 94.14 | 212.58 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 244 | 0.13 | 0.98 | 0 | 0.04 | 291.97 | 0.96 | 0.49 |
| Hex | D4 | 5 | F4 | D | 62 | 0 | 4 | 124 | 60 | 31 |
| Octal | 324 | 5 | 364 | 15 | 142 | 0 | 4 | 444 | 140 | 61 |
| Binary | 11010100 | 101 | 11110100 | 1101 | 1100010 | 0 | 100 | 100100100 | 1100000 | 110001 |
Color Harmonies of #D405F4
Complementary color
Monochromatic Colors of #D405F4
Black with #D405F4
Text Example
Text Example
White with #D405F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405F4; }
p { color: rgb(212,5,244); }
H1.HeaderClassName
{
color: #D405F4;
}
.AnyTagClassName
{
color: #D405F4;
}
</style>
background-color css
<style>
a { background-color: #D405F4; }
a { background-color: rgb(212,5,244); }
div.DivClassName
{
background-color: #D405F4;
}
.BgClassName
{
background-color: #D405F4;
}
</style>
border-color css
<style>
span { border-color: #D405F4; }
span { border-color: rgb(212,5,244); }
td.TdClassName
{
border-color: #D405F4;
}
.TagClassName
{
border-color: #D405F4;
}
</style>