Shades of Psychedelic Purple #D626F0
Tints of Psychedelic Purple #D626F0
RGB
CMYK
RGB Variations
Color information
#D626F0 (or 0xD626F0) is known color: Psychedelic Purple. HEX triplet: D6, 26 and F0. RGB value is (214,38,240). Sum of RGB (Red+Green+Blue) = 214+38+240=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #D626F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626F0 is #29D90F. Grayscale: #717171. Windows color (decimal): -2742544 or 15738582. OLE color: 15738582.
HSL color Cylindrical-coordinate representation of color #D626F0: hue angle of 292.28º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D626F0 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 38 | 240 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.06 |
| HSL | 292.28º | 0.87% | 0.55% | - |
| HSV(B) | 292.28º | 0.84% | 0.94% | - |
| XYZ | 44.15 | 21.97 | 84.35 | - |
| YUV | 113.65 | 199.31 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 240 | 0.11 | 0.84 | 0 | 0.06 | 292.28 | 0.87 | 0.55 |
| Hex | D6 | 26 | F0 | B | 54 | 0 | 6 | 124 | 57 | 37 |
| Octal | 326 | 46 | 360 | 13 | 124 | 0 | 6 | 444 | 127 | 67 |
| Binary | 11010110 | 100110 | 11110000 | 1011 | 1010100 | 0 | 110 | 100100100 | 1010111 | 110111 |
Color Harmonies of #D626F0
Complementary color
Monochromatic Colors of #D626F0
Black with #D626F0
Text Example
Text Example
White with #D626F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626F0; }
p { color: rgb(214,38,240); }
H1.HeaderClassName
{
color: #D626F0;
}
.AnyTagClassName
{
color: #D626F0;
}
</style>
background-color css
<style>
a { background-color: #D626F0; }
a { background-color: rgb(214,38,240); }
div.DivClassName
{
background-color: #D626F0;
}
.BgClassName
{
background-color: #D626F0;
}
</style>
border-color css
<style>
span { border-color: #D626F0; }
span { border-color: rgb(214,38,240); }
td.TdClassName
{
border-color: #D626F0;
}
.TagClassName
{
border-color: #D626F0;
}
</style>