Shades of Psychedelic Purple #D62DEE
Tints of Psychedelic Purple #D62DEE
RGB
CMYK
RGB Variations
Color information
#D62DEE (or 0xD62DEE) is known color: Psychedelic Purple. HEX triplet: D6, 2D and EE. RGB value is (214,45,238). Sum of RGB (Red+Green+Blue) = 214+45+238=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 45 (17.97% from 255 or 9.05% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #D62DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62DEE is #29D211. Grayscale: #747474. Windows color (decimal): -2740754 or 15609302. OLE color: 15609302.
HSL color Cylindrical-coordinate representation of color #D62DEE: hue angle of 292.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62DEE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 45 | 238 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.07 |
| HSL | 292.54º | 0.85% | 0.55% | - |
| HSV(B) | 292.54º | 0.81% | 0.93% | - |
| XYZ | 44.1 | 22.35 | 82.88 | - |
| YUV | 117.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 238 | 0.10 | 0.81 | 0 | 0.07 | 292.54 | 0.85 | 0.55 |
| Hex | D6 | 2D | EE | A | 51 | 0 | 7 | 125 | 55 | 37 |
| Octal | 326 | 55 | 356 | 12 | 121 | 0 | 7 | 445 | 125 | 67 |
| Binary | 11010110 | 101101 | 11101110 | 1010 | 1010001 | 0 | 111 | 100100101 | 1010101 | 110111 |
Color Harmonies of #D62DEE
Complementary color
Monochromatic Colors of #D62DEE
Black with #D62DEE
Text Example
Text Example
White with #D62DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DEE; }
p { color: rgb(214,45,238); }
H1.HeaderClassName
{
color: #D62DEE;
}
.AnyTagClassName
{
color: #D62DEE;
}
</style>
background-color css
<style>
a { background-color: #D62DEE; }
a { background-color: rgb(214,45,238); }
div.DivClassName
{
background-color: #D62DEE;
}
.BgClassName
{
background-color: #D62DEE;
}
</style>
border-color css
<style>
span { border-color: #D62DEE; }
span { border-color: rgb(214,45,238); }
td.TdClassName
{
border-color: #D62DEE;
}
.TagClassName
{
border-color: #D62DEE;
}
</style>