Shades of Psychedelic Purple #D534FC
Tints of Psychedelic Purple #D534FC
RGB
CMYK
RGB Variations
Color information
#D534FC (or 0xD534FC) is known color: Psychedelic Purple. HEX triplet: D5, 34 and FC. RGB value is (213,52,252). Sum of RGB (Red+Green+Blue) = 213+52+252=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 52 (20.70% from 255 or 10.06% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #D534FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D534FC is #2ACB03. Grayscale: #7A7A7A. Windows color (decimal): -2804484 or 16528597. OLE color: 16528597.
HSL color Cylindrical-coordinate representation of color #D534FC: hue angle of 288.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D534FC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 52 | 252 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.01 |
| HSL | 288.3º | 0.97% | 0.6% | - |
| HSV(B) | 288.3º | 0.79% | 0.99% | - |
| XYZ | 46.24 | 23.63 | 94.22 | - |
| YUV | 122.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 252 | 0.15 | 0.79 | 0 | 0.01 | 288.3 | 0.97 | 0.6 |
| Hex | D5 | 34 | FC | F | 4F | 0 | 1 | 120 | 61 | 3C |
| Octal | 325 | 64 | 374 | 17 | 117 | 0 | 1 | 440 | 141 | 74 |
| Binary | 11010101 | 110100 | 11111100 | 1111 | 1001111 | 0 | 1 | 100100000 | 1100001 | 111100 |
Color Harmonies of #D534FC
Complementary color
Monochromatic Colors of #D534FC
Black with #D534FC
Text Example
Text Example
White with #D534FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534FC; }
p { color: rgb(213,52,252); }
H1.HeaderClassName
{
color: #D534FC;
}
.AnyTagClassName
{
color: #D534FC;
}
</style>
background-color css
<style>
a { background-color: #D534FC; }
a { background-color: rgb(213,52,252); }
div.DivClassName
{
background-color: #D534FC;
}
.BgClassName
{
background-color: #D534FC;
}
</style>
border-color css
<style>
span { border-color: #D534FC; }
span { border-color: rgb(213,52,252); }
td.TdClassName
{
border-color: #D534FC;
}
.TagClassName
{
border-color: #D534FC;
}
</style>