Shades of Psychedelic Purple #D307FA
Tints of Psychedelic Purple #D307FA
RGB
CMYK
RGB Variations
Color information
#D307FA (or 0xD307FA) is known color: Psychedelic Purple. HEX triplet: D3, 07 and FA. RGB value is (211,7,250). Sum of RGB (Red+Green+Blue) = 211+7+250=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 7 (3.12% from 255 or 1.50% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #D307FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D307FA is #2CF805. Grayscale: #5E5E5E. Windows color (decimal): -2947078 or 16386003. OLE color: 16386003.
HSL color Cylindrical-coordinate representation of color #D307FA: hue angle of 290.37º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307FA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 7 | 250 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.02 |
| HSL | 290.37º | 0.96% | 0.5% | - |
| HSV(B) | 290.37º | 0.97% | 0.98% | - |
| XYZ | 44.2 | 20.9 | 92.15 | - |
| YUV | 95.7 | 215.09 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 250 | 0.16 | 0.97 | 0 | 0.02 | 290.37 | 0.96 | 0.5 |
| Hex | D3 | 7 | FA | 10 | 61 | 0 | 2 | 122 | 60 | 32 |
| Octal | 323 | 7 | 372 | 20 | 141 | 0 | 2 | 442 | 140 | 62 |
| Binary | 11010011 | 111 | 11111010 | 10000 | 1100001 | 0 | 10 | 100100010 | 1100000 | 110010 |
Color Harmonies of #D307FA
Complementary color
Monochromatic Colors of #D307FA
Black with #D307FA
Text Example
Text Example
White with #D307FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307FA; }
p { color: rgb(211,7,250); }
H1.HeaderClassName
{
color: #D307FA;
}
.AnyTagClassName
{
color: #D307FA;
}
</style>
background-color css
<style>
a { background-color: #D307FA; }
a { background-color: rgb(211,7,250); }
div.DivClassName
{
background-color: #D307FA;
}
.BgClassName
{
background-color: #D307FA;
}
</style>
border-color css
<style>
span { border-color: #D307FA; }
span { border-color: rgb(211,7,250); }
td.TdClassName
{
border-color: #D307FA;
}
.TagClassName
{
border-color: #D307FA;
}
</style>