Shades of Psychedelic Purple #D130FB
Tints of Psychedelic Purple #D130FB
RGB
CMYK
RGB Variations
Color information
#D130FB (or 0xD130FB) is known color: Psychedelic Purple. HEX triplet: D1, 30 and FB. RGB value is (209,48,251). Sum of RGB (Red+Green+Blue) = 209+48+251=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #D130FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130FB is #2ECF04. Grayscale: #767676. Windows color (decimal): -3067653 or 16462033. OLE color: 16462033.
HSL color Cylindrical-coordinate representation of color #D130FB: hue angle of 287.59º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D130FB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 48 | 251 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.02 |
| HSL | 287.59º | 0.96% | 0.59% | - |
| HSV(B) | 287.59º | 0.81% | 0.98% | - |
| XYZ | 44.76 | 22.63 | 93.28 | - |
| YUV | 119.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 251 | 0.17 | 0.81 | 0 | 0.02 | 287.59 | 0.96 | 0.59 |
| Hex | D1 | 30 | FB | 11 | 51 | 0 | 2 | 120 | 60 | 3B |
| Octal | 321 | 60 | 373 | 21 | 121 | 0 | 2 | 440 | 140 | 73 |
| Binary | 11010001 | 110000 | 11111011 | 10001 | 1010001 | 0 | 10 | 100100000 | 1100000 | 111011 |
Color Harmonies of #D130FB
Complementary color
Monochromatic Colors of #D130FB
Black with #D130FB
Text Example
Text Example
White with #D130FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130FB; }
p { color: rgb(209,48,251); }
H1.HeaderClassName
{
color: #D130FB;
}
.AnyTagClassName
{
color: #D130FB;
}
</style>
background-color css
<style>
a { background-color: #D130FB; }
a { background-color: rgb(209,48,251); }
div.DivClassName
{
background-color: #D130FB;
}
.BgClassName
{
background-color: #D130FB;
}
</style>
border-color css
<style>
span { border-color: #D130FB; }
span { border-color: rgb(209,48,251); }
td.TdClassName
{
border-color: #D130FB;
}
.TagClassName
{
border-color: #D130FB;
}
</style>