Shades of Psychedelic Purple #D906FF
Tints of Psychedelic Purple #D906FF
RGB
CMYK
RGB Variations
Color information
#D906FF (or 0xD906FF) is known color: Psychedelic Purple. HEX triplet: D9, 06 and FF. RGB value is (217,6,255). Sum of RGB (Red+Green+Blue) = 217+6+255=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #D906FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D906FF is #26F900. Grayscale: #606060. Windows color (decimal): -2554113 or 16713433. OLE color: 16713433.
HSL color Cylindrical-coordinate representation of color #D906FF: hue angle of 290.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D906FF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 6 | 255 | - |
| CMYK | 0.15 | 0.98 | 0 | 0 |
| HSL | 290.84º | 1% | 0.51% | - |
| HSV(B) | 290.84º | 0.98% | 1% | - |
| XYZ | 46.73 | 22.1 | 96.41 | - |
| YUV | 97.48 | 216.9 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 255 | 0.15 | 0.98 | 0 | 0 | 290.84 | 1 | 0.51 |
| Hex | D9 | 6 | FF | F | 62 | 0 | 0 | 123 | 64 | 33 |
| Octal | 331 | 6 | 377 | 17 | 142 | 0 | 0 | 443 | 144 | 63 |
| Binary | 11011001 | 110 | 11111111 | 1111 | 1100010 | 0 | 0 | 100100011 | 1100100 | 110011 |
Color Harmonies of #D906FF
Complementary color
Monochromatic Colors of #D906FF
Black with #D906FF
Text Example
Text Example
White with #D906FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906FF; }
p { color: rgb(217,6,255); }
H1.HeaderClassName
{
color: #D906FF;
}
.AnyTagClassName
{
color: #D906FF;
}
</style>
background-color css
<style>
a { background-color: #D906FF; }
a { background-color: rgb(217,6,255); }
div.DivClassName
{
background-color: #D906FF;
}
.BgClassName
{
background-color: #D906FF;
}
</style>
border-color css
<style>
span { border-color: #D906FF; }
span { border-color: rgb(217,6,255); }
td.TdClassName
{
border-color: #D906FF;
}
.TagClassName
{
border-color: #D906FF;
}
</style>