Shades of Psychedelic Purple #D936FC
Tints of Psychedelic Purple #D936FC
RGB
CMYK
RGB Variations
Color information
#D936FC (or 0xD936FC) is known color: Psychedelic Purple. HEX triplet: D9, 36 and FC. RGB value is (217,54,252). Sum of RGB (Red+Green+Blue) = 217+54+252=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 54 (21.48% from 255 or 10.33% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #D936FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D936FC is #26C903. Grayscale: #7C7C7C. Windows color (decimal): -2541828 or 16529113. OLE color: 16529113.
HSL color Cylindrical-coordinate representation of color #D936FC: hue angle of 289.39º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D936FC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 54 | 252 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.01 |
| HSL | 289.39º | 0.97% | 0.6% | - |
| HSV(B) | 289.39º | 0.79% | 0.99% | - |
| XYZ | 47.51 | 24.42 | 94.3 | - |
| YUV | 125.31 | 199.5 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 252 | 0.14 | 0.79 | 0 | 0.01 | 289.39 | 0.97 | 0.6 |
| Hex | D9 | 36 | FC | E | 4F | 0 | 1 | 121 | 61 | 3C |
| Octal | 331 | 66 | 374 | 16 | 117 | 0 | 1 | 441 | 141 | 74 |
| Binary | 11011001 | 110110 | 11111100 | 1110 | 1001111 | 0 | 1 | 100100001 | 1100001 | 111100 |
Color Harmonies of #D936FC
Complementary color
Monochromatic Colors of #D936FC
Black with #D936FC
Text Example
Text Example
White with #D936FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D936FC; }
p { color: rgb(217,54,252); }
H1.HeaderClassName
{
color: #D936FC;
}
.AnyTagClassName
{
color: #D936FC;
}
</style>
background-color css
<style>
a { background-color: #D936FC; }
a { background-color: rgb(217,54,252); }
div.DivClassName
{
background-color: #D936FC;
}
.BgClassName
{
background-color: #D936FC;
}
</style>
border-color css
<style>
span { border-color: #D936FC; }
span { border-color: rgb(217,54,252); }
td.TdClassName
{
border-color: #D936FC;
}
.TagClassName
{
border-color: #D936FC;
}
</style>