Shades of Psychedelic Purple #D20FE9
Tints of Psychedelic Purple #D20FE9
RGB
CMYK
RGB Variations
Color information
#D20FE9 (or 0xD20FE9) is known color: Psychedelic Purple. HEX triplet: D2, 0F and E9. RGB value is (210,15,233). Sum of RGB (Red+Green+Blue) = 210+15+233=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #D20FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FE9 is #2DF016. Grayscale: #616161. Windows color (decimal): -3010583 or 15273938. OLE color: 15273938.
HSL color Cylindrical-coordinate representation of color #D20FE9: hue angle of 293.67º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20FE9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 15 | 233 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.09 |
| HSL | 293.67º | 0.88% | 0.49% | - |
| HSV(B) | 293.67º | 0.94% | 0.91% | - |
| XYZ | 41.46 | 19.93 | 78.75 | - |
| YUV | 98.16 | 204.1 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 233 | 0.10 | 0.94 | 0 | 0.09 | 293.67 | 0.88 | 0.49 |
| Hex | D2 | F | E9 | A | 5E | 0 | 9 | 126 | 58 | 31 |
| Octal | 322 | 17 | 351 | 12 | 136 | 0 | 11 | 446 | 130 | 61 |
| Binary | 11010010 | 1111 | 11101001 | 1010 | 1011110 | 0 | 1001 | 100100110 | 1011000 | 110001 |
Color Harmonies of #D20FE9
Complementary color
Monochromatic Colors of #D20FE9
Black with #D20FE9
Text Example
Text Example
White with #D20FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FE9; }
p { color: rgb(210,15,233); }
H1.HeaderClassName
{
color: #D20FE9;
}
.AnyTagClassName
{
color: #D20FE9;
}
</style>
background-color css
<style>
a { background-color: #D20FE9; }
a { background-color: rgb(210,15,233); }
div.DivClassName
{
background-color: #D20FE9;
}
.BgClassName
{
background-color: #D20FE9;
}
</style>
border-color css
<style>
span { border-color: #D20FE9; }
span { border-color: rgb(210,15,233); }
td.TdClassName
{
border-color: #D20FE9;
}
.TagClassName
{
border-color: #D20FE9;
}
</style>