Shades of Psychedelic Purple #D42CFC
Tints of Psychedelic Purple #D42CFC
RGB
CMYK
RGB Variations
Color information
#D42CFC (or 0xD42CFC) is known color: Psychedelic Purple. HEX triplet: D4, 2C and FC. RGB value is (212,44,252). Sum of RGB (Red+Green+Blue) = 212+44+252=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 44 (17.58% from 255 or 8.66% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #D42CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42CFC is #2BD303. Grayscale: #757575. Windows color (decimal): -2872068 or 16526548. OLE color: 16526548.
HSL color Cylindrical-coordinate representation of color #D42CFC: hue angle of 288.46º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42CFC is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 44 | 252 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.01 |
| HSL | 288.46º | 0.97% | 0.58% | - |
| HSV(B) | 288.46º | 0.83% | 0.99% | - |
| XYZ | 45.62 | 22.83 | 94.1 | - |
| YUV | 117.94 | 203.66 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 252 | 0.16 | 0.83 | 0 | 0.01 | 288.46 | 0.97 | 0.58 |
| Hex | D4 | 2C | FC | 10 | 53 | 0 | 1 | 120 | 61 | 3A |
| Octal | 324 | 54 | 374 | 20 | 123 | 0 | 1 | 440 | 141 | 72 |
| Binary | 11010100 | 101100 | 11111100 | 10000 | 1010011 | 0 | 1 | 100100000 | 1100001 | 111010 |
Color Harmonies of #D42CFC
Complementary color
Monochromatic Colors of #D42CFC
Black with #D42CFC
Text Example
Text Example
White with #D42CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CFC; }
p { color: rgb(212,44,252); }
H1.HeaderClassName
{
color: #D42CFC;
}
.AnyTagClassName
{
color: #D42CFC;
}
</style>
background-color css
<style>
a { background-color: #D42CFC; }
a { background-color: rgb(212,44,252); }
div.DivClassName
{
background-color: #D42CFC;
}
.BgClassName
{
background-color: #D42CFC;
}
</style>
border-color css
<style>
span { border-color: #D42CFC; }
span { border-color: rgb(212,44,252); }
td.TdClassName
{
border-color: #D42CFC;
}
.TagClassName
{
border-color: #D42CFC;
}
</style>