Shades of Psychedelic Purple #D736FE
Tints of Psychedelic Purple #D736FE
RGB
CMYK
RGB Variations
Color information
#D736FE (or 0xD736FE) is known color: Psychedelic Purple. HEX triplet: D7, 36 and FE. RGB value is (215,54,254). Sum of RGB (Red+Green+Blue) = 215+54+254=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 54 (21.48% from 255 or 10.33% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #D736FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D736FE is #28C901. Grayscale: #7C7C7C. Windows color (decimal): -2672898 or 16660183. OLE color: 16660183.
HSL color Cylindrical-coordinate representation of color #D736FE: hue angle of 288.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D736FE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 54 | 254 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.00 |
| HSL | 288.3º | 0.99% | 0.6% | - |
| HSV(B) | 288.3º | 0.79% | 1% | - |
| XYZ | 47.23 | 24.24 | 95.96 | - |
| YUV | 124.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 254 | 0.15 | 0.79 | 0 | 0.00 | 288.3 | 0.99 | 0.6 |
| Hex | D7 | 36 | FE | F | 4F | 0 | 0 | 120 | 63 | 3C |
| Octal | 327 | 66 | 376 | 17 | 117 | 0 | 0 | 440 | 143 | 74 |
| Binary | 11010111 | 110110 | 11111110 | 1111 | 1001111 | 0 | 0 | 100100000 | 1100011 | 111100 |
Color Harmonies of #D736FE
Complementary color
Monochromatic Colors of #D736FE
Black with #D736FE
Text Example
Text Example
White with #D736FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736FE; }
p { color: rgb(215,54,254); }
H1.HeaderClassName
{
color: #D736FE;
}
.AnyTagClassName
{
color: #D736FE;
}
</style>
background-color css
<style>
a { background-color: #D736FE; }
a { background-color: rgb(215,54,254); }
div.DivClassName
{
background-color: #D736FE;
}
.BgClassName
{
background-color: #D736FE;
}
</style>
border-color css
<style>
span { border-color: #D736FE; }
span { border-color: rgb(215,54,254); }
td.TdClassName
{
border-color: #D736FE;
}
.TagClassName
{
border-color: #D736FE;
}
</style>