Shades of Psychedelic Purple #D42CE6
Tints of Psychedelic Purple #D42CE6
RGB
CMYK
RGB Variations
Color information
#D42CE6 (or 0xD42CE6) is known color: Psychedelic Purple. HEX triplet: D4, 2C and E6. RGB value is (212,44,230). Sum of RGB (Red+Green+Blue) = 212+44+230=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #D42CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42CE6 is #2BD319. Grayscale: #727272. Windows color (decimal): -2872090 or 15084756. OLE color: 15084756.
HSL color Cylindrical-coordinate representation of color #D42CE6: hue angle of 294.19º degrees, saturation: 0.79, 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 #D42CE6 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 44 | 230 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.10 |
| HSL | 294.19º | 0.79% | 0.54% | - |
| HSV(B) | 294.19º | 0.81% | 0.9% | - |
| XYZ | 42.33 | 21.51 | 76.78 | - |
| YUV | 115.44 | 192.66 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 230 | 0.08 | 0.81 | 0 | 0.10 | 294.19 | 0.79 | 0.54 |
| Hex | D4 | 2C | E6 | 8 | 51 | 0 | A | 126 | 4F | 36 |
| Octal | 324 | 54 | 346 | 10 | 121 | 0 | 12 | 446 | 117 | 66 |
| Binary | 11010100 | 101100 | 11100110 | 1000 | 1010001 | 0 | 1010 | 100100110 | 1001111 | 110110 |
Color Harmonies of #D42CE6
Complementary color
Monochromatic Colors of #D42CE6
Black with #D42CE6
Text Example
Text Example
White with #D42CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CE6; }
p { color: rgb(212,44,230); }
H1.HeaderClassName
{
color: #D42CE6;
}
.AnyTagClassName
{
color: #D42CE6;
}
</style>
background-color css
<style>
a { background-color: #D42CE6; }
a { background-color: rgb(212,44,230); }
div.DivClassName
{
background-color: #D42CE6;
}
.BgClassName
{
background-color: #D42CE6;
}
</style>
border-color css
<style>
span { border-color: #D42CE6; }
span { border-color: rgb(212,44,230); }
td.TdClassName
{
border-color: #D42CE6;
}
.TagClassName
{
border-color: #D42CE6;
}
</style>