Shades of Psychedelic Purple #D62BE5
Tints of Psychedelic Purple #D62BE5
RGB
CMYK
RGB Variations
Color information
#D62BE5 (or 0xD62BE5) is known color: Psychedelic Purple. HEX triplet: D6, 2B and E5. RGB value is (214,43,229). Sum of RGB (Red+Green+Blue) = 214+43+229=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #D62BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62BE5 is #29D41A. Grayscale: #727272. Windows color (decimal): -2741275 or 15018966. OLE color: 15018966.
HSL color Cylindrical-coordinate representation of color #D62BE5: hue angle of 295.16º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62BE5 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 43 | 229 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.10 |
| HSL | 295.16º | 0.78% | 0.53% | - |
| HSV(B) | 295.16º | 0.81% | 0.9% | - |
| XYZ | 42.74 | 21.68 | 76.06 | - |
| YUV | 115.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 229 | 0.07 | 0.81 | 0 | 0.10 | 295.16 | 0.78 | 0.53 |
| Hex | D6 | 2B | E5 | 7 | 51 | 0 | A | 127 | 4E | 35 |
| Octal | 326 | 53 | 345 | 7 | 121 | 0 | 12 | 447 | 116 | 65 |
| Binary | 11010110 | 101011 | 11100101 | 111 | 1010001 | 0 | 1010 | 100100111 | 1001110 | 110101 |
Color Harmonies of #D62BE5
Complementary color
Monochromatic Colors of #D62BE5
Black with #D62BE5
Text Example
Text Example
White with #D62BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BE5; }
p { color: rgb(214,43,229); }
H1.HeaderClassName
{
color: #D62BE5;
}
.AnyTagClassName
{
color: #D62BE5;
}
</style>
background-color css
<style>
a { background-color: #D62BE5; }
a { background-color: rgb(214,43,229); }
div.DivClassName
{
background-color: #D62BE5;
}
.BgClassName
{
background-color: #D62BE5;
}
</style>
border-color css
<style>
span { border-color: #D62BE5; }
span { border-color: rgb(214,43,229); }
td.TdClassName
{
border-color: #D62BE5;
}
.TagClassName
{
border-color: #D62BE5;
}
</style>