Shades of Psychedelic Purple #D42CEB
Tints of Psychedelic Purple #D42CEB
RGB
CMYK
RGB Variations
Color information
#D42CEB (or 0xD42CEB) is known color: Psychedelic Purple. HEX triplet: D4, 2C and EB. RGB value is (212,44,235). Sum of RGB (Red+Green+Blue) = 212+44+235=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #D42CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42CEB is #2BD314. Grayscale: #737373. Windows color (decimal): -2872085 or 15412436. OLE color: 15412436.
HSL color Cylindrical-coordinate representation of color #D42CEB: hue angle of 292.77º 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 #D42CEB is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 44 | 235 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.08 |
| HSL | 292.77º | 0.83% | 0.55% | - |
| HSV(B) | 292.77º | 0.81% | 0.92% | - |
| XYZ | 43.05 | 21.8 | 80.54 | - |
| YUV | 116.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 235 | 0.10 | 0.81 | 0 | 0.08 | 292.77 | 0.83 | 0.55 |
| Hex | D4 | 2C | EB | A | 51 | 0 | 8 | 125 | 53 | 37 |
| Octal | 324 | 54 | 353 | 12 | 121 | 0 | 10 | 445 | 123 | 67 |
| Binary | 11010100 | 101100 | 11101011 | 1010 | 1010001 | 0 | 1000 | 100100101 | 1010011 | 110111 |
Color Harmonies of #D42CEB
Complementary color
Monochromatic Colors of #D42CEB
Black with #D42CEB
Text Example
Text Example
White with #D42CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CEB; }
p { color: rgb(212,44,235); }
H1.HeaderClassName
{
color: #D42CEB;
}
.AnyTagClassName
{
color: #D42CEB;
}
</style>
background-color css
<style>
a { background-color: #D42CEB; }
a { background-color: rgb(212,44,235); }
div.DivClassName
{
background-color: #D42CEB;
}
.BgClassName
{
background-color: #D42CEB;
}
</style>
border-color css
<style>
span { border-color: #D42CEB; }
span { border-color: rgb(212,44,235); }
td.TdClassName
{
border-color: #D42CEB;
}
.TagClassName
{
border-color: #D42CEB;
}
</style>