Shades of Psychedelic Purple #D514FA
Tints of Psychedelic Purple #D514FA
RGB
CMYK
RGB Variations
Color information
#D514FA (or 0xD514FA) is known color: Psychedelic Purple. HEX triplet: D5, 14 and FA. RGB value is (213,20,250). Sum of RGB (Red+Green+Blue) = 213+20+250=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #D514FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D514FA is #2AEB05. Grayscale: #676767. Windows color (decimal): -2812678 or 16389333. OLE color: 16389333.
HSL color Cylindrical-coordinate representation of color #D514FA: hue angle of 290.35º 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 #D514FA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 20 | 250 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.02 |
| HSL | 290.35º | 0.96% | 0.53% | - |
| HSV(B) | 290.35º | 0.92% | 0.98% | - |
| XYZ | 44.95 | 21.55 | 92.23 | - |
| YUV | 103.93 | 210.44 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 250 | 0.15 | 0.92 | 0 | 0.02 | 290.35 | 0.96 | 0.53 |
| Hex | D5 | 14 | FA | F | 5C | 0 | 2 | 122 | 60 | 35 |
| Octal | 325 | 24 | 372 | 17 | 134 | 0 | 2 | 442 | 140 | 65 |
| Binary | 11010101 | 10100 | 11111010 | 1111 | 1011100 | 0 | 10 | 100100010 | 1100000 | 110101 |
Color Harmonies of #D514FA
Complementary color
Monochromatic Colors of #D514FA
Black with #D514FA
Text Example
Text Example
White with #D514FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514FA; }
p { color: rgb(213,20,250); }
H1.HeaderClassName
{
color: #D514FA;
}
.AnyTagClassName
{
color: #D514FA;
}
</style>
background-color css
<style>
a { background-color: #D514FA; }
a { background-color: rgb(213,20,250); }
div.DivClassName
{
background-color: #D514FA;
}
.BgClassName
{
background-color: #D514FA;
}
</style>
border-color css
<style>
span { border-color: #D514FA; }
span { border-color: rgb(213,20,250); }
td.TdClassName
{
border-color: #D514FA;
}
.TagClassName
{
border-color: #D514FA;
}
</style>