Shades of Psychedelic Purple #D20FE7
Tints of Psychedelic Purple #D20FE7
RGB
CMYK
RGB Variations
Color information
#D20FE7 (or 0xD20FE7) is known color: Psychedelic Purple. HEX triplet: D2, 0F and E7. RGB value is (210,15,231). Sum of RGB (Red+Green+Blue) = 210+15+231=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #D20FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FE7 is #2DF018. Grayscale: #616161. Windows color (decimal): -3010585 or 15142866. OLE color: 15142866.
HSL color Cylindrical-coordinate representation of color #D20FE7: hue angle of 294.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20FE7 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 15 | 231 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.09 |
| HSL | 294.17º | 0.88% | 0.48% | - |
| HSV(B) | 294.17º | 0.94% | 0.91% | - |
| XYZ | 41.17 | 19.81 | 77.26 | - |
| YUV | 97.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 231 | 0.09 | 0.94 | 0 | 0.09 | 294.17 | 0.88 | 0.48 |
| Hex | D2 | F | E7 | 9 | 5E | 0 | 9 | 126 | 58 | 30 |
| Octal | 322 | 17 | 347 | 11 | 136 | 0 | 11 | 446 | 130 | 60 |
| Binary | 11010010 | 1111 | 11100111 | 1001 | 1011110 | 0 | 1001 | 100100110 | 1011000 | 110000 |
Color Harmonies of #D20FE7
Complementary color
Monochromatic Colors of #D20FE7
Black with #D20FE7
Text Example
Text Example
White with #D20FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FE7; }
p { color: rgb(210,15,231); }
H1.HeaderClassName
{
color: #D20FE7;
}
.AnyTagClassName
{
color: #D20FE7;
}
</style>
background-color css
<style>
a { background-color: #D20FE7; }
a { background-color: rgb(210,15,231); }
div.DivClassName
{
background-color: #D20FE7;
}
.BgClassName
{
background-color: #D20FE7;
}
</style>
border-color css
<style>
span { border-color: #D20FE7; }
span { border-color: rgb(210,15,231); }
td.TdClassName
{
border-color: #D20FE7;
}
.TagClassName
{
border-color: #D20FE7;
}
</style>