Shades of Psychedelic Purple #D209FD
Tints of Psychedelic Purple #D209FD
RGB
CMYK
RGB Variations
Color information
#D209FD (or 0xD209FD) is known color: Psychedelic Purple. HEX triplet: D2, 09 and FD. RGB value is (210,9,253). Sum of RGB (Red+Green+Blue) = 210+9+253=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #D209FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D209FD is #2DF602. Grayscale: #606060. Windows color (decimal): -3012099 or 16583122. OLE color: 16583122.
HSL color Cylindrical-coordinate representation of color #D209FD: hue angle of 289.43º 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 #D209FD is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 9 | 253 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.01 |
| HSL | 289.43º | 0.98% | 0.51% | - |
| HSV(B) | 289.43º | 0.96% | 0.99% | - |
| XYZ | 44.41 | 20.99 | 94.64 | - |
| YUV | 96.92 | 216.09 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 253 | 0.17 | 0.96 | 0 | 0.01 | 289.43 | 0.98 | 0.51 |
| Hex | D2 | 9 | FD | 11 | 60 | 0 | 1 | 121 | 62 | 33 |
| Octal | 322 | 11 | 375 | 21 | 140 | 0 | 1 | 441 | 142 | 63 |
| Binary | 11010010 | 1001 | 11111101 | 10001 | 1100000 | 0 | 1 | 100100001 | 1100010 | 110011 |
Color Harmonies of #D209FD
Complementary color
Monochromatic Colors of #D209FD
Black with #D209FD
Text Example
Text Example
White with #D209FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209FD; }
p { color: rgb(210,9,253); }
H1.HeaderClassName
{
color: #D209FD;
}
.AnyTagClassName
{
color: #D209FD;
}
</style>
background-color css
<style>
a { background-color: #D209FD; }
a { background-color: rgb(210,9,253); }
div.DivClassName
{
background-color: #D209FD;
}
.BgClassName
{
background-color: #D209FD;
}
</style>
border-color css
<style>
span { border-color: #D209FD; }
span { border-color: rgb(210,9,253); }
td.TdClassName
{
border-color: #D209FD;
}
.TagClassName
{
border-color: #D209FD;
}
</style>