Shades of Psychedelic Purple #D614F4
Tints of Psychedelic Purple #D614F4
RGB
CMYK
RGB Variations
Color information
#D614F4 (or 0xD614F4) is known color: Psychedelic Purple. HEX triplet: D6, 14 and F4. RGB value is (214,20,244). Sum of RGB (Red+Green+Blue) = 214+20+244=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #D614F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D614F4 is #29EB0B. Grayscale: #666666. Windows color (decimal): -2747148 or 15996118. OLE color: 15996118.
HSL color Cylindrical-coordinate representation of color #D614F4: hue angle of 291.96º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D614F4 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 20 | 244 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.04 |
| HSL | 291.96º | 0.91% | 0.52% | - |
| HSV(B) | 291.96º | 0.92% | 0.96% | - |
| XYZ | 44.31 | 21.33 | 87.37 | - |
| YUV | 103.54 | 207.27 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 244 | 0.12 | 0.92 | 0 | 0.04 | 291.96 | 0.91 | 0.52 |
| Hex | D6 | 14 | F4 | C | 5C | 0 | 4 | 124 | 5B | 34 |
| Octal | 326 | 24 | 364 | 14 | 134 | 0 | 4 | 444 | 133 | 64 |
| Binary | 11010110 | 10100 | 11110100 | 1100 | 1011100 | 0 | 100 | 100100100 | 1011011 | 110100 |
Color Harmonies of #D614F4
Complementary color
Monochromatic Colors of #D614F4
Black with #D614F4
Text Example
Text Example
White with #D614F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614F4; }
p { color: rgb(214,20,244); }
H1.HeaderClassName
{
color: #D614F4;
}
.AnyTagClassName
{
color: #D614F4;
}
</style>
background-color css
<style>
a { background-color: #D614F4; }
a { background-color: rgb(214,20,244); }
div.DivClassName
{
background-color: #D614F4;
}
.BgClassName
{
background-color: #D614F4;
}
</style>
border-color css
<style>
span { border-color: #D614F4; }
span { border-color: rgb(214,20,244); }
td.TdClassName
{
border-color: #D614F4;
}
.TagClassName
{
border-color: #D614F4;
}
</style>