Shades of Psychedelic Purple #D910FC
Tints of Psychedelic Purple #D910FC
RGB
CMYK
RGB Variations
Color information
#D910FC (or 0xD910FC) is known color: Psychedelic Purple. HEX triplet: D9, 10 and FC. RGB value is (217,16,252). Sum of RGB (Red+Green+Blue) = 217+16+252=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #D910FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D910FC is #26EF03. Grayscale: #666666. Windows color (decimal): -2551556 or 16519385. OLE color: 16519385.
HSL color Cylindrical-coordinate representation of color #D910FC: hue angle of 291.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D910FC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 16 | 252 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.01 |
| HSL | 291.1º | 0.98% | 0.53% | - |
| HSV(B) | 291.1º | 0.94% | 0.99% | - |
| XYZ | 46.37 | 22.15 | 93.93 | - |
| YUV | 103 | 212.09 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 252 | 0.14 | 0.94 | 0 | 0.01 | 291.1 | 0.98 | 0.53 |
| Hex | D9 | 10 | FC | E | 5E | 0 | 1 | 123 | 62 | 35 |
| Octal | 331 | 20 | 374 | 16 | 136 | 0 | 1 | 443 | 142 | 65 |
| Binary | 11011001 | 10000 | 11111100 | 1110 | 1011110 | 0 | 1 | 100100011 | 1100010 | 110101 |
Color Harmonies of #D910FC
Complementary color
Monochromatic Colors of #D910FC
Black with #D910FC
Text Example
Text Example
White with #D910FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910FC; }
p { color: rgb(217,16,252); }
H1.HeaderClassName
{
color: #D910FC;
}
.AnyTagClassName
{
color: #D910FC;
}
</style>
background-color css
<style>
a { background-color: #D910FC; }
a { background-color: rgb(217,16,252); }
div.DivClassName
{
background-color: #D910FC;
}
.BgClassName
{
background-color: #D910FC;
}
</style>
border-color css
<style>
span { border-color: #D910FC; }
span { border-color: rgb(217,16,252); }
td.TdClassName
{
border-color: #D910FC;
}
.TagClassName
{
border-color: #D910FC;
}
</style>