Shades of Psychedelic Purple #D618F1
Tints of Psychedelic Purple #D618F1
RGB
CMYK
RGB Variations
Color information
#D618F1 (or 0xD618F1) is known color: Psychedelic Purple. HEX triplet: D6, 18 and F1. RGB value is (214,24,241). Sum of RGB (Red+Green+Blue) = 214+24+241=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #D618F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D618F1 is #29E70E. Grayscale: #686868. Windows color (decimal): -2746127 or 15800534. OLE color: 15800534.
HSL color Cylindrical-coordinate representation of color #D618F1: hue angle of 292.53º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D618F1 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 24 | 241 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.05 |
| HSL | 292.53º | 0.89% | 0.52% | - |
| HSV(B) | 292.53º | 0.9% | 0.95% | - |
| XYZ | 43.94 | 21.3 | 85.01 | - |
| YUV | 105.55 | 204.45 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 241 | 0.11 | 0.90 | 0 | 0.05 | 292.53 | 0.89 | 0.52 |
| Hex | D6 | 18 | F1 | B | 5A | 0 | 5 | 125 | 59 | 34 |
| Octal | 326 | 30 | 361 | 13 | 132 | 0 | 5 | 445 | 131 | 64 |
| Binary | 11010110 | 11000 | 11110001 | 1011 | 1011010 | 0 | 101 | 100100101 | 1011001 | 110100 |
Color Harmonies of #D618F1
Complementary color
Monochromatic Colors of #D618F1
Black with #D618F1
Text Example
Text Example
White with #D618F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618F1; }
p { color: rgb(214,24,241); }
H1.HeaderClassName
{
color: #D618F1;
}
.AnyTagClassName
{
color: #D618F1;
}
</style>
background-color css
<style>
a { background-color: #D618F1; }
a { background-color: rgb(214,24,241); }
div.DivClassName
{
background-color: #D618F1;
}
.BgClassName
{
background-color: #D618F1;
}
</style>
border-color css
<style>
span { border-color: #D618F1; }
span { border-color: rgb(214,24,241); }
td.TdClassName
{
border-color: #D618F1;
}
.TagClassName
{
border-color: #D618F1;
}
</style>