Shades of Psychedelic Purple #D103FB
Tints of Psychedelic Purple #D103FB
RGB
CMYK
RGB Variations
Color information
#D103FB (or 0xD103FB) is known color: Psychedelic Purple. HEX triplet: D1, 03 and FB. RGB value is (209,3,251). Sum of RGB (Red+Green+Blue) = 209+3+251=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #D103FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D103FB is #2EFC04. Grayscale: #5C5C5C. Windows color (decimal): -3079173 or 16450513. OLE color: 16450513.
HSL color Cylindrical-coordinate representation of color #D103FB: hue angle of 289.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103FB is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 3 | 251 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.02 |
| HSL | 289.84º | 0.98% | 0.5% | - |
| HSV(B) | 289.84º | 0.99% | 0.98% | - |
| XYZ | 43.74 | 20.59 | 92.93 | - |
| YUV | 92.87 | 217.25 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 251 | 0.17 | 0.99 | 0 | 0.02 | 289.84 | 0.98 | 0.5 |
| Hex | D1 | 3 | FB | 11 | 63 | 0 | 2 | 122 | 62 | 32 |
| Octal | 321 | 3 | 373 | 21 | 143 | 0 | 2 | 442 | 142 | 62 |
| Binary | 11010001 | 11 | 11111011 | 10001 | 1100011 | 0 | 10 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D103FB
Complementary color
Monochromatic Colors of #D103FB
Black with #D103FB
Text Example
Text Example
White with #D103FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103FB; }
p { color: rgb(209,3,251); }
H1.HeaderClassName
{
color: #D103FB;
}
.AnyTagClassName
{
color: #D103FB;
}
</style>
background-color css
<style>
a { background-color: #D103FB; }
a { background-color: rgb(209,3,251); }
div.DivClassName
{
background-color: #D103FB;
}
.BgClassName
{
background-color: #D103FB;
}
</style>
border-color css
<style>
span { border-color: #D103FB; }
span { border-color: rgb(209,3,251); }
td.TdClassName
{
border-color: #D103FB;
}
.TagClassName
{
border-color: #D103FB;
}
</style>