Shades of Psychedelic Purple #D70EFD
Tints of Psychedelic Purple #D70EFD
RGB
CMYK
RGB Variations
Color information
#D70EFD (or 0xD70EFD) is known color: Psychedelic Purple. HEX triplet: D7, 0E and FD. RGB value is (215,14,253). Sum of RGB (Red+Green+Blue) = 215+14+253=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #D70EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70EFD is #28F102. Grayscale: #646464. Windows color (decimal): -2683139 or 16584407. OLE color: 16584407.
HSL color Cylindrical-coordinate representation of color #D70EFD: hue angle of 290.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70EFD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 14 | 253 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.01 |
| HSL | 290.46º | 0.98% | 0.52% | - |
| HSV(B) | 290.46º | 0.94% | 0.99% | - |
| XYZ | 45.91 | 21.85 | 94.73 | - |
| YUV | 101.35 | 213.59 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 253 | 0.15 | 0.94 | 0 | 0.01 | 290.46 | 0.98 | 0.52 |
| Hex | D7 | E | FD | F | 5E | 0 | 1 | 122 | 62 | 34 |
| Octal | 327 | 16 | 375 | 17 | 136 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010111 | 1110 | 11111101 | 1111 | 1011110 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D70EFD
Complementary color
Monochromatic Colors of #D70EFD
Black with #D70EFD
Text Example
Text Example
White with #D70EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EFD; }
p { color: rgb(215,14,253); }
H1.HeaderClassName
{
color: #D70EFD;
}
.AnyTagClassName
{
color: #D70EFD;
}
</style>
background-color css
<style>
a { background-color: #D70EFD; }
a { background-color: rgb(215,14,253); }
div.DivClassName
{
background-color: #D70EFD;
}
.BgClassName
{
background-color: #D70EFD;
}
</style>
border-color css
<style>
span { border-color: #D70EFD; }
span { border-color: rgb(215,14,253); }
td.TdClassName
{
border-color: #D70EFD;
}
.TagClassName
{
border-color: #D70EFD;
}
</style>