Shades of Psychedelic Purple #D907FA
Tints of Psychedelic Purple #D907FA
RGB
CMYK
RGB Variations
Color information
#D907FA (or 0xD907FA) is known color: Psychedelic Purple. HEX triplet: D9, 07 and FA. RGB value is (217,7,250). Sum of RGB (Red+Green+Blue) = 217+7+250=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #D907FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D907FA is #26F805. Grayscale: #606060. Windows color (decimal): -2553862 or 16386009. OLE color: 16386009.
HSL color Cylindrical-coordinate representation of color #D907FA: hue angle of 291.85º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D907FA is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 7 | 250 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.02 |
| HSL | 291.85º | 0.96% | 0.5% | - |
| HSV(B) | 291.85º | 0.97% | 0.98% | - |
| XYZ | 45.95 | 21.81 | 92.23 | - |
| YUV | 97.49 | 214.07 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 250 | 0.13 | 0.97 | 0 | 0.02 | 291.85 | 0.96 | 0.5 |
| Hex | D9 | 7 | FA | D | 61 | 0 | 2 | 124 | 60 | 32 |
| Octal | 331 | 7 | 372 | 15 | 141 | 0 | 2 | 444 | 140 | 62 |
| Binary | 11011001 | 111 | 11111010 | 1101 | 1100001 | 0 | 10 | 100100100 | 1100000 | 110010 |
Color Harmonies of #D907FA
Complementary color
Monochromatic Colors of #D907FA
Black with #D907FA
Text Example
Text Example
White with #D907FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907FA; }
p { color: rgb(217,7,250); }
H1.HeaderClassName
{
color: #D907FA;
}
.AnyTagClassName
{
color: #D907FA;
}
</style>
background-color css
<style>
a { background-color: #D907FA; }
a { background-color: rgb(217,7,250); }
div.DivClassName
{
background-color: #D907FA;
}
.BgClassName
{
background-color: #D907FA;
}
</style>
border-color css
<style>
span { border-color: #D907FA; }
span { border-color: rgb(217,7,250); }
td.TdClassName
{
border-color: #D907FA;
}
.TagClassName
{
border-color: #D907FA;
}
</style>