Shades of Psychedelic Purple #D207E9
Tints of Psychedelic Purple #D207E9
RGB
CMYK
RGB Variations
Color information
#D207E9 (or 0xD207E9) is known color: Psychedelic Purple. HEX triplet: D2, 07 and E9. RGB value is (210,7,233). Sum of RGB (Red+Green+Blue) = 210+7+233=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #D207E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D207E9 is #2DF816. Grayscale: #5C5C5C. Windows color (decimal): -3012631 or 15271890. OLE color: 15271890.
HSL color Cylindrical-coordinate representation of color #D207E9: hue angle of 293.89º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207E9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 7 | 233 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.09 |
| HSL | 293.89º | 0.94% | 0.47% | - |
| HSV(B) | 293.89º | 0.97% | 0.91% | - |
| XYZ | 41.36 | 19.74 | 78.72 | - |
| YUV | 93.46 | 206.75 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 233 | 0.10 | 0.97 | 0 | 0.09 | 293.89 | 0.94 | 0.47 |
| Hex | D2 | 7 | E9 | A | 61 | 0 | 9 | 126 | 5E | 2F |
| Octal | 322 | 7 | 351 | 12 | 141 | 0 | 11 | 446 | 136 | 57 |
| Binary | 11010010 | 111 | 11101001 | 1010 | 1100001 | 0 | 1001 | 100100110 | 1011110 | 101111 |
Color Harmonies of #D207E9
Complementary color
Monochromatic Colors of #D207E9
Black with #D207E9
Text Example
Text Example
White with #D207E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207E9; }
p { color: rgb(210,7,233); }
H1.HeaderClassName
{
color: #D207E9;
}
.AnyTagClassName
{
color: #D207E9;
}
</style>
background-color css
<style>
a { background-color: #D207E9; }
a { background-color: rgb(210,7,233); }
div.DivClassName
{
background-color: #D207E9;
}
.BgClassName
{
background-color: #D207E9;
}
</style>
border-color css
<style>
span { border-color: #D207E9; }
span { border-color: rgb(210,7,233); }
td.TdClassName
{
border-color: #D207E9;
}
.TagClassName
{
border-color: #D207E9;
}
</style>