Shades of Psychedelic Purple #D405F8
Tints of Psychedelic Purple #D405F8
RGB
CMYK
RGB Variations
Color information
#D405F8 (or 0xD405F8) is known color: Psychedelic Purple. HEX triplet: D4, 05 and F8. RGB value is (212,5,248). Sum of RGB (Red+Green+Blue) = 212+5+248=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #D405F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405F8 is #2BFA07. Grayscale: #5D5D5D. Windows color (decimal): -2882056 or 16254420. OLE color: 16254420.
HSL color Cylindrical-coordinate representation of color #D405F8: hue angle of 291.11º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405F8 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 5 | 248 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.03 |
| HSL | 291.11º | 0.96% | 0.5% | - |
| HSV(B) | 291.11º | 0.98% | 0.97% | - |
| XYZ | 44.15 | 20.88 | 90.51 | - |
| YUV | 94.6 | 214.58 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 248 | 0.15 | 0.98 | 0 | 0.03 | 291.11 | 0.96 | 0.5 |
| Hex | D4 | 5 | F8 | F | 62 | 0 | 3 | 123 | 60 | 32 |
| Octal | 324 | 5 | 370 | 17 | 142 | 0 | 3 | 443 | 140 | 62 |
| Binary | 11010100 | 101 | 11111000 | 1111 | 1100010 | 0 | 11 | 100100011 | 1100000 | 110010 |
Color Harmonies of #D405F8
Complementary color
Monochromatic Colors of #D405F8
Black with #D405F8
Text Example
Text Example
White with #D405F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405F8; }
p { color: rgb(212,5,248); }
H1.HeaderClassName
{
color: #D405F8;
}
.AnyTagClassName
{
color: #D405F8;
}
</style>
background-color css
<style>
a { background-color: #D405F8; }
a { background-color: rgb(212,5,248); }
div.DivClassName
{
background-color: #D405F8;
}
.BgClassName
{
background-color: #D405F8;
}
</style>
border-color css
<style>
span { border-color: #D405F8; }
span { border-color: rgb(212,5,248); }
td.TdClassName
{
border-color: #D405F8;
}
.TagClassName
{
border-color: #D405F8;
}
</style>