Shades of Psychedelic Purple #D309FC
Tints of Psychedelic Purple #D309FC
RGB
CMYK
RGB Variations
Color information
#D309FC (or 0xD309FC) is known color: Psychedelic Purple. HEX triplet: D3, 09 and FC. RGB value is (211,9,252). Sum of RGB (Red+Green+Blue) = 211+9+252=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #D309FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D309FC is #2CF603. Grayscale: #606060. Windows color (decimal): -2946564 or 16517587. OLE color: 16517587.
HSL color Cylindrical-coordinate representation of color #D309FC: hue angle of 289.88º 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 #D309FC is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 9 | 252 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.01 |
| HSL | 289.88º | 0.98% | 0.51% | - |
| HSV(B) | 289.88º | 0.96% | 0.99% | - |
| XYZ | 44.53 | 21.07 | 93.82 | - |
| YUV | 97.1 | 215.42 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 252 | 0.16 | 0.96 | 0 | 0.01 | 289.88 | 0.98 | 0.51 |
| Hex | D3 | 9 | FC | 10 | 60 | 0 | 1 | 122 | 62 | 33 |
| Octal | 323 | 11 | 374 | 20 | 140 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010011 | 1001 | 11111100 | 10000 | 1100000 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D309FC
Complementary color
Monochromatic Colors of #D309FC
Black with #D309FC
Text Example
Text Example
White with #D309FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309FC; }
p { color: rgb(211,9,252); }
H1.HeaderClassName
{
color: #D309FC;
}
.AnyTagClassName
{
color: #D309FC;
}
</style>
background-color css
<style>
a { background-color: #D309FC; }
a { background-color: rgb(211,9,252); }
div.DivClassName
{
background-color: #D309FC;
}
.BgClassName
{
background-color: #D309FC;
}
</style>
border-color css
<style>
span { border-color: #D309FC; }
span { border-color: rgb(211,9,252); }
td.TdClassName
{
border-color: #D309FC;
}
.TagClassName
{
border-color: #D309FC;
}
</style>