Shades of Psychedelic Purple #D636FB
Tints of Psychedelic Purple #D636FB
RGB
CMYK
RGB Variations
Color information
#D636FB (or 0xD636FB) is known color: Psychedelic Purple. HEX triplet: D6, 36 and FB. RGB value is (214,54,251). Sum of RGB (Red+Green+Blue) = 214+54+251=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 54 (21.48% from 255 or 10.40% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #D636FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D636FB is #29C904. Grayscale: #7B7B7B. Windows color (decimal): -2738437 or 16463574. OLE color: 16463574.
HSL color Cylindrical-coordinate representation of color #D636FB: hue angle of 288.73º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D636FB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 54 | 251 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.02 |
| HSL | 288.73º | 0.96% | 0.6% | - |
| HSV(B) | 288.73º | 0.78% | 0.98% | - |
| XYZ | 46.46 | 23.9 | 93.43 | - |
| YUV | 124.3 | 199.51 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 251 | 0.15 | 0.78 | 0 | 0.02 | 288.73 | 0.96 | 0.6 |
| Hex | D6 | 36 | FB | F | 4E | 0 | 2 | 121 | 60 | 3C |
| Octal | 326 | 66 | 373 | 17 | 116 | 0 | 2 | 441 | 140 | 74 |
| Binary | 11010110 | 110110 | 11111011 | 1111 | 1001110 | 0 | 10 | 100100001 | 1100000 | 111100 |
Color Harmonies of #D636FB
Complementary color
Monochromatic Colors of #D636FB
Black with #D636FB
Text Example
Text Example
White with #D636FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636FB; }
p { color: rgb(214,54,251); }
H1.HeaderClassName
{
color: #D636FB;
}
.AnyTagClassName
{
color: #D636FB;
}
</style>
background-color css
<style>
a { background-color: #D636FB; }
a { background-color: rgb(214,54,251); }
div.DivClassName
{
background-color: #D636FB;
}
.BgClassName
{
background-color: #D636FB;
}
</style>
border-color css
<style>
span { border-color: #D636FB; }
span { border-color: rgb(214,54,251); }
td.TdClassName
{
border-color: #D636FB;
}
.TagClassName
{
border-color: #D636FB;
}
</style>