Shades of Psychedelic Purple #D004ED
Tints of Psychedelic Purple #D004ED
RGB
CMYK
RGB Variations
Color information
#D004ED (or 0xD004ED) is known color: Psychedelic Purple. HEX triplet: D0, 04 and ED. RGB value is (208,4,237). Sum of RGB (Red+Green+Blue) = 208+4+237=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #D004ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D004ED is #2FFB12. Grayscale: #5A5A5A. Windows color (decimal): -3144467 or 15533264. OLE color: 15533264.
HSL color Cylindrical-coordinate representation of color #D004ED: hue angle of 292.53º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004ED is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 4 | 237 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.07 |
| HSL | 292.53º | 0.97% | 0.47% | - |
| HSV(B) | 292.53º | 0.98% | 0.93% | - |
| XYZ | 41.34 | 19.61 | 81.73 | - |
| YUV | 91.56 | 210.09 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 237 | 0.12 | 0.98 | 0 | 0.07 | 292.53 | 0.97 | 0.47 |
| Hex | D0 | 4 | ED | C | 62 | 0 | 7 | 125 | 61 | 2F |
| Octal | 320 | 4 | 355 | 14 | 142 | 0 | 7 | 445 | 141 | 57 |
| Binary | 11010000 | 100 | 11101101 | 1100 | 1100010 | 0 | 111 | 100100101 | 1100001 | 101111 |
Color Harmonies of #D004ED
Complementary color
Monochromatic Colors of #D004ED
Black with #D004ED
Text Example
Text Example
White with #D004ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004ED; }
p { color: rgb(208,4,237); }
H1.HeaderClassName
{
color: #D004ED;
}
.AnyTagClassName
{
color: #D004ED;
}
</style>
background-color css
<style>
a { background-color: #D004ED; }
a { background-color: rgb(208,4,237); }
div.DivClassName
{
background-color: #D004ED;
}
.BgClassName
{
background-color: #D004ED;
}
</style>
border-color css
<style>
span { border-color: #D004ED; }
span { border-color: rgb(208,4,237); }
td.TdClassName
{
border-color: #D004ED;
}
.TagClassName
{
border-color: #D004ED;
}
</style>