Shades of Psychedelic Purple #D130FE
Tints of Psychedelic Purple #D130FE
RGB
CMYK
RGB Variations
Color information
#D130FE (or 0xD130FE) is known color: Psychedelic Purple. HEX triplet: D1, 30 and FE. RGB value is (209,48,254). Sum of RGB (Red+Green+Blue) = 209+48+254=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #D130FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130FE is #2ECF01. Grayscale: #767676. Windows color (decimal): -3067650 or 16658641. OLE color: 16658641.
HSL color Cylindrical-coordinate representation of color #D130FE: hue angle of 286.89º 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 #D130FE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 48 | 254 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.00 |
| HSL | 286.89º | 0.99% | 0.59% | - |
| HSV(B) | 286.89º | 0.81% | 1% | - |
| XYZ | 45.24 | 22.82 | 95.79 | - |
| YUV | 119.62 | 203.84 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 254 | 0.18 | 0.81 | 0 | 0.00 | 286.89 | 0.99 | 0.59 |
| Hex | D1 | 30 | FE | 12 | 51 | 0 | 0 | 11F | 63 | 3B |
| Octal | 321 | 60 | 376 | 22 | 121 | 0 | 0 | 437 | 143 | 73 |
| Binary | 11010001 | 110000 | 11111110 | 10010 | 1010001 | 0 | 0 | 100011111 | 1100011 | 111011 |
Color Harmonies of #D130FE
Complementary color
Monochromatic Colors of #D130FE
Black with #D130FE
Text Example
Text Example
White with #D130FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130FE; }
p { color: rgb(209,48,254); }
H1.HeaderClassName
{
color: #D130FE;
}
.AnyTagClassName
{
color: #D130FE;
}
</style>
background-color css
<style>
a { background-color: #D130FE; }
a { background-color: rgb(209,48,254); }
div.DivClassName
{
background-color: #D130FE;
}
.BgClassName
{
background-color: #D130FE;
}
</style>
border-color css
<style>
span { border-color: #D130FE; }
span { border-color: rgb(209,48,254); }
td.TdClassName
{
border-color: #D130FE;
}
.TagClassName
{
border-color: #D130FE;
}
</style>