Shades of Psychedelic Purple #D306FF
Tints of Psychedelic Purple #D306FF
RGB
CMYK
RGB Variations
Color information
#D306FF (or 0xD306FF) is known color: Psychedelic Purple. HEX triplet: D3, 06 and FF. RGB value is (211,6,255). Sum of RGB (Red+Green+Blue) = 211+6+255=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #D306FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D306FF is #2CF900. Grayscale: #5E5E5E. Windows color (decimal): -2947329 or 16713427. OLE color: 16713427.
HSL color Cylindrical-coordinate representation of color #D306FF: hue angle of 289.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D306FF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 6 | 255 | - |
| CMYK | 0.17 | 0.98 | 0 | 0 |
| HSL | 289.4º | 1% | 0.51% | - |
| HSV(B) | 289.4º | 0.98% | 1% | - |
| XYZ | 44.98 | 21.2 | 96.33 | - |
| YUV | 95.68 | 217.92 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 255 | 0.17 | 0.98 | 0 | 0 | 289.4 | 1 | 0.51 |
| Hex | D3 | 6 | FF | 11 | 62 | 0 | 0 | 121 | 64 | 33 |
| Octal | 323 | 6 | 377 | 21 | 142 | 0 | 0 | 441 | 144 | 63 |
| Binary | 11010011 | 110 | 11111111 | 10001 | 1100010 | 0 | 0 | 100100001 | 1100100 | 110011 |
Color Harmonies of #D306FF
Complementary color
Monochromatic Colors of #D306FF
Black with #D306FF
Text Example
Text Example
White with #D306FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306FF; }
p { color: rgb(211,6,255); }
H1.HeaderClassName
{
color: #D306FF;
}
.AnyTagClassName
{
color: #D306FF;
}
</style>
background-color css
<style>
a { background-color: #D306FF; }
a { background-color: rgb(211,6,255); }
div.DivClassName
{
background-color: #D306FF;
}
.BgClassName
{
background-color: #D306FF;
}
</style>
border-color css
<style>
span { border-color: #D306FF; }
span { border-color: rgb(211,6,255); }
td.TdClassName
{
border-color: #D306FF;
}
.TagClassName
{
border-color: #D306FF;
}
</style>