Shades of Psychedelic Purple #D40DFD
Tints of Psychedelic Purple #D40DFD
RGB
CMYK
RGB Variations
Color information
#D40DFD (or 0xD40DFD) is known color: Psychedelic Purple. HEX triplet: D4, 0D and FD. RGB value is (212,13,253). Sum of RGB (Red+Green+Blue) = 212+13+253=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #D40DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40DFD is #2BF202. Grayscale: #636363. Windows color (decimal): -2880003 or 16584148. OLE color: 16584148.
HSL color Cylindrical-coordinate representation of color #D40DFD: hue angle of 289.75º 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 #D40DFD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 13 | 253 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.01 |
| HSL | 289.75º | 0.98% | 0.52% | - |
| HSV(B) | 289.75º | 0.95% | 0.99% | - |
| XYZ | 45.02 | 21.38 | 94.68 | - |
| YUV | 99.86 | 214.43 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 253 | 0.16 | 0.95 | 0 | 0.01 | 289.75 | 0.98 | 0.52 |
| Hex | D4 | D | FD | 10 | 5F | 0 | 1 | 122 | 62 | 34 |
| Octal | 324 | 15 | 375 | 20 | 137 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010100 | 1101 | 11111101 | 10000 | 1011111 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D40DFD
Complementary color
Monochromatic Colors of #D40DFD
Black with #D40DFD
Text Example
Text Example
White with #D40DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DFD; }
p { color: rgb(212,13,253); }
H1.HeaderClassName
{
color: #D40DFD;
}
.AnyTagClassName
{
color: #D40DFD;
}
</style>
background-color css
<style>
a { background-color: #D40DFD; }
a { background-color: rgb(212,13,253); }
div.DivClassName
{
background-color: #D40DFD;
}
.BgClassName
{
background-color: #D40DFD;
}
</style>
border-color css
<style>
span { border-color: #D40DFD; }
span { border-color: rgb(212,13,253); }
td.TdClassName
{
border-color: #D40DFD;
}
.TagClassName
{
border-color: #D40DFD;
}
</style>