Shades of Psychedelic Purple #D431FF
Tints of Psychedelic Purple #D431FF
RGB
CMYK
RGB Variations
Color information
#D431FF (or 0xD431FF) is known color: Psychedelic Purple. HEX triplet: D4, 31 and FF. RGB value is (212,49,255). Sum of RGB (Red+Green+Blue) = 212+49+255=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #D431FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D431FF is #2BCE00. Grayscale: #787878. Windows color (decimal): -2870785 or 16724436. OLE color: 16724436.
HSL color Cylindrical-coordinate representation of color #D431FF: hue angle of 287.48º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D431FF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 49 | 255 | - |
| CMYK | 0.17 | 0.81 | 0 | 0 |
| HSL | 287.48º | 1% | 0.6% | - |
| HSV(B) | 287.48º | 0.81% | 1% | - |
| XYZ | 46.3 | 23.41 | 96.69 | - |
| YUV | 121.22 | 203.5 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 255 | 0.17 | 0.81 | 0 | 0 | 287.48 | 1 | 0.6 |
| Hex | D4 | 31 | FF | 11 | 51 | 0 | 0 | 11F | 64 | 3C |
| Octal | 324 | 61 | 377 | 21 | 121 | 0 | 0 | 437 | 144 | 74 |
| Binary | 11010100 | 110001 | 11111111 | 10001 | 1010001 | 0 | 0 | 100011111 | 1100100 | 111100 |
Color Harmonies of #D431FF
Complementary color
Monochromatic Colors of #D431FF
Black with #D431FF
Text Example
Text Example
White with #D431FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431FF; }
p { color: rgb(212,49,255); }
H1.HeaderClassName
{
color: #D431FF;
}
.AnyTagClassName
{
color: #D431FF;
}
</style>
background-color css
<style>
a { background-color: #D431FF; }
a { background-color: rgb(212,49,255); }
div.DivClassName
{
background-color: #D431FF;
}
.BgClassName
{
background-color: #D431FF;
}
</style>
border-color css
<style>
span { border-color: #D431FF; }
span { border-color: rgb(212,49,255); }
td.TdClassName
{
border-color: #D431FF;
}
.TagClassName
{
border-color: #D431FF;
}
</style>