Shades of Psychedelic Purple #D30FFA
Tints of Psychedelic Purple #D30FFA
RGB
CMYK
RGB Variations
Color information
#D30FFA (or 0xD30FFA) is known color: Psychedelic Purple. HEX triplet: D3, 0F and FA. RGB value is (211,15,250). Sum of RGB (Red+Green+Blue) = 211+15+250=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #D30FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30FFA is #2CF005. Grayscale: #636363. Windows color (decimal): -2945030 or 16388051. OLE color: 16388051.
HSL color Cylindrical-coordinate representation of color #D30FFA: hue angle of 290.04º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30FFA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 15 | 250 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.02 |
| HSL | 290.04º | 0.96% | 0.52% | - |
| HSV(B) | 290.04º | 0.94% | 0.98% | - |
| XYZ | 44.29 | 21.09 | 92.18 | - |
| YUV | 100.39 | 212.43 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 250 | 0.16 | 0.94 | 0 | 0.02 | 290.04 | 0.96 | 0.52 |
| Hex | D3 | F | FA | 10 | 5E | 0 | 2 | 122 | 60 | 34 |
| Octal | 323 | 17 | 372 | 20 | 136 | 0 | 2 | 442 | 140 | 64 |
| Binary | 11010011 | 1111 | 11111010 | 10000 | 1011110 | 0 | 10 | 100100010 | 1100000 | 110100 |
Color Harmonies of #D30FFA
Complementary color
Monochromatic Colors of #D30FFA
Black with #D30FFA
Text Example
Text Example
White with #D30FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FFA; }
p { color: rgb(211,15,250); }
H1.HeaderClassName
{
color: #D30FFA;
}
.AnyTagClassName
{
color: #D30FFA;
}
</style>
background-color css
<style>
a { background-color: #D30FFA; }
a { background-color: rgb(211,15,250); }
div.DivClassName
{
background-color: #D30FFA;
}
.BgClassName
{
background-color: #D30FFA;
}
</style>
border-color css
<style>
span { border-color: #D30FFA; }
span { border-color: rgb(211,15,250); }
td.TdClassName
{
border-color: #D30FFA;
}
.TagClassName
{
border-color: #D30FFA;
}
</style>