Shades of Psychedelic Purple #D130FA
Tints of Psychedelic Purple #D130FA
RGB
CMYK
RGB Variations
Color information
#D130FA (or 0xD130FA) is known color: Psychedelic Purple. HEX triplet: D1, 30 and FA. RGB value is (209,48,250). Sum of RGB (Red+Green+Blue) = 209+48+250=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #D130FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130FA is #2ECF05. Grayscale: #767676. Windows color (decimal): -3067654 or 16396497. OLE color: 16396497.
HSL color Cylindrical-coordinate representation of color #D130FA: hue angle of 287.82º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D130FA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 48 | 250 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.02 |
| HSL | 287.82º | 0.95% | 0.58% | - |
| HSV(B) | 287.82º | 0.81% | 0.98% | - |
| XYZ | 44.61 | 22.57 | 92.45 | - |
| YUV | 119.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 250 | 0.16 | 0.81 | 0 | 0.02 | 287.82 | 0.95 | 0.58 |
| Hex | D1 | 30 | FA | 10 | 51 | 0 | 2 | 120 | 5F | 3A |
| Octal | 321 | 60 | 372 | 20 | 121 | 0 | 2 | 440 | 137 | 72 |
| Binary | 11010001 | 110000 | 11111010 | 10000 | 1010001 | 0 | 10 | 100100000 | 1011111 | 111010 |
Color Harmonies of #D130FA
Complementary color
Monochromatic Colors of #D130FA
Black with #D130FA
Text Example
Text Example
White with #D130FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130FA; }
p { color: rgb(209,48,250); }
H1.HeaderClassName
{
color: #D130FA;
}
.AnyTagClassName
{
color: #D130FA;
}
</style>
background-color css
<style>
a { background-color: #D130FA; }
a { background-color: rgb(209,48,250); }
div.DivClassName
{
background-color: #D130FA;
}
.BgClassName
{
background-color: #D130FA;
}
</style>
border-color css
<style>
span { border-color: #D130FA; }
span { border-color: rgb(209,48,250); }
td.TdClassName
{
border-color: #D130FA;
}
.TagClassName
{
border-color: #D130FA;
}
</style>