Shades of Psychedelic Purple #D526F3
Tints of Psychedelic Purple #D526F3
RGB
CMYK
RGB Variations
Color information
#D526F3 (or 0xD526F3) is known color: Psychedelic Purple. HEX triplet: D5, 26 and F3. RGB value is (213,38,243). Sum of RGB (Red+Green+Blue) = 213+38+243=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 38 (15.23% from 255 or 7.69% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #D526F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526F3 is #2AD90C. Grayscale: #717171. Windows color (decimal): -2808077 or 15935189. OLE color: 15935189.
HSL color Cylindrical-coordinate representation of color #D526F3: hue angle of 291.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D526F3 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 38 | 243 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.05 |
| HSL | 291.22º | 0.9% | 0.55% | - |
| HSV(B) | 291.22º | 0.84% | 0.95% | - |
| XYZ | 44.31 | 22 | 86.71 | - |
| YUV | 113.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 243 | 0.12 | 0.84 | 0 | 0.05 | 291.22 | 0.9 | 0.55 |
| Hex | D5 | 26 | F3 | C | 54 | 0 | 5 | 123 | 5A | 37 |
| Octal | 325 | 46 | 363 | 14 | 124 | 0 | 5 | 443 | 132 | 67 |
| Binary | 11010101 | 100110 | 11110011 | 1100 | 1010100 | 0 | 101 | 100100011 | 1011010 | 110111 |
Color Harmonies of #D526F3
Complementary color
Monochromatic Colors of #D526F3
Black with #D526F3
Text Example
Text Example
White with #D526F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526F3; }
p { color: rgb(213,38,243); }
H1.HeaderClassName
{
color: #D526F3;
}
.AnyTagClassName
{
color: #D526F3;
}
</style>
background-color css
<style>
a { background-color: #D526F3; }
a { background-color: rgb(213,38,243); }
div.DivClassName
{
background-color: #D526F3;
}
.BgClassName
{
background-color: #D526F3;
}
</style>
border-color css
<style>
span { border-color: #D526F3; }
span { border-color: rgb(213,38,243); }
td.TdClassName
{
border-color: #D526F3;
}
.TagClassName
{
border-color: #D526F3;
}
</style>