Shades of Psychedelic Purple #D209FB
Tints of Psychedelic Purple #D209FB
RGB
CMYK
RGB Variations
Color information
#D209FB (or 0xD209FB) is known color: Psychedelic Purple. HEX triplet: D2, 09 and FB. RGB value is (210,9,251). Sum of RGB (Red+Green+Blue) = 210+9+251=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #D209FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D209FB is #2DF604. Grayscale: #5F5F5F. Windows color (decimal): -3012101 or 16452050. OLE color: 16452050.
HSL color Cylindrical-coordinate representation of color #D209FB: hue angle of 289.83º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209FB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 9 | 251 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.02 |
| HSL | 289.83º | 0.97% | 0.51% | - |
| HSV(B) | 289.83º | 0.96% | 0.98% | - |
| XYZ | 44.09 | 20.86 | 92.97 | - |
| YUV | 96.69 | 215.09 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 251 | 0.16 | 0.96 | 0 | 0.02 | 289.83 | 0.97 | 0.51 |
| Hex | D2 | 9 | FB | 10 | 60 | 0 | 2 | 122 | 61 | 33 |
| Octal | 322 | 11 | 373 | 20 | 140 | 0 | 2 | 442 | 141 | 63 |
| Binary | 11010010 | 1001 | 11111011 | 10000 | 1100000 | 0 | 10 | 100100010 | 1100001 | 110011 |
Color Harmonies of #D209FB
Complementary color
Monochromatic Colors of #D209FB
Black with #D209FB
Text Example
Text Example
White with #D209FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209FB; }
p { color: rgb(210,9,251); }
H1.HeaderClassName
{
color: #D209FB;
}
.AnyTagClassName
{
color: #D209FB;
}
</style>
background-color css
<style>
a { background-color: #D209FB; }
a { background-color: rgb(210,9,251); }
div.DivClassName
{
background-color: #D209FB;
}
.BgClassName
{
background-color: #D209FB;
}
</style>
border-color css
<style>
span { border-color: #D209FB; }
span { border-color: rgb(210,9,251); }
td.TdClassName
{
border-color: #D209FB;
}
.TagClassName
{
border-color: #D209FB;
}
</style>