Shades of Psychedelic Purple #D103FF
Tints of Psychedelic Purple #D103FF
RGB
CMYK
RGB Variations
Color information
#D103FF (or 0xD103FF) is known color: Psychedelic Purple. HEX triplet: D1, 03 and FF. RGB value is (209,3,255). Sum of RGB (Red+Green+Blue) = 209+3+255=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 3 (1.56% from 255 or 0.64% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #D103FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D103FF is #2EFC00. Grayscale: #5C5C5C. Windows color (decimal): -3079169 or 16712657. OLE color: 16712657.
HSL color Cylindrical-coordinate representation of color #D103FF: hue angle of 289.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103FF is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 3 | 255 | - |
| CMYK | 0.18 | 0.99 | 0 | 0 |
| HSL | 289.05º | 1% | 0.51% | - |
| HSV(B) | 289.05º | 0.99% | 1% | - |
| XYZ | 44.38 | 20.84 | 96.29 | - |
| YUV | 93.32 | 219.25 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 255 | 0.18 | 0.99 | 0 | 0 | 289.05 | 1 | 0.51 |
| Hex | D1 | 3 | FF | 12 | 63 | 0 | 0 | 121 | 64 | 33 |
| Octal | 321 | 3 | 377 | 22 | 143 | 0 | 0 | 441 | 144 | 63 |
| Binary | 11010001 | 11 | 11111111 | 10010 | 1100011 | 0 | 0 | 100100001 | 1100100 | 110011 |
Color Harmonies of #D103FF
Complementary color
Monochromatic Colors of #D103FF
Black with #D103FF
Text Example
Text Example
White with #D103FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103FF; }
p { color: rgb(209,3,255); }
H1.HeaderClassName
{
color: #D103FF;
}
.AnyTagClassName
{
color: #D103FF;
}
</style>
background-color css
<style>
a { background-color: #D103FF; }
a { background-color: rgb(209,3,255); }
div.DivClassName
{
background-color: #D103FF;
}
.BgClassName
{
background-color: #D103FF;
}
</style>
border-color css
<style>
span { border-color: #D103FF; }
span { border-color: rgb(209,3,255); }
td.TdClassName
{
border-color: #D103FF;
}
.TagClassName
{
border-color: #D103FF;
}
</style>