Shades of Psychedelic Purple #D70FE8
Tints of Psychedelic Purple #D70FE8
RGB
CMYK
RGB Variations
Color information
#D70FE8 (or 0xD70FE8) is known color: Psychedelic Purple. HEX triplet: D7, 0F and E8. RGB value is (215,15,232). Sum of RGB (Red+Green+Blue) = 215+15+232=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #D70FE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70FE8 is #28F017. Grayscale: #626262. Windows color (decimal): -2682904 or 15208407. OLE color: 15208407.
HSL color Cylindrical-coordinate representation of color #D70FE8: hue angle of 295.3º 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 #D70FE8 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 15 | 232 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.09 |
| HSL | 295.3º | 0.88% | 0.48% | - |
| HSV(B) | 295.3º | 0.94% | 0.91% | - |
| XYZ | 42.76 | 20.61 | 78.07 | - |
| YUV | 99.54 | 202.76 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 232 | 0.07 | 0.94 | 0 | 0.09 | 295.3 | 0.88 | 0.48 |
| Hex | D7 | F | E8 | 7 | 5E | 0 | 9 | 127 | 58 | 30 |
| Octal | 327 | 17 | 350 | 7 | 136 | 0 | 11 | 447 | 130 | 60 |
| Binary | 11010111 | 1111 | 11101000 | 111 | 1011110 | 0 | 1001 | 100100111 | 1011000 | 110000 |
Color Harmonies of #D70FE8
Complementary color
Monochromatic Colors of #D70FE8
Black with #D70FE8
Text Example
Text Example
White with #D70FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FE8; }
p { color: rgb(215,15,232); }
H1.HeaderClassName
{
color: #D70FE8;
}
.AnyTagClassName
{
color: #D70FE8;
}
</style>
background-color css
<style>
a { background-color: #D70FE8; }
a { background-color: rgb(215,15,232); }
div.DivClassName
{
background-color: #D70FE8;
}
.BgClassName
{
background-color: #D70FE8;
}
</style>
border-color css
<style>
span { border-color: #D70FE8; }
span { border-color: rgb(215,15,232); }
td.TdClassName
{
border-color: #D70FE8;
}
.TagClassName
{
border-color: #D70FE8;
}
</style>