Shades of Psychedelic Purple #D130F2
Tints of Psychedelic Purple #D130F2
RGB
CMYK
RGB Variations
Color information
#D130F2 (or 0xD130F2) is known color: Psychedelic Purple. HEX triplet: D1, 30 and F2. RGB value is (209,48,242). Sum of RGB (Red+Green+Blue) = 209+48+242=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #D130F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130F2 is #2ECF0D. Grayscale: #757575. Windows color (decimal): -3067662 or 15872209. OLE color: 15872209.
HSL color Cylindrical-coordinate representation of color #D130F2: hue angle of 289.79º 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 #D130F2 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 48 | 242 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.05 |
| HSL | 289.79º | 0.88% | 0.57% | - |
| HSV(B) | 289.79º | 0.8% | 0.95% | - |
| XYZ | 43.38 | 22.08 | 85.98 | - |
| YUV | 118.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 242 | 0.14 | 0.80 | 0 | 0.05 | 289.79 | 0.88 | 0.57 |
| Hex | D1 | 30 | F2 | E | 50 | 0 | 5 | 122 | 58 | 39 |
| Octal | 321 | 60 | 362 | 16 | 120 | 0 | 5 | 442 | 130 | 71 |
| Binary | 11010001 | 110000 | 11110010 | 1110 | 1010000 | 0 | 101 | 100100010 | 1011000 | 111001 |
Color Harmonies of #D130F2
Complementary color
Monochromatic Colors of #D130F2
Black with #D130F2
Text Example
Text Example
White with #D130F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130F2; }
p { color: rgb(209,48,242); }
H1.HeaderClassName
{
color: #D130F2;
}
.AnyTagClassName
{
color: #D130F2;
}
</style>
background-color css
<style>
a { background-color: #D130F2; }
a { background-color: rgb(209,48,242); }
div.DivClassName
{
background-color: #D130F2;
}
.BgClassName
{
background-color: #D130F2;
}
</style>
border-color css
<style>
span { border-color: #D130F2; }
span { border-color: rgb(209,48,242); }
td.TdClassName
{
border-color: #D130F2;
}
.TagClassName
{
border-color: #D130F2;
}
</style>