Shades of Psychedelic Purple #D719FD
Tints of Psychedelic Purple #D719FD
RGB
CMYK
RGB Variations
Color information
#D719FD (or 0xD719FD) is known color: Psychedelic Purple. HEX triplet: D7, 19 and FD. RGB value is (215,25,253). Sum of RGB (Red+Green+Blue) = 215+25+253=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #D719FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D719FD is #28E602. Grayscale: #6B6B6B. Windows color (decimal): -2680323 or 16587223. OLE color: 16587223.
HSL color Cylindrical-coordinate representation of color #D719FD: hue angle of 290º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D719FD is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 25 | 253 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.01 |
| HSL | 290º | 0.98% | 0.55% | - |
| HSV(B) | 290º | 0.9% | 0.99% | - |
| XYZ | 46.1 | 22.23 | 94.79 | - |
| YUV | 107.8 | 209.95 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 253 | 0.15 | 0.90 | 0 | 0.01 | 290 | 0.98 | 0.55 |
| Hex | D7 | 19 | FD | F | 5A | 0 | 1 | 122 | 62 | 37 |
| Octal | 327 | 31 | 375 | 17 | 132 | 0 | 1 | 442 | 142 | 67 |
| Binary | 11010111 | 11001 | 11111101 | 1111 | 1011010 | 0 | 1 | 100100010 | 1100010 | 110111 |
Color Harmonies of #D719FD
Complementary color
Monochromatic Colors of #D719FD
Black with #D719FD
Text Example
Text Example
White with #D719FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719FD; }
p { color: rgb(215,25,253); }
H1.HeaderClassName
{
color: #D719FD;
}
.AnyTagClassName
{
color: #D719FD;
}
</style>
background-color css
<style>
a { background-color: #D719FD; }
a { background-color: rgb(215,25,253); }
div.DivClassName
{
background-color: #D719FD;
}
.BgClassName
{
background-color: #D719FD;
}
</style>
border-color css
<style>
span { border-color: #D719FD; }
span { border-color: rgb(215,25,253); }
td.TdClassName
{
border-color: #D719FD;
}
.TagClassName
{
border-color: #D719FD;
}
</style>