Shades of Psychedelic Purple #D307FC
Tints of Psychedelic Purple #D307FC
RGB
CMYK
RGB Variations
Color information
#D307FC (or 0xD307FC) is known color: Psychedelic Purple. HEX triplet: D3, 07 and FC. RGB value is (211,7,252). Sum of RGB (Red+Green+Blue) = 211+7+252=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #D307FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D307FC is #2CF803. Grayscale: #5F5F5F. Windows color (decimal): -2947076 or 16517075. OLE color: 16517075.
HSL color Cylindrical-coordinate representation of color #D307FC: hue angle of 289.96º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307FC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 7 | 252 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.01 |
| HSL | 289.96º | 0.98% | 0.51% | - |
| HSV(B) | 289.96º | 0.97% | 0.99% | - |
| XYZ | 44.51 | 21.03 | 93.81 | - |
| YUV | 95.93 | 216.09 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 252 | 0.16 | 0.97 | 0 | 0.01 | 289.96 | 0.98 | 0.51 |
| Hex | D3 | 7 | FC | 10 | 61 | 0 | 1 | 122 | 62 | 33 |
| Octal | 323 | 7 | 374 | 20 | 141 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010011 | 111 | 11111100 | 10000 | 1100001 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D307FC
Complementary color
Monochromatic Colors of #D307FC
Black with #D307FC
Text Example
Text Example
White with #D307FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307FC; }
p { color: rgb(211,7,252); }
H1.HeaderClassName
{
color: #D307FC;
}
.AnyTagClassName
{
color: #D307FC;
}
</style>
background-color css
<style>
a { background-color: #D307FC; }
a { background-color: rgb(211,7,252); }
div.DivClassName
{
background-color: #D307FC;
}
.BgClassName
{
background-color: #D307FC;
}
</style>
border-color css
<style>
span { border-color: #D307FC; }
span { border-color: rgb(211,7,252); }
td.TdClassName
{
border-color: #D307FC;
}
.TagClassName
{
border-color: #D307FC;
}
</style>