Shades of Psychedelic Purple #D714FA
Tints of Psychedelic Purple #D714FA
RGB
CMYK
RGB Variations
Color information
#D714FA (or 0xD714FA) is known color: Psychedelic Purple. HEX triplet: D7, 14 and FA. RGB value is (215,20,250). Sum of RGB (Red+Green+Blue) = 215+20+250=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #D714FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D714FA is #28EB05. Grayscale: #676767. Windows color (decimal): -2681606 or 16389335. OLE color: 16389335.
HSL color Cylindrical-coordinate representation of color #D714FA: hue angle of 290.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D714FA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 20 | 250 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.02 |
| HSL | 290.87º | 0.96% | 0.53% | - |
| HSV(B) | 290.87º | 0.92% | 0.98% | - |
| XYZ | 45.53 | 21.85 | 92.26 | - |
| YUV | 104.53 | 210.1 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 250 | 0.14 | 0.92 | 0 | 0.02 | 290.87 | 0.96 | 0.53 |
| Hex | D7 | 14 | FA | E | 5C | 0 | 2 | 123 | 60 | 35 |
| Octal | 327 | 24 | 372 | 16 | 134 | 0 | 2 | 443 | 140 | 65 |
| Binary | 11010111 | 10100 | 11111010 | 1110 | 1011100 | 0 | 10 | 100100011 | 1100000 | 110101 |
Color Harmonies of #D714FA
Complementary color
Monochromatic Colors of #D714FA
Black with #D714FA
Text Example
Text Example
White with #D714FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714FA; }
p { color: rgb(215,20,250); }
H1.HeaderClassName
{
color: #D714FA;
}
.AnyTagClassName
{
color: #D714FA;
}
</style>
background-color css
<style>
a { background-color: #D714FA; }
a { background-color: rgb(215,20,250); }
div.DivClassName
{
background-color: #D714FA;
}
.BgClassName
{
background-color: #D714FA;
}
</style>
border-color css
<style>
span { border-color: #D714FA; }
span { border-color: rgb(215,20,250); }
td.TdClassName
{
border-color: #D714FA;
}
.TagClassName
{
border-color: #D714FA;
}
</style>