Shades of Psychedelic Purple #D619FC
Tints of Psychedelic Purple #D619FC
RGB
CMYK
RGB Variations
Color information
#D619FC (or 0xD619FC) is known color: Psychedelic Purple. HEX triplet: D6, 19 and FC. RGB value is (214,25,252). Sum of RGB (Red+Green+Blue) = 214+25+252=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #D619FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619FC is #29E603. Grayscale: #6A6A6A. Windows color (decimal): -2745860 or 16521686. OLE color: 16521686.
HSL color Cylindrical-coordinate representation of color #D619FC: hue angle of 289.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D619FC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 25 | 252 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.01 |
| HSL | 289.96º | 0.97% | 0.54% | - |
| HSV(B) | 289.96º | 0.9% | 0.99% | - |
| XYZ | 45.65 | 22.02 | 93.94 | - |
| YUV | 107.39 | 209.62 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 252 | 0.15 | 0.90 | 0 | 0.01 | 289.96 | 0.97 | 0.54 |
| Hex | D6 | 19 | FC | F | 5A | 0 | 1 | 122 | 61 | 36 |
| Octal | 326 | 31 | 374 | 17 | 132 | 0 | 1 | 442 | 141 | 66 |
| Binary | 11010110 | 11001 | 11111100 | 1111 | 1011010 | 0 | 1 | 100100010 | 1100001 | 110110 |
Color Harmonies of #D619FC
Complementary color
Monochromatic Colors of #D619FC
Black with #D619FC
Text Example
Text Example
White with #D619FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619FC; }
p { color: rgb(214,25,252); }
H1.HeaderClassName
{
color: #D619FC;
}
.AnyTagClassName
{
color: #D619FC;
}
</style>
background-color css
<style>
a { background-color: #D619FC; }
a { background-color: rgb(214,25,252); }
div.DivClassName
{
background-color: #D619FC;
}
.BgClassName
{
background-color: #D619FC;
}
</style>
border-color css
<style>
span { border-color: #D619FC; }
span { border-color: rgb(214,25,252); }
td.TdClassName
{
border-color: #D619FC;
}
.TagClassName
{
border-color: #D619FC;
}
</style>