Shades of Psychedelic Purple #D827FC
Tints of Psychedelic Purple #D827FC
RGB
CMYK
RGB Variations
Color information
#D827FC (or 0xD827FC) is known color: Psychedelic Purple. HEX triplet: D8, 27 and FC. RGB value is (216,39,252). Sum of RGB (Red+Green+Blue) = 216+39+252=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #D827FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D827FC is #27D803. Grayscale: #737373. Windows color (decimal): -2611204 or 16525272. OLE color: 16525272.
HSL color Cylindrical-coordinate representation of color #D827FC: hue angle of 289.86º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D827FC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 39 | 252 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.01 |
| HSL | 289.86º | 0.97% | 0.57% | - |
| HSV(B) | 289.86º | 0.85% | 0.99% | - |
| XYZ | 46.62 | 23.08 | 94.09 | - |
| YUV | 116.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 252 | 0.14 | 0.85 | 0 | 0.01 | 289.86 | 0.97 | 0.57 |
| Hex | D8 | 27 | FC | E | 55 | 0 | 1 | 122 | 61 | 39 |
| Octal | 330 | 47 | 374 | 16 | 125 | 0 | 1 | 442 | 141 | 71 |
| Binary | 11011000 | 100111 | 11111100 | 1110 | 1010101 | 0 | 1 | 100100010 | 1100001 | 111001 |
Color Harmonies of #D827FC
Complementary color
Monochromatic Colors of #D827FC
Black with #D827FC
Text Example
Text Example
White with #D827FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D827FC; }
p { color: rgb(216,39,252); }
H1.HeaderClassName
{
color: #D827FC;
}
.AnyTagClassName
{
color: #D827FC;
}
</style>
background-color css
<style>
a { background-color: #D827FC; }
a { background-color: rgb(216,39,252); }
div.DivClassName
{
background-color: #D827FC;
}
.BgClassName
{
background-color: #D827FC;
}
</style>
border-color css
<style>
span { border-color: #D827FC; }
span { border-color: rgb(216,39,252); }
td.TdClassName
{
border-color: #D827FC;
}
.TagClassName
{
border-color: #D827FC;
}
</style>