Shades of Psychedelic Purple #D103FC
Tints of Psychedelic Purple #D103FC
RGB
CMYK
RGB Variations
Color information
#D103FC (or 0xD103FC) is known color: Psychedelic Purple. HEX triplet: D1, 03 and FC. RGB value is (209,3,252). Sum of RGB (Red+Green+Blue) = 209+3+252=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 3 (1.56% from 255 or 0.65% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #D103FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D103FC is #2EFC03. Grayscale: #5C5C5C. Windows color (decimal): -3079172 or 16516049. OLE color: 16516049.
HSL color Cylindrical-coordinate representation of color #D103FC: hue angle of 289.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103FC is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 3 | 252 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.01 |
| HSL | 289.64º | 0.98% | 0.5% | - |
| HSV(B) | 289.64º | 0.99% | 0.99% | - |
| XYZ | 43.9 | 20.65 | 93.77 | - |
| YUV | 92.98 | 217.75 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 252 | 0.17 | 0.99 | 0 | 0.01 | 289.64 | 0.98 | 0.5 |
| Hex | D1 | 3 | FC | 11 | 63 | 0 | 1 | 122 | 62 | 32 |
| Octal | 321 | 3 | 374 | 21 | 143 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010001 | 11 | 11111100 | 10001 | 1100011 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D103FC
Complementary color
Monochromatic Colors of #D103FC
Black with #D103FC
Text Example
Text Example
White with #D103FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103FC; }
p { color: rgb(209,3,252); }
H1.HeaderClassName
{
color: #D103FC;
}
.AnyTagClassName
{
color: #D103FC;
}
</style>
background-color css
<style>
a { background-color: #D103FC; }
a { background-color: rgb(209,3,252); }
div.DivClassName
{
background-color: #D103FC;
}
.BgClassName
{
background-color: #D103FC;
}
</style>
border-color css
<style>
span { border-color: #D103FC; }
span { border-color: rgb(209,3,252); }
td.TdClassName
{
border-color: #D103FC;
}
.TagClassName
{
border-color: #D103FC;
}
</style>