Shades of Psychedelic Purple #D40DFB
Tints of Psychedelic Purple #D40DFB
RGB
CMYK
RGB Variations
Color information
#D40DFB (or 0xD40DFB) is known color: Psychedelic Purple. HEX triplet: D4, 0D and FB. RGB value is (212,13,251). Sum of RGB (Red+Green+Blue) = 212+13+251=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 13 (5.47% from 255 or 2.73% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #D40DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40DFB is #2BF204. Grayscale: #626262. Windows color (decimal): -2880005 or 16453076. OLE color: 16453076.
HSL color Cylindrical-coordinate representation of color #D40DFB: hue angle of 290.17º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40DFB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 13 | 251 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.02 |
| HSL | 290.17º | 0.97% | 0.52% | - |
| HSV(B) | 290.17º | 0.95% | 0.98% | - |
| XYZ | 44.71 | 21.25 | 93.01 | - |
| YUV | 99.63 | 213.43 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 251 | 0.16 | 0.95 | 0 | 0.02 | 290.17 | 0.97 | 0.52 |
| Hex | D4 | D | FB | 10 | 5F | 0 | 2 | 122 | 61 | 34 |
| Octal | 324 | 15 | 373 | 20 | 137 | 0 | 2 | 442 | 141 | 64 |
| Binary | 11010100 | 1101 | 11111011 | 10000 | 1011111 | 0 | 10 | 100100010 | 1100001 | 110100 |
Color Harmonies of #D40DFB
Complementary color
Monochromatic Colors of #D40DFB
Black with #D40DFB
Text Example
Text Example
White with #D40DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DFB; }
p { color: rgb(212,13,251); }
H1.HeaderClassName
{
color: #D40DFB;
}
.AnyTagClassName
{
color: #D40DFB;
}
</style>
background-color css
<style>
a { background-color: #D40DFB; }
a { background-color: rgb(212,13,251); }
div.DivClassName
{
background-color: #D40DFB;
}
.BgClassName
{
background-color: #D40DFB;
}
</style>
border-color css
<style>
span { border-color: #D40DFB; }
span { border-color: rgb(212,13,251); }
td.TdClassName
{
border-color: #D40DFB;
}
.TagClassName
{
border-color: #D40DFB;
}
</style>