Shades of Psychedelic Purple #D40CFA
Tints of Psychedelic Purple #D40CFA
RGB
CMYK
RGB Variations
Color information
#D40CFA (or 0xD40CFA) is known color: Psychedelic Purple. HEX triplet: D4, 0C and FA. RGB value is (212,12,250). Sum of RGB (Red+Green+Blue) = 212+12+250=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #D40CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40CFA is #2BF305. Grayscale: #626262. Windows color (decimal): -2880262 or 16387284. OLE color: 16387284.
HSL color Cylindrical-coordinate representation of color #D40CFA: hue angle of 290.42º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40CFA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 12 | 250 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.02 |
| HSL | 290.42º | 0.96% | 0.51% | - |
| HSV(B) | 290.42º | 0.95% | 0.98% | - |
| XYZ | 44.54 | 21.16 | 92.18 | - |
| YUV | 98.93 | 213.26 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 250 | 0.15 | 0.95 | 0 | 0.02 | 290.42 | 0.96 | 0.51 |
| Hex | D4 | C | FA | F | 5F | 0 | 2 | 122 | 60 | 33 |
| Octal | 324 | 14 | 372 | 17 | 137 | 0 | 2 | 442 | 140 | 63 |
| Binary | 11010100 | 1100 | 11111010 | 1111 | 1011111 | 0 | 10 | 100100010 | 1100000 | 110011 |
Color Harmonies of #D40CFA
Complementary color
Monochromatic Colors of #D40CFA
Black with #D40CFA
Text Example
Text Example
White with #D40CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CFA; }
p { color: rgb(212,12,250); }
H1.HeaderClassName
{
color: #D40CFA;
}
.AnyTagClassName
{
color: #D40CFA;
}
</style>
background-color css
<style>
a { background-color: #D40CFA; }
a { background-color: rgb(212,12,250); }
div.DivClassName
{
background-color: #D40CFA;
}
.BgClassName
{
background-color: #D40CFA;
}
</style>
border-color css
<style>
span { border-color: #D40CFA; }
span { border-color: rgb(212,12,250); }
td.TdClassName
{
border-color: #D40CFA;
}
.TagClassName
{
border-color: #D40CFA;
}
</style>