Shades of Psychedelic Purple #D42CF8
Tints of Psychedelic Purple #D42CF8
RGB
CMYK
RGB Variations
Color information
#D42CF8 (or 0xD42CF8) is known color: Psychedelic Purple. HEX triplet: D4, 2C and F8. RGB value is (212,44,248). Sum of RGB (Red+Green+Blue) = 212+44+248=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 44 (17.58% from 255 or 8.73% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #D42CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42CF8 is #2BD307. Grayscale: #747474. Windows color (decimal): -2872072 or 16264404. OLE color: 16264404.
HSL color Cylindrical-coordinate representation of color #D42CF8: hue angle of 289.41º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42CF8 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 44 | 248 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.03 |
| HSL | 289.41º | 0.94% | 0.57% | - |
| HSV(B) | 289.41º | 0.82% | 0.97% | - |
| XYZ | 45 | 22.58 | 90.79 | - |
| YUV | 117.49 | 201.66 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 248 | 0.15 | 0.82 | 0 | 0.03 | 289.41 | 0.94 | 0.57 |
| Hex | D4 | 2C | F8 | F | 52 | 0 | 3 | 121 | 5E | 39 |
| Octal | 324 | 54 | 370 | 17 | 122 | 0 | 3 | 441 | 136 | 71 |
| Binary | 11010100 | 101100 | 11111000 | 1111 | 1010010 | 0 | 11 | 100100001 | 1011110 | 111001 |
Color Harmonies of #D42CF8
Complementary color
Monochromatic Colors of #D42CF8
Black with #D42CF8
Text Example
Text Example
White with #D42CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CF8; }
p { color: rgb(212,44,248); }
H1.HeaderClassName
{
color: #D42CF8;
}
.AnyTagClassName
{
color: #D42CF8;
}
</style>
background-color css
<style>
a { background-color: #D42CF8; }
a { background-color: rgb(212,44,248); }
div.DivClassName
{
background-color: #D42CF8;
}
.BgClassName
{
background-color: #D42CF8;
}
</style>
border-color css
<style>
span { border-color: #D42CF8; }
span { border-color: rgb(212,44,248); }
td.TdClassName
{
border-color: #D42CF8;
}
.TagClassName
{
border-color: #D42CF8;
}
</style>