Shades of Psychedelic Purple #D906ED
Tints of Psychedelic Purple #D906ED
RGB
CMYK
RGB Variations
Color information
#D906ED (or 0xD906ED) is known color: Psychedelic Purple. HEX triplet: D9, 06 and ED. RGB value is (217,6,237). Sum of RGB (Red+Green+Blue) = 217+6+237=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 6 (2.73% from 255 or 1.30% 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 #D906ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D906ED is #26F912. Grayscale: #5E5E5E. Windows color (decimal): -2554131 or 15533785. OLE color: 15533785.
HSL color Cylindrical-coordinate representation of color #D906ED: hue angle of 294.81º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D906ED is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 6 | 237 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.07 |
| HSL | 294.81º | 0.95% | 0.48% | - |
| HSV(B) | 294.81º | 0.97% | 0.93% | - |
| XYZ | 43.97 | 21 | 81.86 | - |
| YUV | 95.42 | 207.9 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 237 | 0.08 | 0.97 | 0 | 0.07 | 294.81 | 0.95 | 0.48 |
| Hex | D9 | 6 | ED | 8 | 61 | 0 | 7 | 127 | 5F | 30 |
| Octal | 331 | 6 | 355 | 10 | 141 | 0 | 7 | 447 | 137 | 60 |
| Binary | 11011001 | 110 | 11101101 | 1000 | 1100001 | 0 | 111 | 100100111 | 1011111 | 110000 |
Color Harmonies of #D906ED
Complementary color
Monochromatic Colors of #D906ED
Black with #D906ED
Text Example
Text Example
White with #D906ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906ED; }
p { color: rgb(217,6,237); }
H1.HeaderClassName
{
color: #D906ED;
}
.AnyTagClassName
{
color: #D906ED;
}
</style>
background-color css
<style>
a { background-color: #D906ED; }
a { background-color: rgb(217,6,237); }
div.DivClassName
{
background-color: #D906ED;
}
.BgClassName
{
background-color: #D906ED;
}
</style>
border-color css
<style>
span { border-color: #D906ED; }
span { border-color: rgb(217,6,237); }
td.TdClassName
{
border-color: #D906ED;
}
.TagClassName
{
border-color: #D906ED;
}
</style>