Shades of Psychedelic Purple #D207FA
Tints of Psychedelic Purple #D207FA
RGB
CMYK
RGB Variations
Color information
#D207FA (or 0xD207FA) is known color: Psychedelic Purple. HEX triplet: D2, 07 and FA. RGB value is (210,7,250). Sum of RGB (Red+Green+Blue) = 210+7+250=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #D207FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D207FA is #2DF805. Grayscale: #5E5E5E. Windows color (decimal): -3012614 or 16386002. OLE color: 16386002.
HSL color Cylindrical-coordinate representation of color #D207FA: hue angle of 290.12º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207FA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 7 | 250 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.02 |
| HSL | 290.12º | 0.96% | 0.5% | - |
| HSV(B) | 290.12º | 0.97% | 0.98% | - |
| XYZ | 43.91 | 20.76 | 92.13 | - |
| YUV | 95.4 | 215.25 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 250 | 0.16 | 0.97 | 0 | 0.02 | 290.12 | 0.96 | 0.5 |
| Hex | D2 | 7 | FA | 10 | 61 | 0 | 2 | 122 | 60 | 32 |
| Octal | 322 | 7 | 372 | 20 | 141 | 0 | 2 | 442 | 140 | 62 |
| Binary | 11010010 | 111 | 11111010 | 10000 | 1100001 | 0 | 10 | 100100010 | 1100000 | 110010 |
Color Harmonies of #D207FA
Complementary color
Monochromatic Colors of #D207FA
Black with #D207FA
Text Example
Text Example
White with #D207FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207FA; }
p { color: rgb(210,7,250); }
H1.HeaderClassName
{
color: #D207FA;
}
.AnyTagClassName
{
color: #D207FA;
}
</style>
background-color css
<style>
a { background-color: #D207FA; }
a { background-color: rgb(210,7,250); }
div.DivClassName
{
background-color: #D207FA;
}
.BgClassName
{
background-color: #D207FA;
}
</style>
border-color css
<style>
span { border-color: #D207FA; }
span { border-color: rgb(210,7,250); }
td.TdClassName
{
border-color: #D207FA;
}
.TagClassName
{
border-color: #D207FA;
}
</style>