Shades of Psychedelic Purple #D405F2
Tints of Psychedelic Purple #D405F2
RGB
CMYK
RGB Variations
Color information
#D405F2 (or 0xD405F2) is known color: Psychedelic Purple. HEX triplet: D4, 05 and F2. RGB value is (212,5,242). Sum of RGB (Red+Green+Blue) = 212+5+242=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #D405F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405F2 is #2BFA0D. Grayscale: #5D5D5D. Windows color (decimal): -2882062 or 15861204. OLE color: 15861204.
HSL color Cylindrical-coordinate representation of color #D405F2: hue angle of 292.41º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405F2 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 5 | 242 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.05 |
| HSL | 292.41º | 0.96% | 0.48% | - |
| HSV(B) | 292.41º | 0.98% | 0.95% | - |
| XYZ | 43.23 | 20.52 | 85.69 | - |
| YUV | 93.91 | 211.58 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 242 | 0.12 | 0.98 | 0 | 0.05 | 292.41 | 0.96 | 0.48 |
| Hex | D4 | 5 | F2 | C | 62 | 0 | 5 | 124 | 60 | 30 |
| Octal | 324 | 5 | 362 | 14 | 142 | 0 | 5 | 444 | 140 | 60 |
| Binary | 11010100 | 101 | 11110010 | 1100 | 1100010 | 0 | 101 | 100100100 | 1100000 | 110000 |
Color Harmonies of #D405F2
Complementary color
Monochromatic Colors of #D405F2
Black with #D405F2
Text Example
Text Example
White with #D405F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405F2; }
p { color: rgb(212,5,242); }
H1.HeaderClassName
{
color: #D405F2;
}
.AnyTagClassName
{
color: #D405F2;
}
</style>
background-color css
<style>
a { background-color: #D405F2; }
a { background-color: rgb(212,5,242); }
div.DivClassName
{
background-color: #D405F2;
}
.BgClassName
{
background-color: #D405F2;
}
</style>
border-color css
<style>
span { border-color: #D405F2; }
span { border-color: rgb(212,5,242); }
td.TdClassName
{
border-color: #D405F2;
}
.TagClassName
{
border-color: #D405F2;
}
</style>