Shades of Psychedelic Purple #D532F4
Tints of Psychedelic Purple #D532F4
RGB
CMYK
RGB Variations
Color information
#D532F4 (or 0xD532F4) is known color: Psychedelic Purple. HEX triplet: D5, 32 and F4. RGB value is (213,50,244). Sum of RGB (Red+Green+Blue) = 213+50+244=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 50 (19.92% from 255 or 9.86% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #D532F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532F4 is #2ACD0B. Grayscale: #787878. Windows color (decimal): -2805004 or 16003797. OLE color: 16003797.
HSL color Cylindrical-coordinate representation of color #D532F4: hue angle of 290.41º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D532F4 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 50 | 244 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.04 |
| HSL | 290.41º | 0.9% | 0.58% | - |
| HSV(B) | 290.41º | 0.8% | 0.96% | - |
| XYZ | 44.91 | 22.96 | 87.65 | - |
| YUV | 120.85 | 197.5 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 244 | 0.13 | 0.80 | 0 | 0.04 | 290.41 | 0.9 | 0.58 |
| Hex | D5 | 32 | F4 | D | 50 | 0 | 4 | 122 | 5A | 3A |
| Octal | 325 | 62 | 364 | 15 | 120 | 0 | 4 | 442 | 132 | 72 |
| Binary | 11010101 | 110010 | 11110100 | 1101 | 1010000 | 0 | 100 | 100100010 | 1011010 | 111010 |
Color Harmonies of #D532F4
Complementary color
Monochromatic Colors of #D532F4
Black with #D532F4
Text Example
Text Example
White with #D532F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532F4; }
p { color: rgb(213,50,244); }
H1.HeaderClassName
{
color: #D532F4;
}
.AnyTagClassName
{
color: #D532F4;
}
</style>
background-color css
<style>
a { background-color: #D532F4; }
a { background-color: rgb(213,50,244); }
div.DivClassName
{
background-color: #D532F4;
}
.BgClassName
{
background-color: #D532F4;
}
</style>
border-color css
<style>
span { border-color: #D532F4; }
span { border-color: rgb(213,50,244); }
td.TdClassName
{
border-color: #D532F4;
}
.TagClassName
{
border-color: #D532F4;
}
</style>