Shades of Psychedelic Purple #D703F5
Tints of Psychedelic Purple #D703F5
RGB
CMYK
RGB Variations
Color information
#D703F5 (or 0xD703F5) is known color: Psychedelic Purple. HEX triplet: D7, 03 and F5. RGB value is (215,3,245). Sum of RGB (Red+Green+Blue) = 215+3+245=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #D703F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D703F5 is #28FC0A. Grayscale: #5D5D5D. Windows color (decimal): -2685963 or 16057303. OLE color: 16057303.
HSL color Cylindrical-coordinate representation of color #D703F5: hue angle of 292.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703F5 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 3 | 245 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.04 |
| HSL | 292.56º | 0.98% | 0.49% | - |
| HSV(B) | 292.56º | 0.99% | 0.96% | - |
| XYZ | 44.54 | 21.1 | 88.11 | - |
| YUV | 93.98 | 213.24 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 245 | 0.12 | 0.99 | 0 | 0.04 | 292.56 | 0.98 | 0.49 |
| Hex | D7 | 3 | F5 | C | 63 | 0 | 4 | 125 | 62 | 31 |
| Octal | 327 | 3 | 365 | 14 | 143 | 0 | 4 | 445 | 142 | 61 |
| Binary | 11010111 | 11 | 11110101 | 1100 | 1100011 | 0 | 100 | 100100101 | 1100010 | 110001 |
Color Harmonies of #D703F5
Complementary color
Monochromatic Colors of #D703F5
Black with #D703F5
Text Example
Text Example
White with #D703F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703F5; }
p { color: rgb(215,3,245); }
H1.HeaderClassName
{
color: #D703F5;
}
.AnyTagClassName
{
color: #D703F5;
}
</style>
background-color css
<style>
a { background-color: #D703F5; }
a { background-color: rgb(215,3,245); }
div.DivClassName
{
background-color: #D703F5;
}
.BgClassName
{
background-color: #D703F5;
}
</style>
border-color css
<style>
span { border-color: #D703F5; }
span { border-color: rgb(215,3,245); }
td.TdClassName
{
border-color: #D703F5;
}
.TagClassName
{
border-color: #D703F5;
}
</style>