Shades of Psychedelic Purple #D114FE
Tints of Psychedelic Purple #D114FE
RGB
CMYK
RGB Variations
Color information
#D114FE (or 0xD114FE) is known color: Psychedelic Purple. HEX triplet: D1, 14 and FE. RGB value is (209,20,254). Sum of RGB (Red+Green+Blue) = 209+20+254=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #D114FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D114FE is #2EEB01. Grayscale: #666666. Windows color (decimal): -3074818 or 16651473. OLE color: 16651473.
HSL color Cylindrical-coordinate representation of color #D114FE: hue angle of 288.46º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D114FE is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 20 | 254 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.00 |
| HSL | 288.46º | 0.99% | 0.54% | - |
| HSV(B) | 288.46º | 0.92% | 1% | - |
| XYZ | 44.43 | 21.21 | 95.52 | - |
| YUV | 103.19 | 213.12 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 254 | 0.18 | 0.92 | 0 | 0.00 | 288.46 | 0.99 | 0.54 |
| Hex | D1 | 14 | FE | 12 | 5C | 0 | 0 | 120 | 63 | 36 |
| Octal | 321 | 24 | 376 | 22 | 134 | 0 | 0 | 440 | 143 | 66 |
| Binary | 11010001 | 10100 | 11111110 | 10010 | 1011100 | 0 | 0 | 100100000 | 1100011 | 110110 |
Color Harmonies of #D114FE
Complementary color
Monochromatic Colors of #D114FE
Black with #D114FE
Text Example
Text Example
White with #D114FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114FE; }
p { color: rgb(209,20,254); }
H1.HeaderClassName
{
color: #D114FE;
}
.AnyTagClassName
{
color: #D114FE;
}
</style>
background-color css
<style>
a { background-color: #D114FE; }
a { background-color: rgb(209,20,254); }
div.DivClassName
{
background-color: #D114FE;
}
.BgClassName
{
background-color: #D114FE;
}
</style>
border-color css
<style>
span { border-color: #D114FE; }
span { border-color: rgb(209,20,254); }
td.TdClassName
{
border-color: #D114FE;
}
.TagClassName
{
border-color: #D114FE;
}
</style>