Shades of Psychedelic Purple #D703F9
Tints of Psychedelic Purple #D703F9
RGB
CMYK
RGB Variations
Color information
#D703F9 (or 0xD703F9) is known color: Psychedelic Purple. HEX triplet: D7, 03 and F9. RGB value is (215,3,249). Sum of RGB (Red+Green+Blue) = 215+3+249=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 3 (1.56% from 255 or 0.64% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #D703F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D703F9 is #28FC06. Grayscale: #5D5D5D. Windows color (decimal): -2685959 or 16319447. OLE color: 16319447.
HSL color Cylindrical-coordinate representation of color #D703F9: hue angle of 291.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703F9 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 3 | 249 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.02 |
| HSL | 291.71º | 0.98% | 0.49% | - |
| HSV(B) | 291.71º | 0.99% | 0.98% | - |
| XYZ | 45.16 | 21.35 | 91.36 | - |
| YUV | 94.43 | 215.24 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 249 | 0.14 | 0.99 | 0 | 0.02 | 291.71 | 0.98 | 0.49 |
| Hex | D7 | 3 | F9 | E | 63 | 0 | 2 | 124 | 62 | 31 |
| Octal | 327 | 3 | 371 | 16 | 143 | 0 | 2 | 444 | 142 | 61 |
| Binary | 11010111 | 11 | 11111001 | 1110 | 1100011 | 0 | 10 | 100100100 | 1100010 | 110001 |
Color Harmonies of #D703F9
Complementary color
Monochromatic Colors of #D703F9
Black with #D703F9
Text Example
Text Example
White with #D703F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703F9; }
p { color: rgb(215,3,249); }
H1.HeaderClassName
{
color: #D703F9;
}
.AnyTagClassName
{
color: #D703F9;
}
</style>
background-color css
<style>
a { background-color: #D703F9; }
a { background-color: rgb(215,3,249); }
div.DivClassName
{
background-color: #D703F9;
}
.BgClassName
{
background-color: #D703F9;
}
</style>
border-color css
<style>
span { border-color: #D703F9; }
span { border-color: rgb(215,3,249); }
td.TdClassName
{
border-color: #D703F9;
}
.TagClassName
{
border-color: #D703F9;
}
</style>