Shades of Psychedelic Purple #D306FD
Tints of Psychedelic Purple #D306FD
RGB
CMYK
RGB Variations
Color information
#D306FD (or 0xD306FD) is known color: Psychedelic Purple. HEX triplet: D3, 06 and FD. RGB value is (211,6,253). Sum of RGB (Red+Green+Blue) = 211+6+253=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 6 (2.73% from 255 or 1.28% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #D306FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D306FD is #2CF902. Grayscale: #5E5E5E. Windows color (decimal): -2947331 or 16582355. OLE color: 16582355.
HSL color Cylindrical-coordinate representation of color #D306FD: hue angle of 289.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D306FD is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 6 | 253 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.01 |
| HSL | 289.8º | 0.98% | 0.51% | - |
| HSV(B) | 289.8º | 0.98% | 0.99% | - |
| XYZ | 44.66 | 21.07 | 94.64 | - |
| YUV | 95.45 | 216.92 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 253 | 0.17 | 0.98 | 0 | 0.01 | 289.8 | 0.98 | 0.51 |
| Hex | D3 | 6 | FD | 11 | 62 | 0 | 1 | 122 | 62 | 33 |
| Octal | 323 | 6 | 375 | 21 | 142 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010011 | 110 | 11111101 | 10001 | 1100010 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D306FD
Complementary color
Monochromatic Colors of #D306FD
Black with #D306FD
Text Example
Text Example
White with #D306FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306FD; }
p { color: rgb(211,6,253); }
H1.HeaderClassName
{
color: #D306FD;
}
.AnyTagClassName
{
color: #D306FD;
}
</style>
background-color css
<style>
a { background-color: #D306FD; }
a { background-color: rgb(211,6,253); }
div.DivClassName
{
background-color: #D306FD;
}
.BgClassName
{
background-color: #D306FD;
}
</style>
border-color css
<style>
span { border-color: #D306FD; }
span { border-color: rgb(211,6,253); }
td.TdClassName
{
border-color: #D306FD;
}
.TagClassName
{
border-color: #D306FD;
}
</style>