Shades of Psychedelic Purple #D00EF6
Tints of Psychedelic Purple #D00EF6
RGB
CMYK
RGB Variations
Color information
#D00EF6 (or 0xD00EF6) is known color: Psychedelic Purple. HEX triplet: D0, 0E and F6. RGB value is (208,14,246). Sum of RGB (Red+Green+Blue) = 208+14+246=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #D00EF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00EF6 is #2FF109. Grayscale: #616161. Windows color (decimal): -3141898 or 16125648. OLE color: 16125648.
HSL color Cylindrical-coordinate representation of color #D00EF6: hue angle of 290.17º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00EF6 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 14 | 246 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.04 |
| HSL | 290.17º | 0.93% | 0.51% | - |
| HSV(B) | 290.17º | 0.94% | 0.96% | - |
| XYZ | 42.8 | 20.38 | 88.87 | - |
| YUV | 98.45 | 211.27 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 246 | 0.15 | 0.94 | 0 | 0.04 | 290.17 | 0.93 | 0.51 |
| Hex | D0 | E | F6 | F | 5E | 0 | 4 | 122 | 5D | 33 |
| Octal | 320 | 16 | 366 | 17 | 136 | 0 | 4 | 442 | 135 | 63 |
| Binary | 11010000 | 1110 | 11110110 | 1111 | 1011110 | 0 | 100 | 100100010 | 1011101 | 110011 |
Color Harmonies of #D00EF6
Complementary color
Monochromatic Colors of #D00EF6
Black with #D00EF6
Text Example
Text Example
White with #D00EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00EF6; }
p { color: rgb(208,14,246); }
H1.HeaderClassName
{
color: #D00EF6;
}
.AnyTagClassName
{
color: #D00EF6;
}
</style>
background-color css
<style>
a { background-color: #D00EF6; }
a { background-color: rgb(208,14,246); }
div.DivClassName
{
background-color: #D00EF6;
}
.BgClassName
{
background-color: #D00EF6;
}
</style>
border-color css
<style>
span { border-color: #D00EF6; }
span { border-color: rgb(208,14,246); }
td.TdClassName
{
border-color: #D00EF6;
}
.TagClassName
{
border-color: #D00EF6;
}
</style>