Shades of Psychedelic Purple #D906E8
Tints of Psychedelic Purple #D906E8
RGB
CMYK
RGB Variations
Color information
#D906E8 (or 0xD906E8) is known color: Psychedelic Purple. HEX triplet: D9, 06 and E8. RGB value is (217,6,232). Sum of RGB (Red+Green+Blue) = 217+6+232=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #D906E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D906E8 is #26F917. Grayscale: #5E5E5E. Windows color (decimal): -2554136 or 15206105. OLE color: 15206105.
HSL color Cylindrical-coordinate representation of color #D906E8: hue angle of 296.02º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D906E8 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 6 | 232 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.09 |
| HSL | 296.02º | 0.95% | 0.47% | - |
| HSV(B) | 296.02º | 0.97% | 0.91% | - |
| XYZ | 43.25 | 20.71 | 78.06 | - |
| YUV | 94.85 | 205.4 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 232 | 0.06 | 0.97 | 0 | 0.09 | 296.02 | 0.95 | 0.47 |
| Hex | D9 | 6 | E8 | 6 | 61 | 0 | 9 | 128 | 5F | 2F |
| Octal | 331 | 6 | 350 | 6 | 141 | 0 | 11 | 450 | 137 | 57 |
| Binary | 11011001 | 110 | 11101000 | 110 | 1100001 | 0 | 1001 | 100101000 | 1011111 | 101111 |
Color Harmonies of #D906E8
Complementary color
Monochromatic Colors of #D906E8
Black with #D906E8
Text Example
Text Example
White with #D906E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906E8; }
p { color: rgb(217,6,232); }
H1.HeaderClassName
{
color: #D906E8;
}
.AnyTagClassName
{
color: #D906E8;
}
</style>
background-color css
<style>
a { background-color: #D906E8; }
a { background-color: rgb(217,6,232); }
div.DivClassName
{
background-color: #D906E8;
}
.BgClassName
{
background-color: #D906E8;
}
</style>
border-color css
<style>
span { border-color: #D906E8; }
span { border-color: rgb(217,6,232); }
td.TdClassName
{
border-color: #D906E8;
}
.TagClassName
{
border-color: #D906E8;
}
</style>