Shades of Psychedelic Purple #D007EA
Tints of Psychedelic Purple #D007EA
RGB
CMYK
RGB Variations
Color information
#D007EA (or 0xD007EA) is known color: Psychedelic Purple. HEX triplet: D0, 07 and EA. RGB value is (208,7,234). Sum of RGB (Red+Green+Blue) = 208+7+234=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #D007EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007EA is #2FF815. Grayscale: #5C5C5C. Windows color (decimal): -3143702 or 15337424. OLE color: 15337424.
HSL color Cylindrical-coordinate representation of color #D007EA: hue angle of 293.13º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007EA is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 7 | 234 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.08 |
| HSL | 293.13º | 0.94% | 0.47% | - |
| HSV(B) | 293.13º | 0.97% | 0.92% | - |
| XYZ | 40.94 | 19.5 | 79.45 | - |
| YUV | 92.98 | 207.59 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 234 | 0.11 | 0.97 | 0 | 0.08 | 293.13 | 0.94 | 0.47 |
| Hex | D0 | 7 | EA | B | 61 | 0 | 8 | 125 | 5E | 2F |
| Octal | 320 | 7 | 352 | 13 | 141 | 0 | 10 | 445 | 136 | 57 |
| Binary | 11010000 | 111 | 11101010 | 1011 | 1100001 | 0 | 1000 | 100100101 | 1011110 | 101111 |
Color Harmonies of #D007EA
Complementary color
Monochromatic Colors of #D007EA
Black with #D007EA
Text Example
Text Example
White with #D007EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007EA; }
p { color: rgb(208,7,234); }
H1.HeaderClassName
{
color: #D007EA;
}
.AnyTagClassName
{
color: #D007EA;
}
</style>
background-color css
<style>
a { background-color: #D007EA; }
a { background-color: rgb(208,7,234); }
div.DivClassName
{
background-color: #D007EA;
}
.BgClassName
{
background-color: #D007EA;
}
</style>
border-color css
<style>
span { border-color: #D007EA; }
span { border-color: rgb(208,7,234); }
td.TdClassName
{
border-color: #D007EA;
}
.TagClassName
{
border-color: #D007EA;
}
</style>