Shades of Psychedelic Purple #D62CE5
Tints of Psychedelic Purple #D62CE5
RGB
CMYK
RGB Variations
Color information
#D62CE5 (or 0xD62CE5) is known color: Psychedelic Purple. HEX triplet: D6, 2C and E5. RGB value is (214,44,229). Sum of RGB (Red+Green+Blue) = 214+44+229=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #D62CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CE5 is #29D31A. Grayscale: #737373. Windows color (decimal): -2741019 or 15019222. OLE color: 15019222.
HSL color Cylindrical-coordinate representation of color #D62CE5: hue angle of 295.14º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62CE5 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 44 | 229 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.10 |
| HSL | 295.14º | 0.78% | 0.54% | - |
| HSV(B) | 295.14º | 0.81% | 0.9% | - |
| XYZ | 42.78 | 21.75 | 76.07 | - |
| YUV | 115.92 | 191.82 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 229 | 0.07 | 0.81 | 0 | 0.10 | 295.14 | 0.78 | 0.54 |
| Hex | D6 | 2C | E5 | 7 | 51 | 0 | A | 127 | 4E | 36 |
| Octal | 326 | 54 | 345 | 7 | 121 | 0 | 12 | 447 | 116 | 66 |
| Binary | 11010110 | 101100 | 11100101 | 111 | 1010001 | 0 | 1010 | 100100111 | 1001110 | 110110 |
Color Harmonies of #D62CE5
Complementary color
Monochromatic Colors of #D62CE5
Black with #D62CE5
Text Example
Text Example
White with #D62CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CE5; }
p { color: rgb(214,44,229); }
H1.HeaderClassName
{
color: #D62CE5;
}
.AnyTagClassName
{
color: #D62CE5;
}
</style>
background-color css
<style>
a { background-color: #D62CE5; }
a { background-color: rgb(214,44,229); }
div.DivClassName
{
background-color: #D62CE5;
}
.BgClassName
{
background-color: #D62CE5;
}
</style>
border-color css
<style>
span { border-color: #D62CE5; }
span { border-color: rgb(214,44,229); }
td.TdClassName
{
border-color: #D62CE5;
}
.TagClassName
{
border-color: #D62CE5;
}
</style>