Shades of Psychedelic Purple #D007EF
Tints of Psychedelic Purple #D007EF
RGB
CMYK
RGB Variations
Color information
#D007EF (or 0xD007EF) is known color: Psychedelic Purple. HEX triplet: D0, 07 and EF. RGB value is (208,7,239). Sum of RGB (Red+Green+Blue) = 208+7+239=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #D007EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007EF is #2FF810. Grayscale: #5C5C5C. Windows color (decimal): -3143697 or 15665104. OLE color: 15665104.
HSL color Cylindrical-coordinate representation of color #D007EF: hue angle of 291.98º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007EF is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 7 | 239 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.06 |
| HSL | 291.98º | 0.94% | 0.48% | - |
| HSV(B) | 291.98º | 0.97% | 0.94% | - |
| XYZ | 41.67 | 19.79 | 83.29 | - |
| YUV | 93.55 | 210.09 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 239 | 0.13 | 0.97 | 0 | 0.06 | 291.98 | 0.94 | 0.48 |
| Hex | D0 | 7 | EF | D | 61 | 0 | 6 | 124 | 5E | 30 |
| Octal | 320 | 7 | 357 | 15 | 141 | 0 | 6 | 444 | 136 | 60 |
| Binary | 11010000 | 111 | 11101111 | 1101 | 1100001 | 0 | 110 | 100100100 | 1011110 | 110000 |
Color Harmonies of #D007EF
Complementary color
Monochromatic Colors of #D007EF
Black with #D007EF
Text Example
Text Example
White with #D007EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007EF; }
p { color: rgb(208,7,239); }
H1.HeaderClassName
{
color: #D007EF;
}
.AnyTagClassName
{
color: #D007EF;
}
</style>
background-color css
<style>
a { background-color: #D007EF; }
a { background-color: rgb(208,7,239); }
div.DivClassName
{
background-color: #D007EF;
}
.BgClassName
{
background-color: #D007EF;
}
</style>
border-color css
<style>
span { border-color: #D007EF; }
span { border-color: rgb(208,7,239); }
td.TdClassName
{
border-color: #D007EF;
}
.TagClassName
{
border-color: #D007EF;
}
</style>