Shades of Psychedelic Purple #D40CFE
Tints of Psychedelic Purple #D40CFE
RGB
CMYK
RGB Variations
Color information
#D40CFE (or 0xD40CFE) is known color: Psychedelic Purple. HEX triplet: D4, 0C and FE. RGB value is (212,12,254). Sum of RGB (Red+Green+Blue) = 212+12+254=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #D40CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40CFE is #2BF301. Grayscale: #626262. Windows color (decimal): -2880258 or 16649428. OLE color: 16649428.
HSL color Cylindrical-coordinate representation of color #D40CFE: hue angle of 289.59º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40CFE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 12 | 254 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.00 |
| HSL | 289.59º | 0.99% | 0.52% | - |
| HSV(B) | 289.59º | 0.95% | 1% | - |
| XYZ | 45.17 | 21.42 | 95.52 | - |
| YUV | 99.39 | 215.26 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 254 | 0.17 | 0.95 | 0 | 0.00 | 289.59 | 0.99 | 0.52 |
| Hex | D4 | C | FE | 11 | 5F | 0 | 0 | 122 | 63 | 34 |
| Octal | 324 | 14 | 376 | 21 | 137 | 0 | 0 | 442 | 143 | 64 |
| Binary | 11010100 | 1100 | 11111110 | 10001 | 1011111 | 0 | 0 | 100100010 | 1100011 | 110100 |
Color Harmonies of #D40CFE
Complementary color
Monochromatic Colors of #D40CFE
Black with #D40CFE
Text Example
Text Example
White with #D40CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CFE; }
p { color: rgb(212,12,254); }
H1.HeaderClassName
{
color: #D40CFE;
}
.AnyTagClassName
{
color: #D40CFE;
}
</style>
background-color css
<style>
a { background-color: #D40CFE; }
a { background-color: rgb(212,12,254); }
div.DivClassName
{
background-color: #D40CFE;
}
.BgClassName
{
background-color: #D40CFE;
}
</style>
border-color css
<style>
span { border-color: #D40CFE; }
span { border-color: rgb(212,12,254); }
td.TdClassName
{
border-color: #D40CFE;
}
.TagClassName
{
border-color: #D40CFE;
}
</style>