Shades of Psychedelic Purple #D20FEC
Tints of Psychedelic Purple #D20FEC
RGB
CMYK
RGB Variations
Color information
#D20FEC (or 0xD20FEC) is known color: Psychedelic Purple. HEX triplet: D2, 0F and EC. RGB value is (210,15,236). Sum of RGB (Red+Green+Blue) = 210+15+236=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #D20FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FEC is #2DF013. Grayscale: #616161. Windows color (decimal): -3010580 or 15470546. OLE color: 15470546.
HSL color Cylindrical-coordinate representation of color #D20FEC: hue angle of 292.94º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20FEC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 15 | 236 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.07 |
| HSL | 292.94º | 0.88% | 0.49% | - |
| HSV(B) | 292.94º | 0.94% | 0.93% | - |
| XYZ | 41.89 | 20.1 | 81.03 | - |
| YUV | 98.5 | 205.6 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 236 | 0.11 | 0.94 | 0 | 0.07 | 292.94 | 0.88 | 0.49 |
| Hex | D2 | F | EC | B | 5E | 0 | 7 | 125 | 58 | 31 |
| Octal | 322 | 17 | 354 | 13 | 136 | 0 | 7 | 445 | 130 | 61 |
| Binary | 11010010 | 1111 | 11101100 | 1011 | 1011110 | 0 | 111 | 100100101 | 1011000 | 110001 |
Color Harmonies of #D20FEC
Complementary color
Monochromatic Colors of #D20FEC
Black with #D20FEC
Text Example
Text Example
White with #D20FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FEC; }
p { color: rgb(210,15,236); }
H1.HeaderClassName
{
color: #D20FEC;
}
.AnyTagClassName
{
color: #D20FEC;
}
</style>
background-color css
<style>
a { background-color: #D20FEC; }
a { background-color: rgb(210,15,236); }
div.DivClassName
{
background-color: #D20FEC;
}
.BgClassName
{
background-color: #D20FEC;
}
</style>
border-color css
<style>
span { border-color: #D20FEC; }
span { border-color: rgb(210,15,236); }
td.TdClassName
{
border-color: #D20FEC;
}
.TagClassName
{
border-color: #D20FEC;
}
</style>