Shades of Psychedelic Purple #D120FE
Tints of Psychedelic Purple #D120FE
RGB
CMYK
RGB Variations
Color information
#D120FE (or 0xD120FE) is known color: Psychedelic Purple. HEX triplet: D1, 20 and FE. RGB value is (209,32,254). Sum of RGB (Red+Green+Blue) = 209+32+254=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #D120FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D120FE is #2EDF01. Grayscale: #6D6D6D. Windows color (decimal): -3071746 or 16654545. OLE color: 16654545.
HSL color Cylindrical-coordinate representation of color #D120FE: hue angle of 287.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D120FE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 32 | 254 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.00 |
| HSL | 287.84º | 0.99% | 0.56% | - |
| HSV(B) | 287.84º | 0.87% | 1% | - |
| XYZ | 44.7 | 21.74 | 95.61 | - |
| YUV | 110.23 | 209.14 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 254 | 0.18 | 0.87 | 0 | 0.00 | 287.84 | 0.99 | 0.56 |
| Hex | D1 | 20 | FE | 12 | 57 | 0 | 0 | 120 | 63 | 38 |
| Octal | 321 | 40 | 376 | 22 | 127 | 0 | 0 | 440 | 143 | 70 |
| Binary | 11010001 | 100000 | 11111110 | 10010 | 1010111 | 0 | 0 | 100100000 | 1100011 | 111000 |
Color Harmonies of #D120FE
Complementary color
Monochromatic Colors of #D120FE
Black with #D120FE
Text Example
Text Example
White with #D120FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120FE; }
p { color: rgb(209,32,254); }
H1.HeaderClassName
{
color: #D120FE;
}
.AnyTagClassName
{
color: #D120FE;
}
</style>
background-color css
<style>
a { background-color: #D120FE; }
a { background-color: rgb(209,32,254); }
div.DivClassName
{
background-color: #D120FE;
}
.BgClassName
{
background-color: #D120FE;
}
</style>
border-color css
<style>
span { border-color: #D120FE; }
span { border-color: rgb(209,32,254); }
td.TdClassName
{
border-color: #D120FE;
}
.TagClassName
{
border-color: #D120FE;
}
</style>