Shades of Psychedelic Purple #D908F2
Tints of Psychedelic Purple #D908F2
RGB
CMYK
RGB Variations
Color information
#D908F2 (or 0xD908F2) is known color: Psychedelic Purple. HEX triplet: D9, 08 and F2. RGB value is (217,8,242). Sum of RGB (Red+Green+Blue) = 217+8+242=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #D908F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908F2 is #26F70D. Grayscale: #606060. Windows color (decimal): -2553614 or 15861977. OLE color: 15861977.
HSL color Cylindrical-coordinate representation of color #D908F2: hue angle of 293.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D908F2 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 8 | 242 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.05 |
| HSL | 293.59º | 0.94% | 0.49% | - |
| HSV(B) | 293.59º | 0.97% | 0.95% | - |
| XYZ | 44.73 | 21.34 | 85.77 | - |
| YUV | 97.17 | 209.74 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 242 | 0.10 | 0.97 | 0 | 0.05 | 293.59 | 0.94 | 0.49 |
| Hex | D9 | 8 | F2 | A | 61 | 0 | 5 | 126 | 5E | 31 |
| Octal | 331 | 10 | 362 | 12 | 141 | 0 | 5 | 446 | 136 | 61 |
| Binary | 11011001 | 1000 | 11110010 | 1010 | 1100001 | 0 | 101 | 100100110 | 1011110 | 110001 |
Color Harmonies of #D908F2
Complementary color
Monochromatic Colors of #D908F2
Black with #D908F2
Text Example
Text Example
White with #D908F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908F2; }
p { color: rgb(217,8,242); }
H1.HeaderClassName
{
color: #D908F2;
}
.AnyTagClassName
{
color: #D908F2;
}
</style>
background-color css
<style>
a { background-color: #D908F2; }
a { background-color: rgb(217,8,242); }
div.DivClassName
{
background-color: #D908F2;
}
.BgClassName
{
background-color: #D908F2;
}
</style>
border-color css
<style>
span { border-color: #D908F2; }
span { border-color: rgb(217,8,242); }
td.TdClassName
{
border-color: #D908F2;
}
.TagClassName
{
border-color: #D908F2;
}
</style>