Shades of Psychedelic Purple #D50EFC
Tints of Psychedelic Purple #D50EFC
RGB
CMYK
RGB Variations
Color information
#D50EFC (or 0xD50EFC) is known color: Psychedelic Purple. HEX triplet: D5, 0E and FC. RGB value is (213,14,252). Sum of RGB (Red+Green+Blue) = 213+14+252=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #D50EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EFC is #2AF103. Grayscale: #636363. Windows color (decimal): -2814212 or 16518869. OLE color: 16518869.
HSL color Cylindrical-coordinate representation of color #D50EFC: hue angle of 290.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EFC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 14 | 252 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.01 |
| HSL | 290.17º | 0.98% | 0.52% | - |
| HSV(B) | 290.17º | 0.94% | 0.99% | - |
| XYZ | 45.17 | 21.49 | 93.86 | - |
| YUV | 100.63 | 213.43 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 252 | 0.15 | 0.94 | 0 | 0.01 | 290.17 | 0.98 | 0.52 |
| Hex | D5 | E | FC | F | 5E | 0 | 1 | 122 | 62 | 34 |
| Octal | 325 | 16 | 374 | 17 | 136 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010101 | 1110 | 11111100 | 1111 | 1011110 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D50EFC
Complementary color
Monochromatic Colors of #D50EFC
Black with #D50EFC
Text Example
Text Example
White with #D50EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EFC; }
p { color: rgb(213,14,252); }
H1.HeaderClassName
{
color: #D50EFC;
}
.AnyTagClassName
{
color: #D50EFC;
}
</style>
background-color css
<style>
a { background-color: #D50EFC; }
a { background-color: rgb(213,14,252); }
div.DivClassName
{
background-color: #D50EFC;
}
.BgClassName
{
background-color: #D50EFC;
}
</style>
border-color css
<style>
span { border-color: #D50EFC; }
span { border-color: rgb(213,14,252); }
td.TdClassName
{
border-color: #D50EFC;
}
.TagClassName
{
border-color: #D50EFC;
}
</style>