Shades of Psychedelic Purple #D713FD
Tints of Psychedelic Purple #D713FD
RGB
CMYK
RGB Variations
Color information
#D713FD (or 0xD713FD) is known color: Psychedelic Purple. HEX triplet: D7, 13 and FD. RGB value is (215,19,253). Sum of RGB (Red+Green+Blue) = 215+19+253=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 19 (7.81% from 255 or 3.90% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #D713FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D713FD is #28EC02. Grayscale: #676767. Windows color (decimal): -2681859 or 16585687. OLE color: 16585687.
HSL color Cylindrical-coordinate representation of color #D713FD: hue angle of 290.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D713FD is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 19 | 253 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.01 |
| HSL | 290.26º | 0.98% | 0.53% | - |
| HSV(B) | 290.26º | 0.92% | 0.99% | - |
| XYZ | 45.99 | 22 | 94.75 | - |
| YUV | 104.28 | 211.93 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 253 | 0.15 | 0.92 | 0 | 0.01 | 290.26 | 0.98 | 0.53 |
| Hex | D7 | 13 | FD | F | 5C | 0 | 1 | 122 | 62 | 35 |
| Octal | 327 | 23 | 375 | 17 | 134 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010111 | 10011 | 11111101 | 1111 | 1011100 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D713FD
Complementary color
Monochromatic Colors of #D713FD
Black with #D713FD
Text Example
Text Example
White with #D713FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D713FD; }
p { color: rgb(215,19,253); }
H1.HeaderClassName
{
color: #D713FD;
}
.AnyTagClassName
{
color: #D713FD;
}
</style>
background-color css
<style>
a { background-color: #D713FD; }
a { background-color: rgb(215,19,253); }
div.DivClassName
{
background-color: #D713FD;
}
.BgClassName
{
background-color: #D713FD;
}
</style>
border-color css
<style>
span { border-color: #D713FD; }
span { border-color: rgb(215,19,253); }
td.TdClassName
{
border-color: #D713FD;
}
.TagClassName
{
border-color: #D713FD;
}
</style>