Shades of Psychedelic Purple #D000EF
Tints of Psychedelic Purple #D000EF
RGB
CMYK
RGB Variations
Color information
#D000EF (or 0xD000EF) is known color: Psychedelic Purple. HEX triplet: D0, 00 and EF. RGB value is (208,0,239). Sum of RGB (Red+Green+Blue) = 208+0+239=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #D000EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000EF is #2FFF10. Grayscale: #585858. Windows color (decimal): -3145489 or 15663312. OLE color: 15663312.
HSL color Cylindrical-coordinate representation of color #D000EF: hue angle of 292.22º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000EF is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 0 | 239 | - |
| CMYK | 0.13 | 1 | 0 | 0.06 |
| HSL | 292.22º | 1% | 0.47% | - |
| HSV(B) | 292.22º | 1% | 0.94% | - |
| XYZ | 41.59 | 19.64 | 83.26 | - |
| YUV | 89.44 | 212.41 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 239 | 0.13 | 1 | 0 | 0.06 | 292.22 | 1 | 0.47 |
| Hex | D0 | 0 | EF | D | 64 | 0 | 6 | 124 | 64 | 2F |
| Octal | 320 | 0 | 357 | 15 | 144 | 0 | 6 | 444 | 144 | 57 |
| Binary | 11010000 | 0 | 11101111 | 1101 | 1100100 | 0 | 110 | 100100100 | 1100100 | 101111 |
Color Harmonies of #D000EF
Complementary color
Monochromatic Colors of #D000EF
Black with #D000EF
Text Example
Text Example
White with #D000EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000EF; }
p { color: rgb(208,0,239); }
H1.HeaderClassName
{
color: #D000EF;
}
.AnyTagClassName
{
color: #D000EF;
}
</style>
background-color css
<style>
a { background-color: #D000EF; }
a { background-color: rgb(208,0,239); }
div.DivClassName
{
background-color: #D000EF;
}
.BgClassName
{
background-color: #D000EF;
}
</style>
border-color css
<style>
span { border-color: #D000EF; }
span { border-color: rgb(208,0,239); }
td.TdClassName
{
border-color: #D000EF;
}
.TagClassName
{
border-color: #D000EF;
}
</style>