Shades of Psychedelic Purple #D430F2
Tints of Psychedelic Purple #D430F2
RGB
CMYK
RGB Variations
Color information
#D430F2 (or 0xD430F2) is known color: Psychedelic Purple. HEX triplet: D4, 30 and F2. RGB value is (212,48,242). Sum of RGB (Red+Green+Blue) = 212+48+242=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #D430F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D430F2 is #2BCF0D. Grayscale: #767676. Windows color (decimal): -2871054 or 15872212. OLE color: 15872212.
HSL color Cylindrical-coordinate representation of color #D430F2: hue angle of 290.72º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D430F2 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 48 | 242 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.05 |
| HSL | 290.72º | 0.88% | 0.57% | - |
| HSV(B) | 290.72º | 0.8% | 0.95% | - |
| XYZ | 44.24 | 22.52 | 86.02 | - |
| YUV | 119.15 | 197.33 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 242 | 0.12 | 0.80 | 0 | 0.05 | 290.72 | 0.88 | 0.57 |
| Hex | D4 | 30 | F2 | C | 50 | 0 | 5 | 123 | 58 | 39 |
| Octal | 324 | 60 | 362 | 14 | 120 | 0 | 5 | 443 | 130 | 71 |
| Binary | 11010100 | 110000 | 11110010 | 1100 | 1010000 | 0 | 101 | 100100011 | 1011000 | 111001 |
Color Harmonies of #D430F2
Complementary color
Monochromatic Colors of #D430F2
Black with #D430F2
Text Example
Text Example
White with #D430F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D430F2; }
p { color: rgb(212,48,242); }
H1.HeaderClassName
{
color: #D430F2;
}
.AnyTagClassName
{
color: #D430F2;
}
</style>
background-color css
<style>
a { background-color: #D430F2; }
a { background-color: rgb(212,48,242); }
div.DivClassName
{
background-color: #D430F2;
}
.BgClassName
{
background-color: #D430F2;
}
</style>
border-color css
<style>
span { border-color: #D430F2; }
span { border-color: rgb(212,48,242); }
td.TdClassName
{
border-color: #D430F2;
}
.TagClassName
{
border-color: #D430F2;
}
</style>