Shades of Psychedelic Purple #D909F0
Tints of Psychedelic Purple #D909F0
RGB
CMYK
RGB Variations
Color information
#D909F0 (or 0xD909F0) is known color: Psychedelic Purple. HEX triplet: D9, 09 and F0. RGB value is (217,9,240). Sum of RGB (Red+Green+Blue) = 217+9+240=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #D909F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D909F0 is #26F60F. Grayscale: #606060. Windows color (decimal): -2553360 or 15731161. OLE color: 15731161.
HSL color Cylindrical-coordinate representation of color #D909F0: hue angle of 294.03º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909F0 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 9 | 240 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.06 |
| HSL | 294.03º | 0.93% | 0.49% | - |
| HSV(B) | 294.03º | 0.96% | 0.94% | - |
| XYZ | 44.44 | 21.24 | 84.2 | - |
| YUV | 97.53 | 208.41 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 240 | 0.10 | 0.96 | 0 | 0.06 | 294.03 | 0.93 | 0.49 |
| Hex | D9 | 9 | F0 | A | 60 | 0 | 6 | 126 | 5D | 31 |
| Octal | 331 | 11 | 360 | 12 | 140 | 0 | 6 | 446 | 135 | 61 |
| Binary | 11011001 | 1001 | 11110000 | 1010 | 1100000 | 0 | 110 | 100100110 | 1011101 | 110001 |
Color Harmonies of #D909F0
Complementary color
Monochromatic Colors of #D909F0
Black with #D909F0
Text Example
Text Example
White with #D909F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909F0; }
p { color: rgb(217,9,240); }
H1.HeaderClassName
{
color: #D909F0;
}
.AnyTagClassName
{
color: #D909F0;
}
</style>
background-color css
<style>
a { background-color: #D909F0; }
a { background-color: rgb(217,9,240); }
div.DivClassName
{
background-color: #D909F0;
}
.BgClassName
{
background-color: #D909F0;
}
</style>
border-color css
<style>
span { border-color: #D909F0; }
span { border-color: rgb(217,9,240); }
td.TdClassName
{
border-color: #D909F0;
}
.TagClassName
{
border-color: #D909F0;
}
</style>