Shades of Psychedelic Purple #D009EC
Tints of Psychedelic Purple #D009EC
RGB
CMYK
RGB Variations
Color information
#D009EC (or 0xD009EC) is known color: Psychedelic Purple. HEX triplet: D0, 09 and EC. RGB value is (208,9,236). Sum of RGB (Red+Green+Blue) = 208+9+236=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #D009EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D009EC is #2FF613. Grayscale: #5D5D5D. Windows color (decimal): -3143188 or 15469008. OLE color: 15469008.
HSL color Cylindrical-coordinate representation of color #D009EC: hue angle of 292.6º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009EC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 9 | 236 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.07 |
| HSL | 292.6º | 0.93% | 0.48% | - |
| HSV(B) | 292.6º | 0.96% | 0.93% | - |
| XYZ | 41.25 | 19.66 | 80.98 | - |
| YUV | 94.38 | 207.93 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 236 | 0.12 | 0.96 | 0 | 0.07 | 292.6 | 0.93 | 0.48 |
| Hex | D0 | 9 | EC | C | 60 | 0 | 7 | 125 | 5D | 30 |
| Octal | 320 | 11 | 354 | 14 | 140 | 0 | 7 | 445 | 135 | 60 |
| Binary | 11010000 | 1001 | 11101100 | 1100 | 1100000 | 0 | 111 | 100100101 | 1011101 | 110000 |
Color Harmonies of #D009EC
Complementary color
Monochromatic Colors of #D009EC
Black with #D009EC
Text Example
Text Example
White with #D009EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009EC; }
p { color: rgb(208,9,236); }
H1.HeaderClassName
{
color: #D009EC;
}
.AnyTagClassName
{
color: #D009EC;
}
</style>
background-color css
<style>
a { background-color: #D009EC; }
a { background-color: rgb(208,9,236); }
div.DivClassName
{
background-color: #D009EC;
}
.BgClassName
{
background-color: #D009EC;
}
</style>
border-color css
<style>
span { border-color: #D009EC; }
span { border-color: rgb(208,9,236); }
td.TdClassName
{
border-color: #D009EC;
}
.TagClassName
{
border-color: #D009EC;
}
</style>