Shades of Psychedelic Purple #D526F0
Tints of Psychedelic Purple #D526F0
RGB
CMYK
RGB Variations
Color information
#D526F0 (or 0xD526F0) is known color: Psychedelic Purple. HEX triplet: D5, 26 and F0. RGB value is (213,38,240). Sum of RGB (Red+Green+Blue) = 213+38+240=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 38 (15.23% from 255 or 7.74% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #D526F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526F0 is #2AD90F. Grayscale: #707070. Windows color (decimal): -2808080 or 15738581. OLE color: 15738581.
HSL color Cylindrical-coordinate representation of color #D526F0: hue angle of 291.98º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D526F0 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 38 | 240 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.06 |
| HSL | 291.98º | 0.87% | 0.55% | - |
| HSV(B) | 291.98º | 0.84% | 0.94% | - |
| XYZ | 43.86 | 21.82 | 84.34 | - |
| YUV | 113.35 | 199.48 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 240 | 0.11 | 0.84 | 0 | 0.06 | 291.98 | 0.87 | 0.55 |
| Hex | D5 | 26 | F0 | B | 54 | 0 | 6 | 124 | 57 | 37 |
| Octal | 325 | 46 | 360 | 13 | 124 | 0 | 6 | 444 | 127 | 67 |
| Binary | 11010101 | 100110 | 11110000 | 1011 | 1010100 | 0 | 110 | 100100100 | 1010111 | 110111 |
Color Harmonies of #D526F0
Complementary color
Monochromatic Colors of #D526F0
Black with #D526F0
Text Example
Text Example
White with #D526F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526F0; }
p { color: rgb(213,38,240); }
H1.HeaderClassName
{
color: #D526F0;
}
.AnyTagClassName
{
color: #D526F0;
}
</style>
background-color css
<style>
a { background-color: #D526F0; }
a { background-color: rgb(213,38,240); }
div.DivClassName
{
background-color: #D526F0;
}
.BgClassName
{
background-color: #D526F0;
}
</style>
border-color css
<style>
span { border-color: #D526F0; }
span { border-color: rgb(213,38,240); }
td.TdClassName
{
border-color: #D526F0;
}
.TagClassName
{
border-color: #D526F0;
}
</style>