Shades of Psychedelic Purple #D430FD
Tints of Psychedelic Purple #D430FD
RGB
CMYK
RGB Variations
Color information
#D430FD (or 0xD430FD) is known color: Psychedelic Purple. HEX triplet: D4, 30 and FD. RGB value is (212,48,253). Sum of RGB (Red+Green+Blue) = 212+48+253=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #D430FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D430FD is #2BCF02. Grayscale: #777777. Windows color (decimal): -2871043 or 16593108. OLE color: 16593108.
HSL color Cylindrical-coordinate representation of color #D430FD: hue angle of 288º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D430FD is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 48 | 253 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.01 |
| HSL | 288º | 0.98% | 0.59% | - |
| HSV(B) | 288º | 0.81% | 0.99% | - |
| XYZ | 45.94 | 23.2 | 94.99 | - |
| YUV | 120.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 253 | 0.16 | 0.81 | 0 | 0.01 | 288 | 0.98 | 0.59 |
| Hex | D4 | 30 | FD | 10 | 51 | 0 | 1 | 120 | 62 | 3B |
| Octal | 324 | 60 | 375 | 20 | 121 | 0 | 1 | 440 | 142 | 73 |
| Binary | 11010100 | 110000 | 11111101 | 10000 | 1010001 | 0 | 1 | 100100000 | 1100010 | 111011 |
Color Harmonies of #D430FD
Complementary color
Monochromatic Colors of #D430FD
Black with #D430FD
Text Example
Text Example
White with #D430FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D430FD; }
p { color: rgb(212,48,253); }
H1.HeaderClassName
{
color: #D430FD;
}
.AnyTagClassName
{
color: #D430FD;
}
</style>
background-color css
<style>
a { background-color: #D430FD; }
a { background-color: rgb(212,48,253); }
div.DivClassName
{
background-color: #D430FD;
}
.BgClassName
{
background-color: #D430FD;
}
</style>
border-color css
<style>
span { border-color: #D430FD; }
span { border-color: rgb(212,48,253); }
td.TdClassName
{
border-color: #D430FD;
}
.TagClassName
{
border-color: #D430FD;
}
</style>