Shades of Psychedelic Purple #D529FA
Tints of Psychedelic Purple #D529FA
RGB
CMYK
RGB Variations
Color information
#D529FA (or 0xD529FA) is known color: Psychedelic Purple. HEX triplet: D5, 29 and FA. RGB value is (213,41,250). Sum of RGB (Red+Green+Blue) = 213+41+250=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #D529FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529FA is #2AD605. Grayscale: #737373. Windows color (decimal): -2807302 or 16394709. OLE color: 16394709.
HSL color Cylindrical-coordinate representation of color #D529FA: hue angle of 289.38º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D529FA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 41 | 250 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.02 |
| HSL | 289.38º | 0.95% | 0.57% | - |
| HSV(B) | 289.38º | 0.84% | 0.98% | - |
| XYZ | 45.49 | 22.63 | 92.41 | - |
| YUV | 116.25 | 203.48 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 250 | 0.15 | 0.84 | 0 | 0.02 | 289.38 | 0.95 | 0.57 |
| Hex | D5 | 29 | FA | F | 54 | 0 | 2 | 121 | 5F | 39 |
| Octal | 325 | 51 | 372 | 17 | 124 | 0 | 2 | 441 | 137 | 71 |
| Binary | 11010101 | 101001 | 11111010 | 1111 | 1010100 | 0 | 10 | 100100001 | 1011111 | 111001 |
Color Harmonies of #D529FA
Complementary color
Monochromatic Colors of #D529FA
Black with #D529FA
Text Example
Text Example
White with #D529FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529FA; }
p { color: rgb(213,41,250); }
H1.HeaderClassName
{
color: #D529FA;
}
.AnyTagClassName
{
color: #D529FA;
}
</style>
background-color css
<style>
a { background-color: #D529FA; }
a { background-color: rgb(213,41,250); }
div.DivClassName
{
background-color: #D529FA;
}
.BgClassName
{
background-color: #D529FA;
}
</style>
border-color css
<style>
span { border-color: #D529FA; }
span { border-color: rgb(213,41,250); }
td.TdClassName
{
border-color: #D529FA;
}
.TagClassName
{
border-color: #D529FA;
}
</style>