Shades of Psychedelic Purple #D62BEC
Tints of Psychedelic Purple #D62BEC
RGB
CMYK
RGB Variations
Color information
#D62BEC (or 0xD62BEC) is known color: Psychedelic Purple. HEX triplet: D6, 2B and EC. RGB value is (214,43,236). Sum of RGB (Red+Green+Blue) = 214+43+236=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #D62BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62BEC is #29D413. Grayscale: #737373. Windows color (decimal): -2741268 or 15477718. OLE color: 15477718.
HSL color Cylindrical-coordinate representation of color #D62BEC: hue angle of 293.16º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62BEC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 43 | 236 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.07 |
| HSL | 293.16º | 0.84% | 0.55% | - |
| HSV(B) | 293.16º | 0.82% | 0.93% | - |
| XYZ | 43.74 | 22.08 | 81.31 | - |
| YUV | 116.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 236 | 0.09 | 0.82 | 0 | 0.07 | 293.16 | 0.84 | 0.55 |
| Hex | D6 | 2B | EC | 9 | 52 | 0 | 7 | 125 | 54 | 37 |
| Octal | 326 | 53 | 354 | 11 | 122 | 0 | 7 | 445 | 124 | 67 |
| Binary | 11010110 | 101011 | 11101100 | 1001 | 1010010 | 0 | 111 | 100100101 | 1010100 | 110111 |
Color Harmonies of #D62BEC
Complementary color
Monochromatic Colors of #D62BEC
Black with #D62BEC
Text Example
Text Example
White with #D62BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BEC; }
p { color: rgb(214,43,236); }
H1.HeaderClassName
{
color: #D62BEC;
}
.AnyTagClassName
{
color: #D62BEC;
}
</style>
background-color css
<style>
a { background-color: #D62BEC; }
a { background-color: rgb(214,43,236); }
div.DivClassName
{
background-color: #D62BEC;
}
.BgClassName
{
background-color: #D62BEC;
}
</style>
border-color css
<style>
span { border-color: #D62BEC; }
span { border-color: rgb(214,43,236); }
td.TdClassName
{
border-color: #D62BEC;
}
.TagClassName
{
border-color: #D62BEC;
}
</style>