Shades of Psychedelic Purple #D62BEB
Tints of Psychedelic Purple #D62BEB
RGB
CMYK
RGB Variations
Color information
#D62BEB (or 0xD62BEB) is known color: Psychedelic Purple. HEX triplet: D6, 2B and EB. RGB value is (214,43,235). Sum of RGB (Red+Green+Blue) = 214+43+235=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #D62BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62BEB is #29D414. Grayscale: #737373. Windows color (decimal): -2741269 or 15412182. OLE color: 15412182.
HSL color Cylindrical-coordinate representation of color #D62BEB: hue angle of 293.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62BEB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 43 | 235 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.08 |
| HSL | 293.44º | 0.83% | 0.55% | - |
| HSV(B) | 293.44º | 0.82% | 0.92% | - |
| XYZ | 43.59 | 22.02 | 80.55 | - |
| YUV | 116.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 235 | 0.09 | 0.82 | 0 | 0.08 | 293.44 | 0.83 | 0.55 |
| Hex | D6 | 2B | EB | 9 | 52 | 0 | 8 | 125 | 53 | 37 |
| Octal | 326 | 53 | 353 | 11 | 122 | 0 | 10 | 445 | 123 | 67 |
| Binary | 11010110 | 101011 | 11101011 | 1001 | 1010010 | 0 | 1000 | 100100101 | 1010011 | 110111 |
Color Harmonies of #D62BEB
Complementary color
Monochromatic Colors of #D62BEB
Black with #D62BEB
Text Example
Text Example
White with #D62BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BEB; }
p { color: rgb(214,43,235); }
H1.HeaderClassName
{
color: #D62BEB;
}
.AnyTagClassName
{
color: #D62BEB;
}
</style>
background-color css
<style>
a { background-color: #D62BEB; }
a { background-color: rgb(214,43,235); }
div.DivClassName
{
background-color: #D62BEB;
}
.BgClassName
{
background-color: #D62BEB;
}
</style>
border-color css
<style>
span { border-color: #D62BEB; }
span { border-color: rgb(214,43,235); }
td.TdClassName
{
border-color: #D62BEB;
}
.TagClassName
{
border-color: #D62BEB;
}
</style>