Shades of Psychedelic Purple #D614F3
Tints of Psychedelic Purple #D614F3
RGB
CMYK
RGB Variations
Color information
#D614F3 (or 0xD614F3) is known color: Psychedelic Purple. HEX triplet: D6, 14 and F3. RGB value is (214,20,243). Sum of RGB (Red+Green+Blue) = 214+20+243=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #D614F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D614F3 is #29EB0C. Grayscale: #666666. Windows color (decimal): -2747149 or 15930582. OLE color: 15930582.
HSL color Cylindrical-coordinate representation of color #D614F3: hue angle of 292.2º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D614F3 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 20 | 243 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.05 |
| HSL | 292.2º | 0.9% | 0.52% | - |
| HSV(B) | 292.2º | 0.92% | 0.95% | - |
| XYZ | 44.16 | 21.27 | 86.57 | - |
| YUV | 103.43 | 206.77 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 243 | 0.12 | 0.92 | 0 | 0.05 | 292.2 | 0.9 | 0.52 |
| Hex | D6 | 14 | F3 | C | 5C | 0 | 5 | 124 | 5A | 34 |
| Octal | 326 | 24 | 363 | 14 | 134 | 0 | 5 | 444 | 132 | 64 |
| Binary | 11010110 | 10100 | 11110011 | 1100 | 1011100 | 0 | 101 | 100100100 | 1011010 | 110100 |
Color Harmonies of #D614F3
Complementary color
Monochromatic Colors of #D614F3
Black with #D614F3
Text Example
Text Example
White with #D614F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614F3; }
p { color: rgb(214,20,243); }
H1.HeaderClassName
{
color: #D614F3;
}
.AnyTagClassName
{
color: #D614F3;
}
</style>
background-color css
<style>
a { background-color: #D614F3; }
a { background-color: rgb(214,20,243); }
div.DivClassName
{
background-color: #D614F3;
}
.BgClassName
{
background-color: #D614F3;
}
</style>
border-color css
<style>
span { border-color: #D614F3; }
span { border-color: rgb(214,20,243); }
td.TdClassName
{
border-color: #D614F3;
}
.TagClassName
{
border-color: #D614F3;
}
</style>