Shades of Psychedelic Purple #D703FD
Tints of Psychedelic Purple #D703FD
RGB
CMYK
RGB Variations
Color information
#D703FD (or 0xD703FD) is known color: Psychedelic Purple. HEX triplet: D7, 03 and FD. RGB value is (215,3,253). Sum of RGB (Red+Green+Blue) = 215+3+253=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #D703FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D703FD is #28FC02. Grayscale: #5E5E5E. Windows color (decimal): -2685955 or 16581591. OLE color: 16581591.
HSL color Cylindrical-coordinate representation of color #D703FD: hue angle of 290.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703FD is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 3 | 253 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.01 |
| HSL | 290.88º | 0.98% | 0.5% | - |
| HSV(B) | 290.88º | 0.99% | 0.99% | - |
| XYZ | 45.79 | 21.6 | 94.69 | - |
| YUV | 94.89 | 217.24 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 253 | 0.15 | 0.99 | 0 | 0.01 | 290.88 | 0.98 | 0.5 |
| Hex | D7 | 3 | FD | F | 63 | 0 | 1 | 123 | 62 | 32 |
| Octal | 327 | 3 | 375 | 17 | 143 | 0 | 1 | 443 | 142 | 62 |
| Binary | 11010111 | 11 | 11111101 | 1111 | 1100011 | 0 | 1 | 100100011 | 1100010 | 110010 |
Color Harmonies of #D703FD
Complementary color
Monochromatic Colors of #D703FD
Black with #D703FD
Text Example
Text Example
White with #D703FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703FD; }
p { color: rgb(215,3,253); }
H1.HeaderClassName
{
color: #D703FD;
}
.AnyTagClassName
{
color: #D703FD;
}
</style>
background-color css
<style>
a { background-color: #D703FD; }
a { background-color: rgb(215,3,253); }
div.DivClassName
{
background-color: #D703FD;
}
.BgClassName
{
background-color: #D703FD;
}
</style>
border-color css
<style>
span { border-color: #D703FD; }
span { border-color: rgb(215,3,253); }
td.TdClassName
{
border-color: #D703FD;
}
.TagClassName
{
border-color: #D703FD;
}
</style>