Shades of Psychedelic Purple #D136FC
Tints of Psychedelic Purple #D136FC
RGB
CMYK
RGB Variations
Color information
#D136FC (or 0xD136FC) is known color: Psychedelic Purple. HEX triplet: D1, 36 and FC. RGB value is (209,54,252). Sum of RGB (Red+Green+Blue) = 209+54+252=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 54 (21.48% from 255 or 10.49% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #D136FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D136FC is #2EC903. Grayscale: #7A7A7A. Windows color (decimal): -3066116 or 16529105. OLE color: 16529105.
HSL color Cylindrical-coordinate representation of color #D136FC: hue angle of 286.97º 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 #D136FC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 54 | 252 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.01 |
| HSL | 286.97º | 0.97% | 0.6% | - |
| HSV(B) | 286.97º | 0.79% | 0.99% | - |
| XYZ | 45.18 | 23.22 | 94.2 | - |
| YUV | 122.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 252 | 0.17 | 0.79 | 0 | 0.01 | 286.97 | 0.97 | 0.6 |
| Hex | D1 | 36 | FC | 11 | 4F | 0 | 1 | 11F | 61 | 3C |
| Octal | 321 | 66 | 374 | 21 | 117 | 0 | 1 | 437 | 141 | 74 |
| Binary | 11010001 | 110110 | 11111100 | 10001 | 1001111 | 0 | 1 | 100011111 | 1100001 | 111100 |
Color Harmonies of #D136FC
Complementary color
Monochromatic Colors of #D136FC
Black with #D136FC
Text Example
Text Example
White with #D136FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D136FC; }
p { color: rgb(209,54,252); }
H1.HeaderClassName
{
color: #D136FC;
}
.AnyTagClassName
{
color: #D136FC;
}
</style>
background-color css
<style>
a { background-color: #D136FC; }
a { background-color: rgb(209,54,252); }
div.DivClassName
{
background-color: #D136FC;
}
.BgClassName
{
background-color: #D136FC;
}
</style>
border-color css
<style>
span { border-color: #D136FC; }
span { border-color: rgb(209,54,252); }
td.TdClassName
{
border-color: #D136FC;
}
.TagClassName
{
border-color: #D136FC;
}
</style>