Shades of Psychedelic Purple #D62BEF
Tints of Psychedelic Purple #D62BEF
RGB
CMYK
RGB Variations
Color information
#D62BEF (or 0xD62BEF) is known color: Psychedelic Purple. HEX triplet: D6, 2B and EF. RGB value is (214,43,239). Sum of RGB (Red+Green+Blue) = 214+43+239=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #D62BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62BEF is #29D410. Grayscale: #737373. Windows color (decimal): -2741265 or 15674326. OLE color: 15674326.
HSL color Cylindrical-coordinate representation of color #D62BEF: hue angle of 292.35º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62BEF is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 43 | 239 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.06 |
| HSL | 292.35º | 0.86% | 0.55% | - |
| HSV(B) | 292.35º | 0.82% | 0.94% | - |
| XYZ | 44.18 | 22.26 | 83.63 | - |
| YUV | 116.47 | 197.15 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 239 | 0.10 | 0.82 | 0 | 0.06 | 292.35 | 0.86 | 0.55 |
| Hex | D6 | 2B | EF | A | 52 | 0 | 6 | 124 | 56 | 37 |
| Octal | 326 | 53 | 357 | 12 | 122 | 0 | 6 | 444 | 126 | 67 |
| Binary | 11010110 | 101011 | 11101111 | 1010 | 1010010 | 0 | 110 | 100100100 | 1010110 | 110111 |
Color Harmonies of #D62BEF
Complementary color
Monochromatic Colors of #D62BEF
Black with #D62BEF
Text Example
Text Example
White with #D62BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BEF; }
p { color: rgb(214,43,239); }
H1.HeaderClassName
{
color: #D62BEF;
}
.AnyTagClassName
{
color: #D62BEF;
}
</style>
background-color css
<style>
a { background-color: #D62BEF; }
a { background-color: rgb(214,43,239); }
div.DivClassName
{
background-color: #D62BEF;
}
.BgClassName
{
background-color: #D62BEF;
}
</style>
border-color css
<style>
span { border-color: #D62BEF; }
span { border-color: rgb(214,43,239); }
td.TdClassName
{
border-color: #D62BEF;
}
.TagClassName
{
border-color: #D62BEF;
}
</style>