Shades of Psychedelic Purple #D306F4
Tints of Psychedelic Purple #D306F4
RGB
CMYK
RGB Variations
Color information
#D306F4 (or 0xD306F4) is known color: Psychedelic Purple. HEX triplet: D3, 06 and F4. RGB value is (211,6,244). Sum of RGB (Red+Green+Blue) = 211+6+244=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #D306F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D306F4 is #2CF90B. Grayscale: #5D5D5D. Windows color (decimal): -2947340 or 15992531. OLE color: 15992531.
HSL color Cylindrical-coordinate representation of color #D306F4: hue angle of 291.68º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D306F4 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 6 | 244 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.04 |
| HSL | 291.68º | 0.95% | 0.49% | - |
| HSV(B) | 291.68º | 0.98% | 0.96% | - |
| XYZ | 43.26 | 20.51 | 87.27 | - |
| YUV | 94.43 | 212.42 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 244 | 0.14 | 0.98 | 0 | 0.04 | 291.68 | 0.95 | 0.49 |
| Hex | D3 | 6 | F4 | E | 62 | 0 | 4 | 124 | 5F | 31 |
| Octal | 323 | 6 | 364 | 16 | 142 | 0 | 4 | 444 | 137 | 61 |
| Binary | 11010011 | 110 | 11110100 | 1110 | 1100010 | 0 | 100 | 100100100 | 1011111 | 110001 |
Color Harmonies of #D306F4
Complementary color
Monochromatic Colors of #D306F4
Black with #D306F4
Text Example
Text Example
White with #D306F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306F4; }
p { color: rgb(211,6,244); }
H1.HeaderClassName
{
color: #D306F4;
}
.AnyTagClassName
{
color: #D306F4;
}
</style>
background-color css
<style>
a { background-color: #D306F4; }
a { background-color: rgb(211,6,244); }
div.DivClassName
{
background-color: #D306F4;
}
.BgClassName
{
background-color: #D306F4;
}
</style>
border-color css
<style>
span { border-color: #D306F4; }
span { border-color: rgb(211,6,244); }
td.TdClassName
{
border-color: #D306F4;
}
.TagClassName
{
border-color: #D306F4;
}
</style>