Shades of Psychedelic Purple #D307FF
Tints of Psychedelic Purple #D307FF
RGB
CMYK
RGB Variations
Color information
#D307FF (or 0xD307FF) is known color: Psychedelic Purple. HEX triplet: D3, 07 and FF. RGB value is (211,7,255). Sum of RGB (Red+Green+Blue) = 211+7+255=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #D307FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D307FF is #2CF800. Grayscale: #5F5F5F. Windows color (decimal): -2947073 or 16713683. OLE color: 16713683.
HSL color Cylindrical-coordinate representation of color #D307FF: hue angle of 289.35º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307FF is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 7 | 255 | - |
| CMYK | 0.17 | 0.97 | 0 | 0 |
| HSL | 289.35º | 1% | 0.51% | - |
| HSV(B) | 289.35º | 0.97% | 1% | - |
| XYZ | 44.99 | 21.22 | 96.33 | - |
| YUV | 96.27 | 217.59 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 255 | 0.17 | 0.97 | 0 | 0 | 289.35 | 1 | 0.51 |
| Hex | D3 | 7 | FF | 11 | 61 | 0 | 0 | 121 | 64 | 33 |
| Octal | 323 | 7 | 377 | 21 | 141 | 0 | 0 | 441 | 144 | 63 |
| Binary | 11010011 | 111 | 11111111 | 10001 | 1100001 | 0 | 0 | 100100001 | 1100100 | 110011 |
Color Harmonies of #D307FF
Complementary color
Monochromatic Colors of #D307FF
Black with #D307FF
Text Example
Text Example
White with #D307FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307FF; }
p { color: rgb(211,7,255); }
H1.HeaderClassName
{
color: #D307FF;
}
.AnyTagClassName
{
color: #D307FF;
}
</style>
background-color css
<style>
a { background-color: #D307FF; }
a { background-color: rgb(211,7,255); }
div.DivClassName
{
background-color: #D307FF;
}
.BgClassName
{
background-color: #D307FF;
}
</style>
border-color css
<style>
span { border-color: #D307FF; }
span { border-color: rgb(211,7,255); }
td.TdClassName
{
border-color: #D307FF;
}
.TagClassName
{
border-color: #D307FF;
}
</style>