Shades of Psychedelic Purple #D70EF4
Tints of Psychedelic Purple #D70EF4
RGB
CMYK
RGB Variations
Color information
#D70EF4 (or 0xD70EF4) is known color: Psychedelic Purple. HEX triplet: D7, 0E and F4. RGB value is (215,14,244). Sum of RGB (Red+Green+Blue) = 215+14+244=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #D70EF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70EF4 is #28F10B. Grayscale: #636363. Windows color (decimal): -2683148 or 15994583. OLE color: 15994583.
HSL color Cylindrical-coordinate representation of color #D70EF4: hue angle of 292.43º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70EF4 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 14 | 244 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.04 |
| HSL | 292.43º | 0.91% | 0.51% | - |
| HSV(B) | 292.43º | 0.94% | 0.96% | - |
| XYZ | 44.51 | 21.29 | 87.35 | - |
| YUV | 100.32 | 209.09 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 244 | 0.12 | 0.94 | 0 | 0.04 | 292.43 | 0.91 | 0.51 |
| Hex | D7 | E | F4 | C | 5E | 0 | 4 | 124 | 5B | 33 |
| Octal | 327 | 16 | 364 | 14 | 136 | 0 | 4 | 444 | 133 | 63 |
| Binary | 11010111 | 1110 | 11110100 | 1100 | 1011110 | 0 | 100 | 100100100 | 1011011 | 110011 |
Color Harmonies of #D70EF4
Complementary color
Monochromatic Colors of #D70EF4
Black with #D70EF4
Text Example
Text Example
White with #D70EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EF4; }
p { color: rgb(215,14,244); }
H1.HeaderClassName
{
color: #D70EF4;
}
.AnyTagClassName
{
color: #D70EF4;
}
</style>
background-color css
<style>
a { background-color: #D70EF4; }
a { background-color: rgb(215,14,244); }
div.DivClassName
{
background-color: #D70EF4;
}
.BgClassName
{
background-color: #D70EF4;
}
</style>
border-color css
<style>
span { border-color: #D70EF4; }
span { border-color: rgb(215,14,244); }
td.TdClassName
{
border-color: #D70EF4;
}
.TagClassName
{
border-color: #D70EF4;
}
</style>