Shades of Psychedelic Purple #D30FF7
Tints of Psychedelic Purple #D30FF7
RGB
CMYK
RGB Variations
Color information
#D30FF7 (or 0xD30FF7) is known color: Psychedelic Purple. HEX triplet: D3, 0F and F7. RGB value is (211,15,247). Sum of RGB (Red+Green+Blue) = 211+15+247=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #D30FF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30FF7 is #2CF008. Grayscale: #636363. Windows color (decimal): -2945033 or 16191443. OLE color: 16191443.
HSL color Cylindrical-coordinate representation of color #D30FF7: hue angle of 290.69º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30FF7 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 15 | 247 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.03 |
| HSL | 290.69º | 0.94% | 0.51% | - |
| HSV(B) | 290.69º | 0.94% | 0.97% | - |
| XYZ | 43.82 | 20.91 | 89.72 | - |
| YUV | 100.05 | 210.93 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 247 | 0.15 | 0.94 | 0 | 0.03 | 290.69 | 0.94 | 0.51 |
| Hex | D3 | F | F7 | F | 5E | 0 | 3 | 123 | 5E | 33 |
| Octal | 323 | 17 | 367 | 17 | 136 | 0 | 3 | 443 | 136 | 63 |
| Binary | 11010011 | 1111 | 11110111 | 1111 | 1011110 | 0 | 11 | 100100011 | 1011110 | 110011 |
Color Harmonies of #D30FF7
Complementary color
Monochromatic Colors of #D30FF7
Black with #D30FF7
Text Example
Text Example
White with #D30FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FF7; }
p { color: rgb(211,15,247); }
H1.HeaderClassName
{
color: #D30FF7;
}
.AnyTagClassName
{
color: #D30FF7;
}
</style>
background-color css
<style>
a { background-color: #D30FF7; }
a { background-color: rgb(211,15,247); }
div.DivClassName
{
background-color: #D30FF7;
}
.BgClassName
{
background-color: #D30FF7;
}
</style>
border-color css
<style>
span { border-color: #D30FF7; }
span { border-color: rgb(211,15,247); }
td.TdClassName
{
border-color: #D30FF7;
}
.TagClassName
{
border-color: #D30FF7;
}
</style>