Shades of Psychedelic Purple #D211FD
Tints of Psychedelic Purple #D211FD
RGB
CMYK
RGB Variations
Color information
#D211FD (or 0xD211FD) is known color: Psychedelic Purple. HEX triplet: D2, 11 and FD. RGB value is (210,17,253). Sum of RGB (Red+Green+Blue) = 210+17+253=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #D211FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211FD is #2DEE02. Grayscale: #646464. Windows color (decimal): -3010051 or 16585170. OLE color: 16585170.
HSL color Cylindrical-coordinate representation of color #D211FD: hue angle of 289.07º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D211FD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 17 | 253 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.01 |
| HSL | 289.07º | 0.98% | 0.53% | - |
| HSV(B) | 289.07º | 0.93% | 0.99% | - |
| XYZ | 44.51 | 21.19 | 94.67 | - |
| YUV | 101.61 | 213.44 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 253 | 0.17 | 0.93 | 0 | 0.01 | 289.07 | 0.98 | 0.53 |
| Hex | D2 | 11 | FD | 11 | 5D | 0 | 1 | 121 | 62 | 35 |
| Octal | 322 | 21 | 375 | 21 | 135 | 0 | 1 | 441 | 142 | 65 |
| Binary | 11010010 | 10001 | 11111101 | 10001 | 1011101 | 0 | 1 | 100100001 | 1100010 | 110101 |
Color Harmonies of #D211FD
Complementary color
Monochromatic Colors of #D211FD
Black with #D211FD
Text Example
Text Example
White with #D211FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211FD; }
p { color: rgb(210,17,253); }
H1.HeaderClassName
{
color: #D211FD;
}
.AnyTagClassName
{
color: #D211FD;
}
</style>
background-color css
<style>
a { background-color: #D211FD; }
a { background-color: rgb(210,17,253); }
div.DivClassName
{
background-color: #D211FD;
}
.BgClassName
{
background-color: #D211FD;
}
</style>
border-color css
<style>
span { border-color: #D211FD; }
span { border-color: rgb(210,17,253); }
td.TdClassName
{
border-color: #D211FD;
}
.TagClassName
{
border-color: #D211FD;
}
</style>