Shades of Psychedelic Purple #D619FB
Tints of Psychedelic Purple #D619FB
RGB
CMYK
RGB Variations
Color information
#D619FB (or 0xD619FB) is known color: Psychedelic Purple. HEX triplet: D6, 19 and FB. RGB value is (214,25,251). Sum of RGB (Red+Green+Blue) = 214+25+251=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #D619FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619FB is #29E604. Grayscale: #6A6A6A. Windows color (decimal): -2745861 or 16456150. OLE color: 16456150.
HSL color Cylindrical-coordinate representation of color #D619FB: hue angle of 290.18º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D619FB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 25 | 251 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.02 |
| HSL | 290.18º | 0.97% | 0.54% | - |
| HSV(B) | 290.18º | 0.9% | 0.98% | - |
| XYZ | 45.49 | 21.96 | 93.11 | - |
| YUV | 107.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 251 | 0.15 | 0.90 | 0 | 0.02 | 290.18 | 0.97 | 0.54 |
| Hex | D6 | 19 | FB | F | 5A | 0 | 2 | 122 | 61 | 36 |
| Octal | 326 | 31 | 373 | 17 | 132 | 0 | 2 | 442 | 141 | 66 |
| Binary | 11010110 | 11001 | 11111011 | 1111 | 1011010 | 0 | 10 | 100100010 | 1100001 | 110110 |
Color Harmonies of #D619FB
Complementary color
Monochromatic Colors of #D619FB
Black with #D619FB
Text Example
Text Example
White with #D619FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619FB; }
p { color: rgb(214,25,251); }
H1.HeaderClassName
{
color: #D619FB;
}
.AnyTagClassName
{
color: #D619FB;
}
</style>
background-color css
<style>
a { background-color: #D619FB; }
a { background-color: rgb(214,25,251); }
div.DivClassName
{
background-color: #D619FB;
}
.BgClassName
{
background-color: #D619FB;
}
</style>
border-color css
<style>
span { border-color: #D619FB; }
span { border-color: rgb(214,25,251); }
td.TdClassName
{
border-color: #D619FB;
}
.TagClassName
{
border-color: #D619FB;
}
</style>