Shades of Psychedelic Purple #D007ED
Tints of Psychedelic Purple #D007ED
RGB
CMYK
RGB Variations
Color information
#D007ED (or 0xD007ED) is known color: Psychedelic Purple. HEX triplet: D0, 07 and ED. RGB value is (208,7,237). Sum of RGB (Red+Green+Blue) = 208+7+237=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #D007ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007ED is #2FF812. Grayscale: #5C5C5C. Windows color (decimal): -3143699 or 15534032. OLE color: 15534032.
HSL color Cylindrical-coordinate representation of color #D007ED: hue angle of 292.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007ED is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 7 | 237 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.07 |
| HSL | 292.43º | 0.94% | 0.48% | - |
| HSV(B) | 292.43º | 0.97% | 0.93% | - |
| XYZ | 41.37 | 19.68 | 81.74 | - |
| YUV | 93.32 | 209.09 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 237 | 0.12 | 0.97 | 0 | 0.07 | 292.43 | 0.94 | 0.48 |
| Hex | D0 | 7 | ED | C | 61 | 0 | 7 | 124 | 5E | 30 |
| Octal | 320 | 7 | 355 | 14 | 141 | 0 | 7 | 444 | 136 | 60 |
| Binary | 11010000 | 111 | 11101101 | 1100 | 1100001 | 0 | 111 | 100100100 | 1011110 | 110000 |
Color Harmonies of #D007ED
Complementary color
Monochromatic Colors of #D007ED
Black with #D007ED
Text Example
Text Example
White with #D007ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007ED; }
p { color: rgb(208,7,237); }
H1.HeaderClassName
{
color: #D007ED;
}
.AnyTagClassName
{
color: #D007ED;
}
</style>
background-color css
<style>
a { background-color: #D007ED; }
a { background-color: rgb(208,7,237); }
div.DivClassName
{
background-color: #D007ED;
}
.BgClassName
{
background-color: #D007ED;
}
</style>
border-color css
<style>
span { border-color: #D007ED; }
span { border-color: rgb(208,7,237); }
td.TdClassName
{
border-color: #D007ED;
}
.TagClassName
{
border-color: #D007ED;
}
</style>