Shades of Psychedelic Purple #D123FF
Tints of Psychedelic Purple #D123FF
RGB
CMYK
RGB Variations
Color information
#D123FF (or 0xD123FF) is known color: Psychedelic Purple. HEX triplet: D1, 23 and FF. RGB value is (209,35,255). Sum of RGB (Red+Green+Blue) = 209+35+255=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #D123FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D123FF is #2EDC00. Grayscale: #6F6F6F. Windows color (decimal): -3070977 or 16720849. OLE color: 16720849.
HSL color Cylindrical-coordinate representation of color #D123FF: hue angle of 287.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D123FF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 35 | 255 | - |
| CMYK | 0.18 | 0.86 | 0 | 0 |
| HSL | 287.45º | 1% | 0.57% | - |
| HSV(B) | 287.45º | 0.86% | 1% | - |
| XYZ | 44.95 | 21.98 | 96.48 | - |
| YUV | 112.11 | 208.65 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 255 | 0.18 | 0.86 | 0 | 0 | 287.45 | 1 | 0.57 |
| Hex | D1 | 23 | FF | 12 | 56 | 0 | 0 | 11F | 64 | 39 |
| Octal | 321 | 43 | 377 | 22 | 126 | 0 | 0 | 437 | 144 | 71 |
| Binary | 11010001 | 100011 | 11111111 | 10010 | 1010110 | 0 | 0 | 100011111 | 1100100 | 111001 |
Color Harmonies of #D123FF
Complementary color
Monochromatic Colors of #D123FF
Black with #D123FF
Text Example
Text Example
White with #D123FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123FF; }
p { color: rgb(209,35,255); }
H1.HeaderClassName
{
color: #D123FF;
}
.AnyTagClassName
{
color: #D123FF;
}
</style>
background-color css
<style>
a { background-color: #D123FF; }
a { background-color: rgb(209,35,255); }
div.DivClassName
{
background-color: #D123FF;
}
.BgClassName
{
background-color: #D123FF;
}
</style>
border-color css
<style>
span { border-color: #D123FF; }
span { border-color: rgb(209,35,255); }
td.TdClassName
{
border-color: #D123FF;
}
.TagClassName
{
border-color: #D123FF;
}
</style>