Shades of Psychedelic Purple #D908EA
Tints of Psychedelic Purple #D908EA
RGB
CMYK
RGB Variations
Color information
#D908EA (or 0xD908EA) is known color: Psychedelic Purple. HEX triplet: D9, 08 and EA. RGB value is (217,8,234). Sum of RGB (Red+Green+Blue) = 217+8+234=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 8 (3.52% from 255 or 1.74% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #D908EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908EA is #26F715. Grayscale: #5F5F5F. Windows color (decimal): -2553622 or 15337689. OLE color: 15337689.
HSL color Cylindrical-coordinate representation of color #D908EA: hue angle of 295.49º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D908EA is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 8 | 234 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.08 |
| HSL | 295.49º | 0.93% | 0.47% | - |
| HSV(B) | 295.49º | 0.97% | 0.92% | - |
| XYZ | 43.55 | 20.87 | 79.57 | - |
| YUV | 96.26 | 205.74 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 234 | 0.07 | 0.97 | 0 | 0.08 | 295.49 | 0.93 | 0.47 |
| Hex | D9 | 8 | EA | 7 | 61 | 0 | 8 | 127 | 5D | 2F |
| Octal | 331 | 10 | 352 | 7 | 141 | 0 | 10 | 447 | 135 | 57 |
| Binary | 11011001 | 1000 | 11101010 | 111 | 1100001 | 0 | 1000 | 100100111 | 1011101 | 101111 |
Color Harmonies of #D908EA
Complementary color
Monochromatic Colors of #D908EA
Black with #D908EA
Text Example
Text Example
White with #D908EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908EA; }
p { color: rgb(217,8,234); }
H1.HeaderClassName
{
color: #D908EA;
}
.AnyTagClassName
{
color: #D908EA;
}
</style>
background-color css
<style>
a { background-color: #D908EA; }
a { background-color: rgb(217,8,234); }
div.DivClassName
{
background-color: #D908EA;
}
.BgClassName
{
background-color: #D908EA;
}
</style>
border-color css
<style>
span { border-color: #D908EA; }
span { border-color: rgb(217,8,234); }
td.TdClassName
{
border-color: #D908EA;
}
.TagClassName
{
border-color: #D908EA;
}
</style>