Shades of Psychedelic Purple #D41AFD
Tints of Psychedelic Purple #D41AFD
RGB
CMYK
RGB Variations
Color information
#D41AFD (or 0xD41AFD) is known color: Psychedelic Purple. HEX triplet: D4, 1A and FD. RGB value is (212,26,253). Sum of RGB (Red+Green+Blue) = 212+26+253=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #D41AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41AFD is #2BE502. Grayscale: #6A6A6A. Windows color (decimal): -2876675 or 16587476. OLE color: 16587476.
HSL color Cylindrical-coordinate representation of color #D41AFD: hue angle of 289.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41AFD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 26 | 253 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.01 |
| HSL | 289.16º | 0.98% | 0.55% | - |
| HSV(B) | 289.16º | 0.9% | 0.99% | - |
| XYZ | 45.25 | 21.83 | 94.76 | - |
| YUV | 107.49 | 210.12 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 253 | 0.16 | 0.90 | 0 | 0.01 | 289.16 | 0.98 | 0.55 |
| Hex | D4 | 1A | FD | 10 | 5A | 0 | 1 | 121 | 62 | 37 |
| Octal | 324 | 32 | 375 | 20 | 132 | 0 | 1 | 441 | 142 | 67 |
| Binary | 11010100 | 11010 | 11111101 | 10000 | 1011010 | 0 | 1 | 100100001 | 1100010 | 110111 |
Color Harmonies of #D41AFD
Complementary color
Monochromatic Colors of #D41AFD
Black with #D41AFD
Text Example
Text Example
White with #D41AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AFD; }
p { color: rgb(212,26,253); }
H1.HeaderClassName
{
color: #D41AFD;
}
.AnyTagClassName
{
color: #D41AFD;
}
</style>
background-color css
<style>
a { background-color: #D41AFD; }
a { background-color: rgb(212,26,253); }
div.DivClassName
{
background-color: #D41AFD;
}
.BgClassName
{
background-color: #D41AFD;
}
</style>
border-color css
<style>
span { border-color: #D41AFD; }
span { border-color: rgb(212,26,253); }
td.TdClassName
{
border-color: #D41AFD;
}
.TagClassName
{
border-color: #D41AFD;
}
</style>