Shades of Psychedelic Purple #D819FD
Tints of Psychedelic Purple #D819FD
RGB
CMYK
RGB Variations
Color information
#D819FD (or 0xD819FD) is known color: Psychedelic Purple. HEX triplet: D8, 19 and FD. RGB value is (216,25,253). Sum of RGB (Red+Green+Blue) = 216+25+253=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 25 (10.16% from 255 or 5.06% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #D819FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D819FD is #27E602. Grayscale: #6B6B6B. Windows color (decimal): -2614787 or 16587224. OLE color: 16587224.
HSL color Cylindrical-coordinate representation of color #D819FD: hue angle of 290.26º 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 #D819FD is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 25 | 253 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.01 |
| HSL | 290.26º | 0.98% | 0.55% | - |
| HSV(B) | 290.26º | 0.9% | 0.99% | - |
| XYZ | 46.4 | 22.39 | 94.8 | - |
| YUV | 108.1 | 209.78 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 253 | 0.15 | 0.90 | 0 | 0.01 | 290.26 | 0.98 | 0.55 |
| Hex | D8 | 19 | FD | F | 5A | 0 | 1 | 122 | 62 | 37 |
| Octal | 330 | 31 | 375 | 17 | 132 | 0 | 1 | 442 | 142 | 67 |
| Binary | 11011000 | 11001 | 11111101 | 1111 | 1011010 | 0 | 1 | 100100010 | 1100010 | 110111 |
Color Harmonies of #D819FD
Complementary color
Monochromatic Colors of #D819FD
Black with #D819FD
Text Example
Text Example
White with #D819FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819FD; }
p { color: rgb(216,25,253); }
H1.HeaderClassName
{
color: #D819FD;
}
.AnyTagClassName
{
color: #D819FD;
}
</style>
background-color css
<style>
a { background-color: #D819FD; }
a { background-color: rgb(216,25,253); }
div.DivClassName
{
background-color: #D819FD;
}
.BgClassName
{
background-color: #D819FD;
}
</style>
border-color css
<style>
span { border-color: #D819FD; }
span { border-color: rgb(216,25,253); }
td.TdClassName
{
border-color: #D819FD;
}
.TagClassName
{
border-color: #D819FD;
}
</style>