Shades of Psychedelic Purple #D00FED
Tints of Psychedelic Purple #D00FED
RGB
CMYK
RGB Variations
Color information
#D00FED (or 0xD00FED) is known color: Psychedelic Purple. HEX triplet: D0, 0F and ED. RGB value is (208,15,237). Sum of RGB (Red+Green+Blue) = 208+15+237=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #D00FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00FED is #2FF012. Grayscale: #616161. Windows color (decimal): -3141651 or 15536080. OLE color: 15536080.
HSL color Cylindrical-coordinate representation of color #D00FED: hue angle of 292.16º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00FED is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 15 | 237 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.07 |
| HSL | 292.16º | 0.88% | 0.49% | - |
| HSV(B) | 292.16º | 0.94% | 0.93% | - |
| XYZ | 41.47 | 19.87 | 81.77 | - |
| YUV | 98.02 | 206.44 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 237 | 0.12 | 0.94 | 0 | 0.07 | 292.16 | 0.88 | 0.49 |
| Hex | D0 | F | ED | C | 5E | 0 | 7 | 124 | 58 | 31 |
| Octal | 320 | 17 | 355 | 14 | 136 | 0 | 7 | 444 | 130 | 61 |
| Binary | 11010000 | 1111 | 11101101 | 1100 | 1011110 | 0 | 111 | 100100100 | 1011000 | 110001 |
Color Harmonies of #D00FED
Complementary color
Monochromatic Colors of #D00FED
Black with #D00FED
Text Example
Text Example
White with #D00FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FED; }
p { color: rgb(208,15,237); }
H1.HeaderClassName
{
color: #D00FED;
}
.AnyTagClassName
{
color: #D00FED;
}
</style>
background-color css
<style>
a { background-color: #D00FED; }
a { background-color: rgb(208,15,237); }
div.DivClassName
{
background-color: #D00FED;
}
.BgClassName
{
background-color: #D00FED;
}
</style>
border-color css
<style>
span { border-color: #D00FED; }
span { border-color: rgb(208,15,237); }
td.TdClassName
{
border-color: #D00FED;
}
.TagClassName
{
border-color: #D00FED;
}
</style>