Shades of Psychedelic Purple #D211FA
Tints of Psychedelic Purple #D211FA
RGB
CMYK
RGB Variations
Color information
#D211FA (or 0xD211FA) is known color: Psychedelic Purple. HEX triplet: D2, 11 and FA. RGB value is (210,17,250). Sum of RGB (Red+Green+Blue) = 210+17+250=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #D211FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211FA is #2DEE05. Grayscale: #646464. Windows color (decimal): -3010054 or 16388562. OLE color: 16388562.
HSL color Cylindrical-coordinate representation of color #D211FA: hue angle of 289.7º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D211FA is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 17 | 250 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.02 |
| HSL | 289.7º | 0.96% | 0.52% | - |
| HSV(B) | 289.7º | 0.93% | 0.98% | - |
| XYZ | 44.03 | 21 | 92.18 | - |
| YUV | 101.27 | 211.94 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 250 | 0.16 | 0.93 | 0 | 0.02 | 289.7 | 0.96 | 0.52 |
| Hex | D2 | 11 | FA | 10 | 5D | 0 | 2 | 122 | 60 | 34 |
| Octal | 322 | 21 | 372 | 20 | 135 | 0 | 2 | 442 | 140 | 64 |
| Binary | 11010010 | 10001 | 11111010 | 10000 | 1011101 | 0 | 10 | 100100010 | 1100000 | 110100 |
Color Harmonies of #D211FA
Complementary color
Monochromatic Colors of #D211FA
Black with #D211FA
Text Example
Text Example
White with #D211FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211FA; }
p { color: rgb(210,17,250); }
H1.HeaderClassName
{
color: #D211FA;
}
.AnyTagClassName
{
color: #D211FA;
}
</style>
background-color css
<style>
a { background-color: #D211FA; }
a { background-color: rgb(210,17,250); }
div.DivClassName
{
background-color: #D211FA;
}
.BgClassName
{
background-color: #D211FA;
}
</style>
border-color css
<style>
span { border-color: #D211FA; }
span { border-color: rgb(210,17,250); }
td.TdClassName
{
border-color: #D211FA;
}
.TagClassName
{
border-color: #D211FA;
}
</style>