Shades of Psychedelic Purple #D40CFC
Tints of Psychedelic Purple #D40CFC
RGB
CMYK
RGB Variations
Color information
#D40CFC (or 0xD40CFC) is known color: Psychedelic Purple. HEX triplet: D4, 0C and FC. RGB value is (212,12,252). Sum of RGB (Red+Green+Blue) = 212+12+252=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 12 (5.08% from 255 or 2.52% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #D40CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40CFC is #2BF303. Grayscale: #626262. Windows color (decimal): -2880260 or 16518356. OLE color: 16518356.
HSL color Cylindrical-coordinate representation of color #D40CFC: hue angle of 290º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40CFC is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 12 | 252 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.01 |
| HSL | 290º | 0.98% | 0.52% | - |
| HSV(B) | 290º | 0.95% | 0.99% | - |
| XYZ | 44.85 | 21.29 | 93.84 | - |
| YUV | 99.16 | 214.26 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 252 | 0.16 | 0.95 | 0 | 0.01 | 290 | 0.98 | 0.52 |
| Hex | D4 | C | FC | 10 | 5F | 0 | 1 | 122 | 62 | 34 |
| Octal | 324 | 14 | 374 | 20 | 137 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010100 | 1100 | 11111100 | 10000 | 1011111 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D40CFC
Complementary color
Monochromatic Colors of #D40CFC
Black with #D40CFC
Text Example
Text Example
White with #D40CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CFC; }
p { color: rgb(212,12,252); }
H1.HeaderClassName
{
color: #D40CFC;
}
.AnyTagClassName
{
color: #D40CFC;
}
</style>
background-color css
<style>
a { background-color: #D40CFC; }
a { background-color: rgb(212,12,252); }
div.DivClassName
{
background-color: #D40CFC;
}
.BgClassName
{
background-color: #D40CFC;
}
</style>
border-color css
<style>
span { border-color: #D40CFC; }
span { border-color: rgb(212,12,252); }
td.TdClassName
{
border-color: #D40CFC;
}
.TagClassName
{
border-color: #D40CFC;
}
</style>