Shades of Psychedelic Purple #D213FA
Tints of Psychedelic Purple #D213FA
RGB
CMYK
RGB Variations
Color information
#D213FA (or 0xD213FA) is known color: Psychedelic Purple. HEX triplet: D2, 13 and FA. RGB value is (210,19,250). Sum of RGB (Red+Green+Blue) = 210+19+250=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #D213FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D213FA is #2DEC05. Grayscale: #656565. Windows color (decimal): -3009542 or 16389074. OLE color: 16389074.
HSL color Cylindrical-coordinate representation of color #D213FA: hue angle of 289.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D213FA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 19 | 250 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.02 |
| HSL | 289.61º | 0.96% | 0.53% | - |
| HSV(B) | 289.61º | 0.92% | 0.98% | - |
| XYZ | 44.07 | 21.07 | 92.19 | - |
| YUV | 102.44 | 211.28 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 250 | 0.16 | 0.92 | 0 | 0.02 | 289.61 | 0.96 | 0.53 |
| Hex | D2 | 13 | FA | 10 | 5C | 0 | 2 | 122 | 60 | 35 |
| Octal | 322 | 23 | 372 | 20 | 134 | 0 | 2 | 442 | 140 | 65 |
| Binary | 11010010 | 10011 | 11111010 | 10000 | 1011100 | 0 | 10 | 100100010 | 1100000 | 110101 |
Color Harmonies of #D213FA
Complementary color
Monochromatic Colors of #D213FA
Black with #D213FA
Text Example
Text Example
White with #D213FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D213FA; }
p { color: rgb(210,19,250); }
H1.HeaderClassName
{
color: #D213FA;
}
.AnyTagClassName
{
color: #D213FA;
}
</style>
background-color css
<style>
a { background-color: #D213FA; }
a { background-color: rgb(210,19,250); }
div.DivClassName
{
background-color: #D213FA;
}
.BgClassName
{
background-color: #D213FA;
}
</style>
border-color css
<style>
span { border-color: #D213FA; }
span { border-color: rgb(210,19,250); }
td.TdClassName
{
border-color: #D213FA;
}
.TagClassName
{
border-color: #D213FA;
}
</style>