Shades of Psychedelic Purple #D626F1
Tints of Psychedelic Purple #D626F1
RGB
CMYK
RGB Variations
Color information
#D626F1 (or 0xD626F1) is known color: Psychedelic Purple. HEX triplet: D6, 26 and F1. RGB value is (214,38,241). Sum of RGB (Red+Green+Blue) = 214+38+241=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 38 (15.23% from 255 or 7.71% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #D626F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626F1 is #29D90E. Grayscale: #717171. Windows color (decimal): -2742543 or 15804118. OLE color: 15804118.
HSL color Cylindrical-coordinate representation of color #D626F1: hue angle of 292.02º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D626F1 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 38 | 241 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.05 |
| HSL | 292.02º | 0.88% | 0.55% | - |
| HSV(B) | 292.02º | 0.84% | 0.95% | - |
| XYZ | 44.3 | 22.03 | 85.14 | - |
| YUV | 113.77 | 199.81 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 241 | 0.11 | 0.84 | 0 | 0.05 | 292.02 | 0.88 | 0.55 |
| Hex | D6 | 26 | F1 | B | 54 | 0 | 5 | 124 | 58 | 37 |
| Octal | 326 | 46 | 361 | 13 | 124 | 0 | 5 | 444 | 130 | 67 |
| Binary | 11010110 | 100110 | 11110001 | 1011 | 1010100 | 0 | 101 | 100100100 | 1011000 | 110111 |
Color Harmonies of #D626F1
Complementary color
Monochromatic Colors of #D626F1
Black with #D626F1
Text Example
Text Example
White with #D626F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626F1; }
p { color: rgb(214,38,241); }
H1.HeaderClassName
{
color: #D626F1;
}
.AnyTagClassName
{
color: #D626F1;
}
</style>
background-color css
<style>
a { background-color: #D626F1; }
a { background-color: rgb(214,38,241); }
div.DivClassName
{
background-color: #D626F1;
}
.BgClassName
{
background-color: #D626F1;
}
</style>
border-color css
<style>
span { border-color: #D626F1; }
span { border-color: rgb(214,38,241); }
td.TdClassName
{
border-color: #D626F1;
}
.TagClassName
{
border-color: #D626F1;
}
</style>