Shades of Psychedelic Purple #D62CEB
Tints of Psychedelic Purple #D62CEB
RGB
CMYK
RGB Variations
Color information
#D62CEB (or 0xD62CEB) is known color: Psychedelic Purple. HEX triplet: D6, 2C and EB. RGB value is (214,44,235). Sum of RGB (Red+Green+Blue) = 214+44+235=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #D62CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62CEB is #29D314. Grayscale: #747474. Windows color (decimal): -2741013 or 15412438. OLE color: 15412438.
HSL color Cylindrical-coordinate representation of color #D62CEB: hue angle of 293.4º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62CEB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 44 | 235 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.08 |
| HSL | 293.4º | 0.83% | 0.55% | - |
| HSV(B) | 293.4º | 0.81% | 0.92% | - |
| XYZ | 43.63 | 22.1 | 80.56 | - |
| YUV | 116.6 | 194.82 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 235 | 0.09 | 0.81 | 0 | 0.08 | 293.4 | 0.83 | 0.55 |
| Hex | D6 | 2C | EB | 9 | 51 | 0 | 8 | 125 | 53 | 37 |
| Octal | 326 | 54 | 353 | 11 | 121 | 0 | 10 | 445 | 123 | 67 |
| Binary | 11010110 | 101100 | 11101011 | 1001 | 1010001 | 0 | 1000 | 100100101 | 1010011 | 110111 |
Color Harmonies of #D62CEB
Complementary color
Monochromatic Colors of #D62CEB
Black with #D62CEB
Text Example
Text Example
White with #D62CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CEB; }
p { color: rgb(214,44,235); }
H1.HeaderClassName
{
color: #D62CEB;
}
.AnyTagClassName
{
color: #D62CEB;
}
</style>
background-color css
<style>
a { background-color: #D62CEB; }
a { background-color: rgb(214,44,235); }
div.DivClassName
{
background-color: #D62CEB;
}
.BgClassName
{
background-color: #D62CEB;
}
</style>
border-color css
<style>
span { border-color: #D62CEB; }
span { border-color: rgb(214,44,235); }
td.TdClassName
{
border-color: #D62CEB;
}
.TagClassName
{
border-color: #D62CEB;
}
</style>