Shades of Psychedelic Purple #D403F0
Tints of Psychedelic Purple #D403F0
RGB
CMYK
RGB Variations
Color information
#D403F0 (or 0xD403F0) is known color: Psychedelic Purple. HEX triplet: D4, 03 and F0. RGB value is (212,3,240). Sum of RGB (Red+Green+Blue) = 212+3+240=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #D403F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D403F0 is #2BFC0F. Grayscale: #5B5B5B. Windows color (decimal): -2882576 or 15729620. OLE color: 15729620.
HSL color Cylindrical-coordinate representation of color #D403F0: hue angle of 292.91º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D403F0 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 3 | 240 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.06 |
| HSL | 292.91º | 0.98% | 0.48% | - |
| HSV(B) | 292.91º | 0.99% | 0.94% | - |
| XYZ | 42.91 | 20.35 | 84.1 | - |
| YUV | 92.51 | 211.24 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 240 | 0.12 | 0.99 | 0 | 0.06 | 292.91 | 0.98 | 0.48 |
| Hex | D4 | 3 | F0 | C | 63 | 0 | 6 | 125 | 62 | 30 |
| Octal | 324 | 3 | 360 | 14 | 143 | 0 | 6 | 445 | 142 | 60 |
| Binary | 11010100 | 11 | 11110000 | 1100 | 1100011 | 0 | 110 | 100100101 | 1100010 | 110000 |
Color Harmonies of #D403F0
Complementary color
Monochromatic Colors of #D403F0
Black with #D403F0
Text Example
Text Example
White with #D403F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403F0; }
p { color: rgb(212,3,240); }
H1.HeaderClassName
{
color: #D403F0;
}
.AnyTagClassName
{
color: #D403F0;
}
</style>
background-color css
<style>
a { background-color: #D403F0; }
a { background-color: rgb(212,3,240); }
div.DivClassName
{
background-color: #D403F0;
}
.BgClassName
{
background-color: #D403F0;
}
</style>
border-color css
<style>
span { border-color: #D403F0; }
span { border-color: rgb(212,3,240); }
td.TdClassName
{
border-color: #D403F0;
}
.TagClassName
{
border-color: #D403F0;
}
</style>