Shades of Psychedelic Purple #D00FEE
Tints of Psychedelic Purple #D00FEE
RGB
CMYK
RGB Variations
Color information
#D00FEE (or 0xD00FEE) is known color: Psychedelic Purple. HEX triplet: D0, 0F and EE. RGB value is (208,15,238). Sum of RGB (Red+Green+Blue) = 208+15+238=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #D00FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00FEE is #2FF011. Grayscale: #616161. Windows color (decimal): -3141650 or 15601616. OLE color: 15601616.
HSL color Cylindrical-coordinate representation of color #D00FEE: hue angle of 291.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00FEE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 15 | 238 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.07 |
| HSL | 291.93º | 0.88% | 0.5% | - |
| HSV(B) | 291.93º | 0.94% | 0.93% | - |
| XYZ | 41.62 | 19.92 | 82.54 | - |
| YUV | 98.13 | 206.94 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 238 | 0.13 | 0.94 | 0 | 0.07 | 291.93 | 0.88 | 0.5 |
| Hex | D0 | F | EE | D | 5E | 0 | 7 | 124 | 58 | 32 |
| Octal | 320 | 17 | 356 | 15 | 136 | 0 | 7 | 444 | 130 | 62 |
| Binary | 11010000 | 1111 | 11101110 | 1101 | 1011110 | 0 | 111 | 100100100 | 1011000 | 110010 |
Color Harmonies of #D00FEE
Complementary color
Monochromatic Colors of #D00FEE
Black with #D00FEE
Text Example
Text Example
White with #D00FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FEE; }
p { color: rgb(208,15,238); }
H1.HeaderClassName
{
color: #D00FEE;
}
.AnyTagClassName
{
color: #D00FEE;
}
</style>
background-color css
<style>
a { background-color: #D00FEE; }
a { background-color: rgb(208,15,238); }
div.DivClassName
{
background-color: #D00FEE;
}
.BgClassName
{
background-color: #D00FEE;
}
</style>
border-color css
<style>
span { border-color: #D00FEE; }
span { border-color: rgb(208,15,238); }
td.TdClassName
{
border-color: #D00FEE;
}
.TagClassName
{
border-color: #D00FEE;
}
</style>