Shades of Psychedelic Purple #D429F3
Tints of Psychedelic Purple #D429F3
RGB
CMYK
RGB Variations
Color information
#D429F3 (or 0xD429F3) is known color: Psychedelic Purple. HEX triplet: D4, 29 and F3. RGB value is (212,41,243). Sum of RGB (Red+Green+Blue) = 212+41+243=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #D429F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D429F3 is #2BD60C. Grayscale: #727272. Windows color (decimal): -2872845 or 15935956. OLE color: 15935956.
HSL color Cylindrical-coordinate representation of color #D429F3: hue angle of 290.79º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D429F3 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 41 | 243 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.05 |
| HSL | 290.79º | 0.89% | 0.56% | - |
| HSV(B) | 290.79º | 0.83% | 0.95% | - |
| XYZ | 44.12 | 22.05 | 86.73 | - |
| YUV | 115.16 | 200.15 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 243 | 0.13 | 0.83 | 0 | 0.05 | 290.79 | 0.89 | 0.56 |
| Hex | D4 | 29 | F3 | D | 53 | 0 | 5 | 123 | 59 | 38 |
| Octal | 324 | 51 | 363 | 15 | 123 | 0 | 5 | 443 | 131 | 70 |
| Binary | 11010100 | 101001 | 11110011 | 1101 | 1010011 | 0 | 101 | 100100011 | 1011001 | 111000 |
Color Harmonies of #D429F3
Complementary color
Monochromatic Colors of #D429F3
Black with #D429F3
Text Example
Text Example
White with #D429F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429F3; }
p { color: rgb(212,41,243); }
H1.HeaderClassName
{
color: #D429F3;
}
.AnyTagClassName
{
color: #D429F3;
}
</style>
background-color css
<style>
a { background-color: #D429F3; }
a { background-color: rgb(212,41,243); }
div.DivClassName
{
background-color: #D429F3;
}
.BgClassName
{
background-color: #D429F3;
}
</style>
border-color css
<style>
span { border-color: #D429F3; }
span { border-color: rgb(212,41,243); }
td.TdClassName
{
border-color: #D429F3;
}
.TagClassName
{
border-color: #D429F3;
}
</style>