Shades of Psychedelic Purple #D909F2
Tints of Psychedelic Purple #D909F2
RGB
CMYK
RGB Variations
Color information
#D909F2 (or 0xD909F2) is known color: Psychedelic Purple. HEX triplet: D9, 09 and F2. RGB value is (217,9,242). Sum of RGB (Red+Green+Blue) = 217+9+242=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #D909F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D909F2 is #26F60D. Grayscale: #616161. Windows color (decimal): -2553358 or 15862233. OLE color: 15862233.
HSL color Cylindrical-coordinate representation of color #D909F2: hue angle of 293.56º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909F2 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 9 | 242 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.05 |
| HSL | 293.56º | 0.93% | 0.49% | - |
| HSV(B) | 293.56º | 0.96% | 0.95% | - |
| XYZ | 44.74 | 21.36 | 85.77 | - |
| YUV | 97.75 | 209.41 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 242 | 0.10 | 0.96 | 0 | 0.05 | 293.56 | 0.93 | 0.49 |
| Hex | D9 | 9 | F2 | A | 60 | 0 | 5 | 126 | 5D | 31 |
| Octal | 331 | 11 | 362 | 12 | 140 | 0 | 5 | 446 | 135 | 61 |
| Binary | 11011001 | 1001 | 11110010 | 1010 | 1100000 | 0 | 101 | 100100110 | 1011101 | 110001 |
Color Harmonies of #D909F2
Complementary color
Monochromatic Colors of #D909F2
Black with #D909F2
Text Example
Text Example
White with #D909F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909F2; }
p { color: rgb(217,9,242); }
H1.HeaderClassName
{
color: #D909F2;
}
.AnyTagClassName
{
color: #D909F2;
}
</style>
background-color css
<style>
a { background-color: #D909F2; }
a { background-color: rgb(217,9,242); }
div.DivClassName
{
background-color: #D909F2;
}
.BgClassName
{
background-color: #D909F2;
}
</style>
border-color css
<style>
span { border-color: #D909F2; }
span { border-color: rgb(217,9,242); }
td.TdClassName
{
border-color: #D909F2;
}
.TagClassName
{
border-color: #D909F2;
}
</style>