Shades of Psychedelic Purple #D430FF
Tints of Psychedelic Purple #D430FF
RGB
CMYK
RGB Variations
Color information
#D430FF (or 0xD430FF) is known color: Psychedelic Purple. HEX triplet: D4, 30 and FF. RGB value is (212,48,255). Sum of RGB (Red+Green+Blue) = 212+48+255=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #D430FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D430FF is #2BCF00. Grayscale: #777777. Windows color (decimal): -2871041 or 16724180. OLE color: 16724180.
HSL color Cylindrical-coordinate representation of color #D430FF: hue angle of 287.54º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D430FF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 48 | 255 | - |
| CMYK | 0.17 | 0.81 | 0 | 0 |
| HSL | 287.54º | 1% | 0.59% | - |
| HSV(B) | 287.54º | 0.81% | 1% | - |
| XYZ | 46.26 | 23.33 | 96.67 | - |
| YUV | 120.63 | 203.83 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 255 | 0.17 | 0.81 | 0 | 0 | 287.54 | 1 | 0.59 |
| Hex | D4 | 30 | FF | 11 | 51 | 0 | 0 | 120 | 64 | 3B |
| Octal | 324 | 60 | 377 | 21 | 121 | 0 | 0 | 440 | 144 | 73 |
| Binary | 11010100 | 110000 | 11111111 | 10001 | 1010001 | 0 | 0 | 100100000 | 1100100 | 111011 |
Color Harmonies of #D430FF
Complementary color
Monochromatic Colors of #D430FF
Black with #D430FF
Text Example
Text Example
White with #D430FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D430FF; }
p { color: rgb(212,48,255); }
H1.HeaderClassName
{
color: #D430FF;
}
.AnyTagClassName
{
color: #D430FF;
}
</style>
background-color css
<style>
a { background-color: #D430FF; }
a { background-color: rgb(212,48,255); }
div.DivClassName
{
background-color: #D430FF;
}
.BgClassName
{
background-color: #D430FF;
}
</style>
border-color css
<style>
span { border-color: #D430FF; }
span { border-color: rgb(212,48,255); }
td.TdClassName
{
border-color: #D430FF;
}
.TagClassName
{
border-color: #D430FF;
}
</style>