Shades of Psychedelic Purple #D430FE
Tints of Psychedelic Purple #D430FE
RGB
CMYK
RGB Variations
Color information
#D430FE (or 0xD430FE) is known color: Psychedelic Purple. HEX triplet: D4, 30 and FE. RGB value is (212,48,254). Sum of RGB (Red+Green+Blue) = 212+48+254=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 48 (19.14% from 255 or 9.34% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #D430FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D430FE is #2BCF01. Grayscale: #777777. Windows color (decimal): -2871042 or 16658644. OLE color: 16658644.
HSL color Cylindrical-coordinate representation of color #D430FE: hue angle of 287.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D430FE is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 48 | 254 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.00 |
| HSL | 287.77º | 0.99% | 0.59% | - |
| HSV(B) | 287.77º | 0.81% | 1% | - |
| XYZ | 46.1 | 23.27 | 95.83 | - |
| YUV | 120.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 254 | 0.17 | 0.81 | 0 | 0.00 | 287.77 | 0.99 | 0.59 |
| Hex | D4 | 30 | FE | 11 | 51 | 0 | 0 | 120 | 63 | 3B |
| Octal | 324 | 60 | 376 | 21 | 121 | 0 | 0 | 440 | 143 | 73 |
| Binary | 11010100 | 110000 | 11111110 | 10001 | 1010001 | 0 | 0 | 100100000 | 1100011 | 111011 |
Color Harmonies of #D430FE
Complementary color
Monochromatic Colors of #D430FE
Black with #D430FE
Text Example
Text Example
White with #D430FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D430FE; }
p { color: rgb(212,48,254); }
H1.HeaderClassName
{
color: #D430FE;
}
.AnyTagClassName
{
color: #D430FE;
}
</style>
background-color css
<style>
a { background-color: #D430FE; }
a { background-color: rgb(212,48,254); }
div.DivClassName
{
background-color: #D430FE;
}
.BgClassName
{
background-color: #D430FE;
}
</style>
border-color css
<style>
span { border-color: #D430FE; }
span { border-color: rgb(212,48,254); }
td.TdClassName
{
border-color: #D430FE;
}
.TagClassName
{
border-color: #D430FE;
}
</style>