Shades of Psychedelic Purple #D614F0
Tints of Psychedelic Purple #D614F0
RGB
CMYK
RGB Variations
Color information
#D614F0 (or 0xD614F0) is known color: Psychedelic Purple. HEX triplet: D6, 14 and F0. RGB value is (214,20,240). Sum of RGB (Red+Green+Blue) = 214+20+240=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #D614F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D614F0 is #29EB0F. Grayscale: #666666. Windows color (decimal): -2747152 or 15733974. OLE color: 15733974.
HSL color Cylindrical-coordinate representation of color #D614F0: hue angle of 292.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D614F0 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 20 | 240 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.06 |
| HSL | 292.91º | 0.88% | 0.51% | - |
| HSV(B) | 292.91º | 0.92% | 0.94% | - |
| XYZ | 43.71 | 21.09 | 84.2 | - |
| YUV | 103.09 | 205.27 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 240 | 0.11 | 0.92 | 0 | 0.06 | 292.91 | 0.88 | 0.51 |
| Hex | D6 | 14 | F0 | B | 5C | 0 | 6 | 125 | 58 | 33 |
| Octal | 326 | 24 | 360 | 13 | 134 | 0 | 6 | 445 | 130 | 63 |
| Binary | 11010110 | 10100 | 11110000 | 1011 | 1011100 | 0 | 110 | 100100101 | 1011000 | 110011 |
Color Harmonies of #D614F0
Complementary color
Monochromatic Colors of #D614F0
Black with #D614F0
Text Example
Text Example
White with #D614F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614F0; }
p { color: rgb(214,20,240); }
H1.HeaderClassName
{
color: #D614F0;
}
.AnyTagClassName
{
color: #D614F0;
}
</style>
background-color css
<style>
a { background-color: #D614F0; }
a { background-color: rgb(214,20,240); }
div.DivClassName
{
background-color: #D614F0;
}
.BgClassName
{
background-color: #D614F0;
}
</style>
border-color css
<style>
span { border-color: #D614F0; }
span { border-color: rgb(214,20,240); }
td.TdClassName
{
border-color: #D614F0;
}
.TagClassName
{
border-color: #D614F0;
}
</style>