Shades of Psychedelic Purple #D429FF
Tints of Psychedelic Purple #D429FF
RGB
CMYK
RGB Variations
Color information
#D429FF (or 0xD429FF) is known color: Psychedelic Purple. HEX triplet: D4, 29 and FF. RGB value is (212,41,255). Sum of RGB (Red+Green+Blue) = 212+41+255=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 41 (16.41% from 255 or 8.07% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #D429FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D429FF is #2BD600. Grayscale: #737373. Windows color (decimal): -2872833 or 16722388. OLE color: 16722388.
HSL color Cylindrical-coordinate representation of color #D429FF: hue angle of 287.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D429FF is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 41 | 255 | - |
| CMYK | 0.17 | 0.84 | 0 | 0 |
| HSL | 287.94º | 1% | 0.58% | - |
| HSV(B) | 287.94º | 0.84% | 1% | - |
| XYZ | 45.99 | 22.8 | 96.58 | - |
| YUV | 116.53 | 206.15 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 255 | 0.17 | 0.84 | 0 | 0 | 287.94 | 1 | 0.58 |
| Hex | D4 | 29 | FF | 11 | 54 | 0 | 0 | 120 | 64 | 3A |
| Octal | 324 | 51 | 377 | 21 | 124 | 0 | 0 | 440 | 144 | 72 |
| Binary | 11010100 | 101001 | 11111111 | 10001 | 1010100 | 0 | 0 | 100100000 | 1100100 | 111010 |
Color Harmonies of #D429FF
Complementary color
Monochromatic Colors of #D429FF
Black with #D429FF
Text Example
Text Example
White with #D429FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429FF; }
p { color: rgb(212,41,255); }
H1.HeaderClassName
{
color: #D429FF;
}
.AnyTagClassName
{
color: #D429FF;
}
</style>
background-color css
<style>
a { background-color: #D429FF; }
a { background-color: rgb(212,41,255); }
div.DivClassName
{
background-color: #D429FF;
}
.BgClassName
{
background-color: #D429FF;
}
</style>
border-color css
<style>
span { border-color: #D429FF; }
span { border-color: rgb(212,41,255); }
td.TdClassName
{
border-color: #D429FF;
}
.TagClassName
{
border-color: #D429FF;
}
</style>