Shades of Psychedelic Purple #D908F5
Tints of Psychedelic Purple #D908F5
RGB
CMYK
RGB Variations
Color information
#D908F5 (or 0xD908F5) is known color: Psychedelic Purple. HEX triplet: D9, 08 and F5. RGB value is (217,8,245). Sum of RGB (Red+Green+Blue) = 217+8+245=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #D908F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908F5 is #26F70A. Grayscale: #606060. Windows color (decimal): -2553611 or 16058585. OLE color: 16058585.
HSL color Cylindrical-coordinate representation of color #D908F5: hue angle of 292.91º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D908F5 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 8 | 245 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.04 |
| HSL | 292.91º | 0.94% | 0.5% | - |
| HSV(B) | 292.91º | 0.97% | 0.96% | - |
| XYZ | 45.18 | 21.52 | 88.16 | - |
| YUV | 97.51 | 211.24 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 245 | 0.11 | 0.97 | 0 | 0.04 | 292.91 | 0.94 | 0.5 |
| Hex | D9 | 8 | F5 | B | 61 | 0 | 4 | 125 | 5E | 32 |
| Octal | 331 | 10 | 365 | 13 | 141 | 0 | 4 | 445 | 136 | 62 |
| Binary | 11011001 | 1000 | 11110101 | 1011 | 1100001 | 0 | 100 | 100100101 | 1011110 | 110010 |
Color Harmonies of #D908F5
Complementary color
Monochromatic Colors of #D908F5
Black with #D908F5
Text Example
Text Example
White with #D908F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908F5; }
p { color: rgb(217,8,245); }
H1.HeaderClassName
{
color: #D908F5;
}
.AnyTagClassName
{
color: #D908F5;
}
</style>
background-color css
<style>
a { background-color: #D908F5; }
a { background-color: rgb(217,8,245); }
div.DivClassName
{
background-color: #D908F5;
}
.BgClassName
{
background-color: #D908F5;
}
</style>
border-color css
<style>
span { border-color: #D908F5; }
span { border-color: rgb(217,8,245); }
td.TdClassName
{
border-color: #D908F5;
}
.TagClassName
{
border-color: #D908F5;
}
</style>