Shades of Psychedelic Purple #D207F4
Tints of Psychedelic Purple #D207F4
RGB
CMYK
RGB Variations
Color information
#D207F4 (or 0xD207F4) is known color: Psychedelic Purple. HEX triplet: D2, 07 and F4. RGB value is (210,7,244). Sum of RGB (Red+Green+Blue) = 210+7+244=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #D207F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D207F4 is #2DF80B. Grayscale: #5D5D5D. Windows color (decimal): -3012620 or 15992786. OLE color: 15992786.
HSL color Cylindrical-coordinate representation of color #D207F4: hue angle of 291.39º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207F4 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 7 | 244 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.04 |
| HSL | 291.39º | 0.94% | 0.49% | - |
| HSV(B) | 291.39º | 0.97% | 0.96% | - |
| XYZ | 42.98 | 20.39 | 87.26 | - |
| YUV | 94.72 | 212.25 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 244 | 0.14 | 0.97 | 0 | 0.04 | 291.39 | 0.94 | 0.49 |
| Hex | D2 | 7 | F4 | E | 61 | 0 | 4 | 123 | 5E | 31 |
| Octal | 322 | 7 | 364 | 16 | 141 | 0 | 4 | 443 | 136 | 61 |
| Binary | 11010010 | 111 | 11110100 | 1110 | 1100001 | 0 | 100 | 100100011 | 1011110 | 110001 |
Color Harmonies of #D207F4
Complementary color
Monochromatic Colors of #D207F4
Black with #D207F4
Text Example
Text Example
White with #D207F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207F4; }
p { color: rgb(210,7,244); }
H1.HeaderClassName
{
color: #D207F4;
}
.AnyTagClassName
{
color: #D207F4;
}
</style>
background-color css
<style>
a { background-color: #D207F4; }
a { background-color: rgb(210,7,244); }
div.DivClassName
{
background-color: #D207F4;
}
.BgClassName
{
background-color: #D207F4;
}
</style>
border-color css
<style>
span { border-color: #D207F4; }
span { border-color: rgb(210,7,244); }
td.TdClassName
{
border-color: #D207F4;
}
.TagClassName
{
border-color: #D207F4;
}
</style>