Shades of Psychedelic Purple #D518FA
Tints of Psychedelic Purple #D518FA
RGB
CMYK
RGB Variations
Color information
#D518FA (or 0xD518FA) is known color: Psychedelic Purple. HEX triplet: D5, 18 and FA. RGB value is (213,24,250). Sum of RGB (Red+Green+Blue) = 213+24+250=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #D518FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D518FA is #2AE705. Grayscale: #696969. Windows color (decimal): -2811654 or 16390357. OLE color: 16390357.
HSL color Cylindrical-coordinate representation of color #D518FA: hue angle of 290.18º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D518FA is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 24 | 250 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.02 |
| HSL | 290.18º | 0.96% | 0.54% | - |
| HSV(B) | 290.18º | 0.9% | 0.98% | - |
| XYZ | 45.02 | 21.7 | 92.26 | - |
| YUV | 106.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 250 | 0.15 | 0.90 | 0 | 0.02 | 290.18 | 0.96 | 0.54 |
| Hex | D5 | 18 | FA | F | 5A | 0 | 2 | 122 | 60 | 36 |
| Octal | 325 | 30 | 372 | 17 | 132 | 0 | 2 | 442 | 140 | 66 |
| Binary | 11010101 | 11000 | 11111010 | 1111 | 1011010 | 0 | 10 | 100100010 | 1100000 | 110110 |
Color Harmonies of #D518FA
Complementary color
Monochromatic Colors of #D518FA
Black with #D518FA
Text Example
Text Example
White with #D518FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D518FA; }
p { color: rgb(213,24,250); }
H1.HeaderClassName
{
color: #D518FA;
}
.AnyTagClassName
{
color: #D518FA;
}
</style>
background-color css
<style>
a { background-color: #D518FA; }
a { background-color: rgb(213,24,250); }
div.DivClassName
{
background-color: #D518FA;
}
.BgClassName
{
background-color: #D518FA;
}
</style>
border-color css
<style>
span { border-color: #D518FA; }
span { border-color: rgb(213,24,250); }
td.TdClassName
{
border-color: #D518FA;
}
.TagClassName
{
border-color: #D518FA;
}
</style>