Shades of Psychedelic Purple #D309F0
Tints of Psychedelic Purple #D309F0
RGB
CMYK
RGB Variations
Color information
#D309F0 (or 0xD309F0) is known color: Psychedelic Purple. HEX triplet: D3, 09 and F0. RGB value is (211,9,240). Sum of RGB (Red+Green+Blue) = 211+9+240=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #D309F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D309F0 is #2CF60F. Grayscale: #5F5F5F. Windows color (decimal): -2946576 or 15731155. OLE color: 15731155.
HSL color Cylindrical-coordinate representation of color #D309F0: hue angle of 292.47º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D309F0 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 9 | 240 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.06 |
| HSL | 292.47º | 0.93% | 0.49% | - |
| HSV(B) | 292.47º | 0.96% | 0.94% | - |
| XYZ | 42.69 | 20.34 | 84.11 | - |
| YUV | 95.73 | 209.42 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 240 | 0.12 | 0.96 | 0 | 0.06 | 292.47 | 0.93 | 0.49 |
| Hex | D3 | 9 | F0 | C | 60 | 0 | 6 | 124 | 5D | 31 |
| Octal | 323 | 11 | 360 | 14 | 140 | 0 | 6 | 444 | 135 | 61 |
| Binary | 11010011 | 1001 | 11110000 | 1100 | 1100000 | 0 | 110 | 100100100 | 1011101 | 110001 |
Color Harmonies of #D309F0
Complementary color
Monochromatic Colors of #D309F0
Black with #D309F0
Text Example
Text Example
White with #D309F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309F0; }
p { color: rgb(211,9,240); }
H1.HeaderClassName
{
color: #D309F0;
}
.AnyTagClassName
{
color: #D309F0;
}
</style>
background-color css
<style>
a { background-color: #D309F0; }
a { background-color: rgb(211,9,240); }
div.DivClassName
{
background-color: #D309F0;
}
.BgClassName
{
background-color: #D309F0;
}
</style>
border-color css
<style>
span { border-color: #D309F0; }
span { border-color: rgb(211,9,240); }
td.TdClassName
{
border-color: #D309F0;
}
.TagClassName
{
border-color: #D309F0;
}
</style>