Shades of Psychedelic Purple #D123FC
Tints of Psychedelic Purple #D123FC
RGB
CMYK
RGB Variations
Color information
#D123FC (or 0xD123FC) is known color: Psychedelic Purple. HEX triplet: D1, 23 and FC. RGB value is (209,35,252). Sum of RGB (Red+Green+Blue) = 209+35+252=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 35 (14.06% from 255 or 7.06% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #D123FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D123FC is #2EDC03. Grayscale: #6F6F6F. Windows color (decimal): -3070980 or 16524241. OLE color: 16524241.
HSL color Cylindrical-coordinate representation of color #D123FC: hue angle of 288.11º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D123FC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 35 | 252 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.01 |
| HSL | 288.11º | 0.97% | 0.56% | - |
| HSV(B) | 288.11º | 0.86% | 0.99% | - |
| XYZ | 44.47 | 21.79 | 93.96 | - |
| YUV | 111.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 252 | 0.17 | 0.86 | 0 | 0.01 | 288.11 | 0.97 | 0.56 |
| Hex | D1 | 23 | FC | 11 | 56 | 0 | 1 | 120 | 61 | 38 |
| Octal | 321 | 43 | 374 | 21 | 126 | 0 | 1 | 440 | 141 | 70 |
| Binary | 11010001 | 100011 | 11111100 | 10001 | 1010110 | 0 | 1 | 100100000 | 1100001 | 111000 |
Color Harmonies of #D123FC
Complementary color
Monochromatic Colors of #D123FC
Black with #D123FC
Text Example
Text Example
White with #D123FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123FC; }
p { color: rgb(209,35,252); }
H1.HeaderClassName
{
color: #D123FC;
}
.AnyTagClassName
{
color: #D123FC;
}
</style>
background-color css
<style>
a { background-color: #D123FC; }
a { background-color: rgb(209,35,252); }
div.DivClassName
{
background-color: #D123FC;
}
.BgClassName
{
background-color: #D123FC;
}
</style>
border-color css
<style>
span { border-color: #D123FC; }
span { border-color: rgb(209,35,252); }
td.TdClassName
{
border-color: #D123FC;
}
.TagClassName
{
border-color: #D123FC;
}
</style>