Shades of Psychedelic Purple #D62BEA
Tints of Psychedelic Purple #D62BEA
RGB
CMYK
RGB Variations
Color information
#D62BEA (or 0xD62BEA) is known color: Psychedelic Purple. HEX triplet: D6, 2B and EA. RGB value is (214,43,234). Sum of RGB (Red+Green+Blue) = 214+43+234=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #D62BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62BEA is #29D415. Grayscale: #737373. Windows color (decimal): -2741270 or 15346646. OLE color: 15346646.
HSL color Cylindrical-coordinate representation of color #D62BEA: hue angle of 293.72º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62BEA is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 43 | 234 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.08 |
| HSL | 293.72º | 0.82% | 0.54% | - |
| HSV(B) | 293.72º | 0.82% | 0.92% | - |
| XYZ | 43.45 | 21.96 | 79.79 | - |
| YUV | 115.9 | 194.65 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 234 | 0.09 | 0.82 | 0 | 0.08 | 293.72 | 0.82 | 0.54 |
| Hex | D6 | 2B | EA | 9 | 52 | 0 | 8 | 126 | 52 | 36 |
| Octal | 326 | 53 | 352 | 11 | 122 | 0 | 10 | 446 | 122 | 66 |
| Binary | 11010110 | 101011 | 11101010 | 1001 | 1010010 | 0 | 1000 | 100100110 | 1010010 | 110110 |
Color Harmonies of #D62BEA
Complementary color
Monochromatic Colors of #D62BEA
Black with #D62BEA
Text Example
Text Example
White with #D62BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BEA; }
p { color: rgb(214,43,234); }
H1.HeaderClassName
{
color: #D62BEA;
}
.AnyTagClassName
{
color: #D62BEA;
}
</style>
background-color css
<style>
a { background-color: #D62BEA; }
a { background-color: rgb(214,43,234); }
div.DivClassName
{
background-color: #D62BEA;
}
.BgClassName
{
background-color: #D62BEA;
}
</style>
border-color css
<style>
span { border-color: #D62BEA; }
span { border-color: rgb(214,43,234); }
td.TdClassName
{
border-color: #D62BEA;
}
.TagClassName
{
border-color: #D62BEA;
}
</style>