Shades of Psychedelic Purple #D410FD
Tints of Psychedelic Purple #D410FD
RGB
CMYK
RGB Variations
Color information
#D410FD (or 0xD410FD) is known color: Psychedelic Purple. HEX triplet: D4, 10 and FD. RGB value is (212,16,253). Sum of RGB (Red+Green+Blue) = 212+16+253=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #D410FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D410FD is #2BEF02. Grayscale: #646464. Windows color (decimal): -2879235 or 16584916. OLE color: 16584916.
HSL color Cylindrical-coordinate representation of color #D410FD: hue angle of 289.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D410FD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 16 | 253 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.01 |
| HSL | 289.62º | 0.98% | 0.53% | - |
| HSV(B) | 289.62º | 0.94% | 0.99% | - |
| XYZ | 45.07 | 21.46 | 94.7 | - |
| YUV | 101.62 | 213.43 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 253 | 0.16 | 0.94 | 0 | 0.01 | 289.62 | 0.98 | 0.53 |
| Hex | D4 | 10 | FD | 10 | 5E | 0 | 1 | 122 | 62 | 35 |
| Octal | 324 | 20 | 375 | 20 | 136 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010100 | 10000 | 11111101 | 10000 | 1011110 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D410FD
Complementary color
Monochromatic Colors of #D410FD
Black with #D410FD
Text Example
Text Example
White with #D410FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410FD; }
p { color: rgb(212,16,253); }
H1.HeaderClassName
{
color: #D410FD;
}
.AnyTagClassName
{
color: #D410FD;
}
</style>
background-color css
<style>
a { background-color: #D410FD; }
a { background-color: rgb(212,16,253); }
div.DivClassName
{
background-color: #D410FD;
}
.BgClassName
{
background-color: #D410FD;
}
</style>
border-color css
<style>
span { border-color: #D410FD; }
span { border-color: rgb(212,16,253); }
td.TdClassName
{
border-color: #D410FD;
}
.TagClassName
{
border-color: #D410FD;
}
</style>