Shades of Psychedelic Purple #D009ED
Tints of Psychedelic Purple #D009ED
RGB
CMYK
RGB Variations
Color information
#D009ED (or 0xD009ED) is known color: Psychedelic Purple. HEX triplet: D0, 09 and ED. RGB value is (208,9,237). Sum of RGB (Red+Green+Blue) = 208+9+237=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #D009ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D009ED is #2FF612. Grayscale: #5D5D5D. Windows color (decimal): -3143187 or 15534544. OLE color: 15534544.
HSL color Cylindrical-coordinate representation of color #D009ED: hue angle of 292.37º 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 #D009ED is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 9 | 237 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.07 |
| HSL | 292.37º | 0.93% | 0.48% | - |
| HSV(B) | 292.37º | 0.96% | 0.93% | - |
| XYZ | 41.4 | 19.72 | 81.75 | - |
| YUV | 94.49 | 208.43 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 237 | 0.12 | 0.96 | 0 | 0.07 | 292.37 | 0.93 | 0.48 |
| Hex | D0 | 9 | ED | C | 60 | 0 | 7 | 124 | 5D | 30 |
| Octal | 320 | 11 | 355 | 14 | 140 | 0 | 7 | 444 | 135 | 60 |
| Binary | 11010000 | 1001 | 11101101 | 1100 | 1100000 | 0 | 111 | 100100100 | 1011101 | 110000 |
Color Harmonies of #D009ED
Complementary color
Monochromatic Colors of #D009ED
Black with #D009ED
Text Example
Text Example
White with #D009ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009ED; }
p { color: rgb(208,9,237); }
H1.HeaderClassName
{
color: #D009ED;
}
.AnyTagClassName
{
color: #D009ED;
}
</style>
background-color css
<style>
a { background-color: #D009ED; }
a { background-color: rgb(208,9,237); }
div.DivClassName
{
background-color: #D009ED;
}
.BgClassName
{
background-color: #D009ED;
}
</style>
border-color css
<style>
span { border-color: #D009ED; }
span { border-color: rgb(208,9,237); }
td.TdClassName
{
border-color: #D009ED;
}
.TagClassName
{
border-color: #D009ED;
}
</style>