Shades of Psychedelic Purple #D314F9
Tints of Psychedelic Purple #D314F9
RGB
CMYK
RGB Variations
Color information
#D314F9 (or 0xD314F9) is known color: Psychedelic Purple. HEX triplet: D3, 14 and F9. RGB value is (211,20,249). Sum of RGB (Red+Green+Blue) = 211+20+249=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #D314F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314F9 is #2CEB06. Grayscale: #666666. Windows color (decimal): -2943751 or 16323795. OLE color: 16323795.
HSL color Cylindrical-coordinate representation of color #D314F9: hue angle of 290.04º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D314F9 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 20 | 249 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.02 |
| HSL | 290.04º | 0.95% | 0.53% | - |
| HSV(B) | 290.04º | 0.92% | 0.98% | - |
| XYZ | 44.21 | 21.19 | 91.38 | - |
| YUV | 103.22 | 210.28 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 249 | 0.15 | 0.92 | 0 | 0.02 | 290.04 | 0.95 | 0.53 |
| Hex | D3 | 14 | F9 | F | 5C | 0 | 2 | 122 | 5F | 35 |
| Octal | 323 | 24 | 371 | 17 | 134 | 0 | 2 | 442 | 137 | 65 |
| Binary | 11010011 | 10100 | 11111001 | 1111 | 1011100 | 0 | 10 | 100100010 | 1011111 | 110101 |
Color Harmonies of #D314F9
Complementary color
Monochromatic Colors of #D314F9
Black with #D314F9
Text Example
Text Example
White with #D314F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D314F9; }
p { color: rgb(211,20,249); }
H1.HeaderClassName
{
color: #D314F9;
}
.AnyTagClassName
{
color: #D314F9;
}
</style>
background-color css
<style>
a { background-color: #D314F9; }
a { background-color: rgb(211,20,249); }
div.DivClassName
{
background-color: #D314F9;
}
.BgClassName
{
background-color: #D314F9;
}
</style>
border-color css
<style>
span { border-color: #D314F9; }
span { border-color: rgb(211,20,249); }
td.TdClassName
{
border-color: #D314F9;
}
.TagClassName
{
border-color: #D314F9;
}
</style>