Shades of Psychedelic Purple #D007F3
Tints of Psychedelic Purple #D007F3
RGB
CMYK
RGB Variations
Color information
#D007F3 (or 0xD007F3) is known color: Psychedelic Purple. HEX triplet: D0, 07 and F3. RGB value is (208,7,243). Sum of RGB (Red+Green+Blue) = 208+7+243=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #D007F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007F3 is #2FF80C. Grayscale: #5D5D5D. Windows color (decimal): -3143693 or 15927248. OLE color: 15927248.
HSL color Cylindrical-coordinate representation of color #D007F3: hue angle of 291.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007F3 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 7 | 243 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.05 |
| HSL | 291.1º | 0.94% | 0.49% | - |
| HSV(B) | 291.1º | 0.97% | 0.95% | - |
| XYZ | 42.27 | 20.03 | 86.43 | - |
| YUV | 94 | 212.09 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 243 | 0.14 | 0.97 | 0 | 0.05 | 291.1 | 0.94 | 0.49 |
| Hex | D0 | 7 | F3 | E | 61 | 0 | 5 | 123 | 5E | 31 |
| Octal | 320 | 7 | 363 | 16 | 141 | 0 | 5 | 443 | 136 | 61 |
| Binary | 11010000 | 111 | 11110011 | 1110 | 1100001 | 0 | 101 | 100100011 | 1011110 | 110001 |
Color Harmonies of #D007F3
Complementary color
Monochromatic Colors of #D007F3
Black with #D007F3
Text Example
Text Example
White with #D007F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007F3; }
p { color: rgb(208,7,243); }
H1.HeaderClassName
{
color: #D007F3;
}
.AnyTagClassName
{
color: #D007F3;
}
</style>
background-color css
<style>
a { background-color: #D007F3; }
a { background-color: rgb(208,7,243); }
div.DivClassName
{
background-color: #D007F3;
}
.BgClassName
{
background-color: #D007F3;
}
</style>
border-color css
<style>
span { border-color: #D007F3; }
span { border-color: rgb(208,7,243); }
td.TdClassName
{
border-color: #D007F3;
}
.TagClassName
{
border-color: #D007F3;
}
</style>