Shades of Psychedelic Purple #D509FC
Tints of Psychedelic Purple #D509FC
RGB
CMYK
RGB Variations
Color information
#D509FC (or 0xD509FC) is known color: Psychedelic Purple. HEX triplet: D5, 09 and FC. RGB value is (213,9,252). Sum of RGB (Red+Green+Blue) = 213+9+252=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #D509FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509FC is #2AF603. Grayscale: #606060. Windows color (decimal): -2815492 or 16517589. OLE color: 16517589.
HSL color Cylindrical-coordinate representation of color #D509FC: hue angle of 290.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509FC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 9 | 252 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.01 |
| HSL | 290.37º | 0.98% | 0.51% | - |
| HSV(B) | 290.37º | 0.96% | 0.99% | - |
| XYZ | 45.11 | 21.37 | 93.84 | - |
| YUV | 97.7 | 215.09 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 252 | 0.15 | 0.96 | 0 | 0.01 | 290.37 | 0.98 | 0.51 |
| Hex | D5 | 9 | FC | F | 60 | 0 | 1 | 122 | 62 | 33 |
| Octal | 325 | 11 | 374 | 17 | 140 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010101 | 1001 | 11111100 | 1111 | 1100000 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D509FC
Complementary color
Monochromatic Colors of #D509FC
Black with #D509FC
Text Example
Text Example
White with #D509FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509FC; }
p { color: rgb(213,9,252); }
H1.HeaderClassName
{
color: #D509FC;
}
.AnyTagClassName
{
color: #D509FC;
}
</style>
background-color css
<style>
a { background-color: #D509FC; }
a { background-color: rgb(213,9,252); }
div.DivClassName
{
background-color: #D509FC;
}
.BgClassName
{
background-color: #D509FC;
}
</style>
border-color css
<style>
span { border-color: #D509FC; }
span { border-color: rgb(213,9,252); }
td.TdClassName
{
border-color: #D509FC;
}
.TagClassName
{
border-color: #D509FC;
}
</style>