Shades of Psychedelic Purple #D611FC
Tints of Psychedelic Purple #D611FC
RGB
CMYK
RGB Variations
Color information
#D611FC (or 0xD611FC) is known color: Psychedelic Purple. HEX triplet: D6, 11 and FC. RGB value is (214,17,252). Sum of RGB (Red+Green+Blue) = 214+17+252=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #D611FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D611FC is #29EE03. Grayscale: #656565. Windows color (decimal): -2747908 or 16519638. OLE color: 16519638.
HSL color Cylindrical-coordinate representation of color #D611FC: hue angle of 290.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D611FC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 17 | 252 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.01 |
| HSL | 290.3º | 0.98% | 0.53% | - |
| HSV(B) | 290.3º | 0.93% | 0.99% | - |
| XYZ | 45.5 | 21.73 | 93.89 | - |
| YUV | 102.69 | 212.27 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 252 | 0.15 | 0.93 | 0 | 0.01 | 290.3 | 0.98 | 0.53 |
| Hex | D6 | 11 | FC | F | 5D | 0 | 1 | 122 | 62 | 35 |
| Octal | 326 | 21 | 374 | 17 | 135 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010110 | 10001 | 11111100 | 1111 | 1011101 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D611FC
Complementary color
Monochromatic Colors of #D611FC
Black with #D611FC
Text Example
Text Example
White with #D611FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611FC; }
p { color: rgb(214,17,252); }
H1.HeaderClassName
{
color: #D611FC;
}
.AnyTagClassName
{
color: #D611FC;
}
</style>
background-color css
<style>
a { background-color: #D611FC; }
a { background-color: rgb(214,17,252); }
div.DivClassName
{
background-color: #D611FC;
}
.BgClassName
{
background-color: #D611FC;
}
</style>
border-color css
<style>
span { border-color: #D611FC; }
span { border-color: rgb(214,17,252); }
td.TdClassName
{
border-color: #D611FC;
}
.TagClassName
{
border-color: #D611FC;
}
</style>