Shades of Psychedelic Purple #D123FE
Tints of Psychedelic Purple #D123FE
RGB
CMYK
RGB Variations
Color information
#D123FE (or 0xD123FE) is known color: Psychedelic Purple. HEX triplet: D1, 23 and FE. RGB value is (209,35,254). Sum of RGB (Red+Green+Blue) = 209+35+254=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 35 (14.06% from 255 or 7.03% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #D123FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D123FE is #2EDC01. Grayscale: #6F6F6F. Windows color (decimal): -3070978 or 16655313. OLE color: 16655313.
HSL color Cylindrical-coordinate representation of color #D123FE: hue angle of 287.67º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D123FE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 35 | 254 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.00 |
| HSL | 287.67º | 0.99% | 0.57% | - |
| HSV(B) | 287.67º | 0.86% | 1% | - |
| XYZ | 44.78 | 21.91 | 95.64 | - |
| YUV | 111.99 | 208.15 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 254 | 0.18 | 0.86 | 0 | 0.00 | 287.67 | 0.99 | 0.57 |
| Hex | D1 | 23 | FE | 12 | 56 | 0 | 0 | 120 | 63 | 39 |
| Octal | 321 | 43 | 376 | 22 | 126 | 0 | 0 | 440 | 143 | 71 |
| Binary | 11010001 | 100011 | 11111110 | 10010 | 1010110 | 0 | 0 | 100100000 | 1100011 | 111001 |
Color Harmonies of #D123FE
Complementary color
Monochromatic Colors of #D123FE
Black with #D123FE
Text Example
Text Example
White with #D123FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123FE; }
p { color: rgb(209,35,254); }
H1.HeaderClassName
{
color: #D123FE;
}
.AnyTagClassName
{
color: #D123FE;
}
</style>
background-color css
<style>
a { background-color: #D123FE; }
a { background-color: rgb(209,35,254); }
div.DivClassName
{
background-color: #D123FE;
}
.BgClassName
{
background-color: #D123FE;
}
</style>
border-color css
<style>
span { border-color: #D123FE; }
span { border-color: rgb(209,35,254); }
td.TdClassName
{
border-color: #D123FE;
}
.TagClassName
{
border-color: #D123FE;
}
</style>